Skip to content

Releases: Blesmol/pfscf

v0.16.4

03 Apr 21:56
Compare
Choose a tag to compare

Changelog

Added

  • Templates: Added pfs2-12,13,14
  • Templates: Added Age of Ashes adventure path

Commits

71c6e05 bump to v0.16.4
f560894 templates: PF2 Age of Ashes
42c5991 templates: pfs2.s2-12,13,14

v0.16.3

17 Feb 21:49
Compare
Choose a tag to compare

Changelog

Added

  • Templates: Added pfs2.s2-11

Changed

  • Updated external dependencies
  • Minor improvements of help texts

Commits

99259d1 updated CHANGELOG.md
c7eb76c templates: added pfs2.s2-11
0f9bea8 cmd: fix typo in example
d679ec2 update external dependencies
0137aa8 cmd: clarify usage text

v0.16.2

17 Jan 16:14
Compare
Choose a tag to compare

Changelog

Changed

  • Templates now distinguish between layout parents and display hierarchie parents. Finally a properly sorted list without having two separate entries for PFS2 season 2 with old and new layout
  • Command line arguments provided within the CSV file now automatically remove enclosing quotation marks
  • Combine templates for the different tiers of pfs2.s2-00 into a single template, as the content is identical anyways

Fixed

  • If a command line parameter was set in a CSV file, then it was not possible to overwrite this from the command line in the following batch fill call

Commits

1eca7c1 bump version information to v0.16.2
3635ce2 templates: combine templates for pfs2.s2-00
73e13c8 cmd: unquote cmd line arguments from CSV file
1015af9 chronicle: allow to set display hierarchie parent independent from layout inheritance parent
6d2188a chronicle: replace 'inherit' with 'parent' in yaml files
814371a cmd: allow to overwrite flags in 'batch fill' calls
b33fc36 cmd: add code comments

v0.16.1

11 Jan 21:12
Compare
Choose a tag to compare

Changelog

Added

  • Various PFS2e templates

Commits

a216cab templates: add Pathfinder 2e Beginner Box
ba93cf7 templates: fix item lines in pfs2.s2-09
1edcef5 templates: add PF adventure "Troubles in Otari"
22f25c6 templates: add pfs2.s2-09 and pfs2.s2-10
c9e6317 templates: add pfs2 bounties 04 and 05
958994f cmd: set current dir as default output dir for batch mode

v0.16.0

03 Jan 22:19
Compare
Choose a tag to compare

Changelog

Added

  • Batch mode: Allow to set values for command line parameters from within CSV file
  • Batch mode: Allow to set pattern for generated chronicle output filenames to include things like, e.g. character name or society ID.
  • PFS2: Scenarios 2-07,2-08; Quests 10-13

Changed

  • Batch mode: Convert most mandatory arguments so that they can be stored within the CSV file now.

Commits

b4e0a66 cmd: convert most mandatory arguments for batch commands to parameters that can be stored in CSV file
04a5fb7 allow placeholders in batch chronicle output filenames
d3e8d57 templates: added pfs2.s2-07 and pfs2.s2-08
8c4d1dd cmd: allow to set cmd line flags from csv file
9fe6927 args: separate reading of CSV records from creating arg stores out of the result
5a30c4a batch: rename variables
3a21fef improve error output
36cd858 pdf: remove unnecessary import statement
aedba19 templates: pfs2.q10
932d671 templates: pfs2.q11 - pfs2.q13

v0.15.2

22 Nov 22:45
Compare
Choose a tag to compare

Changelog

Added

  • Added new layout for recent scenarios in PFS 2e season 02

Changed

  • The eventinfo section will now appear at the top in CSV files generated for PFS 2e.
  • Renamed pfs2.s2 to pfs2.s2.oldLayout, as the scenarios switched layout beginning with pfs2.s05.

Commits

68c3cee templates: finish pfs2.q09
317baf0 templates: new layout for PFS2 season 02
6069732 templates: rename s2.yml to s2.oldLayout.yml
20f7401 templates: add pfs2.b03
19d9c9f templates: rename pfs2.s2 to pfs2.s2.oldLayout
a1e0139 templates: move pf2 eventinfo to the top

v0.15.1

11 Nov 22:28
Compare
Choose a tag to compare

Changelog

Fixed

  • Release artifacts contained relative paths beginning with .../. Only the CHANGELOG.md and LICENSE files were affected, but this still caused errors during unpacking.
  • Input from command line and csv file that is UTF8-encoded should now be correctly displayed. So officially UTF8 and ISO 8859-1 / CP1252 are now supported as input encodings. However, only those UTF8 values are supported that can be displayed by the selected PDF font. So most likely no poo emoji on chronicle sheets.

Commits

5c186e8 bump version to v0.15.1
f0bf977 encode: basic auto-detection for UTF8-encoded CSV files
f5e6af3 stamp: expect text as UTF-8 and convert to output font codepage
5aaa136 templates: pfs2.layout1: provide meaningfull default for item.low.8/9
c527898 fix wrong relative paths in generated releases

v0.15.0

04 Nov 22:41
Compare
Choose a tag to compare

Changelog

Changed

  • For ease of (template creation) simplicity, items are no longer indexed directly, but their lines are indexed instead. So instead of providing parameter strikeout_item=1,3, this might now be something like strikeout_item_lines=1,3,4 if the third item takes up two lines on the chronicle. Really, really simplifies things for me!
  • Finished all PFS2 templates for season 01, quests, season 02 up to s2-04 (incl)

Commits

ffdd783 bumping version to v0.15.0
1d2823d templates: added missing pfs2.q08
574211f templates: finish pfs2 quest templates
5ef8811 templates: remove traces from former strikeout_items approach
4bbb0f7 templates: pfs2 season 2 templates until s2-04
c26a78c templates: finish all pfs2 season 1 templates
8dfa922 templates: pfs2: switch from striking out items to striking out item lines

v0.14.2

26 Oct 22:52
Compare
Choose a tag to compare

Changelog

Added

  • Print warnings if provided input CSV file does not contain any entries
  • Print warnings if provided file names do not have expected file extension
  • Templates for PFS2 bounties

Fixed

  • Template files whose filename begins with a dot are now ignored as intended

Commits

45efb91 bump version to v0.14.2
cab9a9c templates: add pfs2.bounties
b4c72dc templates: pfs2.s1-11
44c4d7b templates: pfs2.s1-10
c56ce93 templates: pfs2.s1-09
6150532 yaml: ignore template files whose first name begins with a dot
626b363 cmd: print warning if file names do not have the expected extension
bdbc912 cmd: exit with warning if CSV file does not contain any valid arguments

v0.14.1

12 Oct 21:11
Compare
Choose a tag to compare

Changelog

Added

  • Completed some additional scenarios for PFS2 Season 01 that I was asked for.

Commits

d3fddd9 bump version information to v0.14.1
93e2f7b templates: pfs2.q07
c6bc805 templates: pfs2.s1-08
f2b478f templates: pfs2.s1-07
b5fa9e2 templates: pfs2.s1-06
b795d66 templates: pfs2.s1-05
0942959 templates: pfs2.s1-04
dfc24da templates: pfs2.s1-03
9dbc73b templates: pfs2.s1-02
23bb1b1 templates: pfs2.s1-24