3.0
Update ScribusGenerator for recent Scribus (1.5.6+):
- fix various bugs introduced in the Python3 porting (blank page, skips in merge mode, use variables in filenames)
- added support for JSON data format, on top of CSV.
- added requested fill_count feature : A dedicated variable %VAR_COUNT% can be used anywhere in the file output option that will be substituted with the position of the related data entry in the data file. Force that count figure to have a specific length by setting the OUTPUTCOUNT_FILL accordingly.
What's Changed
- GUI close and doc update by @berteh in #168
- Fix for Python 3.9 by @hynekcer in #172
- python3/backend: Open/write files in utf-8, fixes upstream #171 by @SunStrom in #175
- Python3 dynamic CSV file encodings by @SunStrom in #176
- Add support for JSON by @S1SYPHOS in #184
- Fix various typos by @luzpaz in #188
- Compatible with scribus 1.5.7 by @ta-ichihashi in #187
New Contributors
- @hynekcer made their first contribution in #172
- @SunStrom made their first contribution in #175
- @luzpaz made their first contribution in #188
- @ta-ichihashi made their first contribution in #187
Full Changelog: 2.9.1...3.0