- ADD (new feature): specifying a HTML template file 44 - You can also apply preprocessing for before-rendered Markdown file, and post-processing for after-rendered HTML file. They might be useful for further HTML customizing (see also `sample/D` directory)
1.5.0
- ADD (new feature): dealing multiple statements at single file (50) - this feature could be useful in some cases below: - multiple languages (e.g. Japanese and English) - problems which differ only constraints (e.g. managing both problem C1 and C2) - ADD (new feature): automatic `mode` recognition (54) - predict `mode` parameter based on `path`
1.4.5
- UPD: README - add badges - add a example of using CI (52) - FIX: Python version requirement (60) - 3.7 -> 3.8 - UPD: setup.cfg - fix version specification mistake
1.4.4
**This version is no longer used. See [v1.4.5](https://github.com/tsutaj/statements-manager/releases/tag/v1.4.5).**
- UPD: README - add badges - add a example of using CI (52) - FIX: Python version requirement (60) - 3.7 -> 3.8
1.4.3
- FIX: Bug of power notation (58)
1.4.2
- add: CONTRIBUTING - The document about how to contribute to this application