Browse Source

Syntax fixes

pull/168/head
Louis 9 years ago
parent
commit
c0676d3f47
  1. 32
      NEWS.md

32
NEWS.md

@ -1,9 +1,9 @@
# patacrep 4.0.0 # patacrep 4.0.0
* Project gestion * Project management
* Name change [#39](http://github.com/patacrep/patacrep/issues/39) * Change nawe [#39](http://github.com/patacrep/patacrep/issues/39)
* Renew of the developement team * Renew of the developement team
* Separation engine/data * Separation of engine and data
* The engine is the [current poject](http://github.com/patacrep/patacrep) * The engine is the [current poject](http://github.com/patacrep/patacrep)
* Data have their [own project](http://github.com/patacrep/patadata) * Data have their [own project](http://github.com/patacrep/patadata)
* And so does [various tools](http://github.com/patacrep/pataextra) * And so does [various tools](http://github.com/patacrep/pataextra)
@ -17,30 +17,30 @@
* [PEP8](http://legacy.python.org/dev/peps/pep-0008/) conformity * [PEP8](http://legacy.python.org/dev/peps/pep-0008/) conformity
* Better LaTeX Packages * Better LaTeX Packages
* Better langages handling * Better langages handling
* Better errors handling * Better error handling
* Better code documentation (in comments) * Better code documentation (in comments)
* Caching song AST, which gave an improvement of 45s for the compilation of all patadata [#51](http://github.com/patacrep/patacrep/issues/51) * Cache song AST, which gives an improvement of 45s for the compilation of all patadata [#51](http://github.com/patacrep/patacrep/issues/51)
* Lot of small improvements * Lot of small improvements
* Installation * Installation
* All from PyPi ! You can now use pip to install/update/remove patacrep * All from PyPi ! Can now use pip to install/update/remove patacrep
* Fonctionnalities * Features
* Change the template engine [#9](http://github.com/patacrep/patacrep/issues/9) * Change the template engine [#9](http://github.com/patacrep/patacrep/issues/9)
* Ability to add user variables [#18](http://github.com/patacrep/patacrep/issues/18) * Ability to add user variables [#18](http://github.com/patacrep/patacrep/issues/18)
* Change the song inclusion syntaxe [#47](http://github.com/patacrep/patacrep/issues/47) * Change the song inclusion syntax [#47](http://github.com/patacrep/patacrep/issues/47)
* It is now possible to include other things than songs * Now possible to include content that is not song (raw tex file, for instance)
* You can write a plugins to include your own type of content * Can write plugins to include custom type of content
* Personalisaitons of the songbook is easier with patadata templates (font, paper, colors, column, ...) [#41](http://github.com/patacrep/patacrep/issues/41) * Songbook customization made easy with patadata templates (font, paper, colors, column, ...) [#41](http://github.com/patacrep/patacrep/issues/41)
* You can change the number of columns [#41](http://github.com/patacrep/patacrep/issues/41) * Can change columns number [#41](http://github.com/patacrep/patacrep/issues/41)
* Lilypond * Lilypond
* On the fly lylipond files compilation * On the fly lylipond files compilation
* Adapt partition size to the paper size [#19](http://github.com/patacrep/patacrep/issues/19) * Adapt partition size to the paper size [#19](http://github.com/patacrep/patacrep/issues/19)
* You can choos how to sort the songs [#36](http://github.com/patacrep/patacrep/issues/36) * Can choose song ordering [#36](http://github.com/patacrep/patacrep/issues/36)
* Easier song repertories management [#43](http://github.com/patacrep/patacrep/issues/43) and [#45](http://github.com/patacrep/patacrep/issues/45) * Easier song repertories management [#43](http://github.com/patacrep/patacrep/issues/43) and [#45](http://github.com/patacrep/patacrep/issues/45)
* You can have more than one data folder * Can have more than one data folder
* Better index customisation * Better index customization
* Better gestion of files encoding [#62](http://github.com/patacrep/patacrep/issues/62). * Better file encoding management [#62](http://github.com/patacrep/patacrep/issues/62).
# songbook 3.7.2 # songbook 3.7.2

Loading…
Cancel
Save