Skip to content

Releases: sumpfork/dominiontabs

Expansion/extra divider fixes, black tabs, German Nocturne and Dark Ages

10 Nov 18:02
Compare
Choose a tag to compare
  • German Nocturne and Dark Ages
  • Various fixes that were making dividers only printed under certain options (e.g. expansion dividers) throw errors
  • option to make the tab background black instead of white

Python 3 support

03 Sep 05:06
Compare
Choose a tag to compare

This mainly adds python 3 support, as the web generator is switching to django 2 and python 3.

translation improvements; additional script options

13 Jun 20:11
Compare
Choose a tag to compare
  • Dutch/German 2nd edition translations, fixes
  • Dutch Adventures translation
  • option to create starter decks, trash, curse, etc. dividers
  • option to print page with options used in script

Dutch Empires

19 Feb 21:45
Compare
Choose a tag to compare
  • Dutch Empires translation
  • minor English spelling and comma fixes
  • first integration of language tool run into unit tests

Minor count and card fixes

06 Jan 17:14
Compare
Choose a tag to compare
  • correct count of Platinum
  • remove Leprechaun/Wish grouping
  • fix option for printing base cards with expansions
  • more French translations

Nocture and Dismantle

28 Nov 18:08
Compare
Choose a tag to compare

Adds Nocture expansion and Dismantle promo.

French translation of Dominion base game

21 Nov 22:18
Compare
Choose a tag to compare

French translation of Dominion base game dividers completed by @rmammouth. Prepare to upload domdiv to pypi index.

Sorting fix; newer reportlab version

18 Nov 00:24
Compare
Choose a tag to compare
  • fix sort order for non-ascii chars
  • accept newer reportlab versions

Preview Option

07 Oct 19:18
Compare
Choose a tag to compare

This release adds an option to generate the first page content as a png image instead of performing full pdf generation. This is mainly meant for the online generator to see what options do interactively, but can also be used as a command line option for the script.

Fix for online generator

21 Apr 18:05
Compare
Choose a tag to compare

This prepares for fixing expansions options used in the online generator not being cleaned (mainly: lowercased) properly by separating option parsing from option cleaning.