8 Commits

Author SHA1 Message Date
Wendel Voigt
8f091fd239
Fix issue#166 (#311) 2020-06-14 18:12:02 -07:00
Peter Gorniak
4ef7817710 not sure why black changes got missed 2020-04-21 13:29:02 -07:00
Wendel Voigt
58e6af597a
Fix for #247 Promo Card Icons (#307)
Added --use-set-icon option to force cards with unique icons to instead use their standard set icon.
2020-03-25 09:09:31 -07:00
Wendel Voigt
1bd731222e
Fixes for #284 #295 #296 #248 (#301)
* fixes for #284 #295 #296
Also added option --full-expansion-dividers
* Add front offsets for issue #248
Added options to offset front (similar to what existed for the backside).
2020-03-22 22:11:29 -07:00
Peter
da99939249
Simplify language tool (#270)
* simplify language tool by using standard json output
* stop supporting python < 3
2019-10-20 22:46:46 -07:00
Paul Molodowitch
3f571cb2af add --tab-artwork-opacity flag (#259)
turn down background opacity to help text show up better against dark
backgrounds
2019-09-15 20:15:13 -07:00
Paul Molodowitch
c7558d59e9 Fix setNames intruding into dividers when back_offset_height given negative value (#262)
* consolidate code for drawing backsides
* drawSetNames: no need to calculate xPos / yPos per card
* Account for back_offset when calculating set name placement

Without this, if you had a negative back_offset_height (or
positive back_offset), it was possible to print set names that
would intrude onto the divider area on the backs

* draw setNames along side (left or bottom) with more space

This both provides more cushion, and makes it less likely that
location will change between front + back (due to back_offset_height)
2019-07-01 16:40:58 +02:00
Peter
31a71447f0
precommit git hooks, rearrange package structure (#251)
* precommit hooks and changes because of these
* mv package into src dir
* add requirements file, clean up setup reqs, add precommit to CI
2019-05-23 16:17:30 -07:00