Skip to content

Releases: chizmw/botc-custom-script-json2pdf

v0.2.11

16 May 10:49
Compare
Choose a tag to compare

Added

  • add "make many" to generate PDF variations more easily
  • allow testing of lambda.py with copy of real event

Changed

  • ensure we set (default) values for all options in lambda.py
  • set lambda function timeout to 60s
  • change serverless options
  • extract ensure_logger() into utils
  • minor refinements to the filename_slog based on options
  • make the character ability font a bit heavier
  • use twosheet instead of doublesided for night info option
  • Use "Regular" format by default in upload form
  • tell pylint not to stress about 'duplicate-code' in main.py

Fixed

  • deactivate option selections in web page when they aren't sensible to pick
  • fix inconsistencies in multiple player reference sheets
  • fixup accidentally broken "easy print" template

v0.2.10

15 May 22:50
Compare
Choose a tag to compare

Fixed

  • enable 'SLS Deploy (by env)' on tag event

v0.2.9

15 May 22:32
Compare
Choose a tag to compare
changie updates for 0.2.9

v0.2.8

15 May 22:05
Compare
Choose a tag to compare

Added

  • reafactor and extend script options
  • add jinx information to simple night info page
  • add "all the options" to web page (no server support yet)
  • use a slug summary of options in the generated PDF filename

Changed

  • run: poetry update
  • increase sls timeout (15->30)
  • tweak the @timeit function output

v0.2.7

14 May 22:59
Compare
Choose a tag to compare

Fixed

  • change tf workflow to (also) apply on tag events

v0.2.6

14 May 19:31
Compare
Choose a tag to compare

Added

  • update Script to allow paper_size override option [#74]
  • add botcpdf/multipart.py + tests [#74]
  • if non-aws env, create symlink to generated pdf

Changed

  • add a4/letter to generated PDF file name [#74]

v0.2.5

13 May 22:00
Compare
Choose a tag to compare

Added

  • put tag value in PR title for image generation

v0.2.4

13 May 21:45
Compare
Choose a tag to compare

Changed

  • increase left & right pdf margins [#64]
  • specify 'portrait' in @page for pdf css

v0.2.3

13 May 19:40
Compare
Choose a tag to compare

Fixed

  • fix apigw->lambda invoke permission for 'prod' [#63]

v0.2.2

13 May 15:02
Compare
Choose a tag to compare

Changed

  • run: pre-commit autoupdate
  • run: poetry update
  • rename: botc-json2pdf -> render-pdf