ptsefton / chordprobook

Script to convert collections of chordpro format song charts to PDF, HTML, and word processing doc formats
Other
29 stars 4 forks source link

Allow for versioning in books & setlists #24

Closed ptsefton closed 7 years ago

ptsefton commented 7 years ago

Continually regenerating a book gives no way to version control it.

Add a {version: } directive. An empty version should result in the output file having some kind of useful timestamp, {version: x.y} would result in an output file like foo.x.y.pdf The version should also get added to the title.

ptsefton commented 7 years ago

Removed setlists from the scope, will do that later