Skip to content

Releases: berteh/ScribusGenerator

mac-friendly

17 Apr 16:27
fdd8771
Compare
Choose a tag to compare
  • various bug fix
  • python3 branch made default, since Scribus 1.6.x is now stable. older branch is still available as archive.
  • great addition of a MacOS compatible GUI. Many thanks to kmcreative for this nice addition to ScribusGenerator.

3.0

16 Feb 21:43
Compare
Choose a tag to compare
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

New Contributors

Full Changelog: 2.9.1...3.0

doc update

22 Jan 12:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9...2.9.1

stable for Python 2.7

21 Mar 15:05
a148a01
Compare
Choose a tag to compare

last release for python 2.7. next will be for python 3.0 only.

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9

bits by bits

05 Feb 23:25
Compare
Choose a tag to compare

fixing small bugs and improvements

  • support for CSV with empty lines #90
  • support for templates using more records as the data provides #123
  • indent of generated SLA code for more readability #122

Please note the %VAR_NEXT-RECORD% needs to be replaced by %SG_NEXT-RECORD% since last version, since it was not a "variable" in the right meaning, thanks #118 for the suggestion.

2.8

29 Jan 23:56
Compare
Choose a tag to compare
2.8

small improvements:

  • code layout #124
  • %SG_NEXT-RECORD% replaces %VAR_NEXT-RECORD% #118
  • added utilities scripts #116

sweet

07 Apr 01:24
Compare
Choose a tag to compare

fixing some bugs reported by users. Thanks for your feedback !

  • including subdirectories in dynamic file output name
  • extending limit of linked frames in generated document
  • syntax update for Python 3.6 (still compatible with > 2.7)
    and more.

next-record

26 Mar 23:19
Compare
Choose a tag to compare

New feature to display multiple data records on a single page, and some bug fix.

better UI

10 Aug 20:50
Compare
Choose a tag to compare

better user interaction (cross platform loging and runtime error messages)

stable for Scribus 1.5.2

29 Jul 09:27
Compare
Choose a tag to compare

Various bug fix and improvements to make ScribusGenerator work out of the box in Scribus 1.5.2.