------------------ * fix issue with tiddlywiki export (as the tiddlywiki file format has changed) * add support for Python 3.9 - 3.12 * drop support for Python versions prior to 3.8 * upgrade dependencies and dev dependencies * reformat code with black * migrate to github actions
0.6.1
------------------
* add support for Python 3.8 * upgrade to flake8 3.8.4 and fix linter issues * replace deprecated test command * move to travis-ci.com
0.6.0
------------------
* promote status to alpha * introduced localization using hyperdiary.json; date format and month names so far * added tiddlers for month (calendar) and year overview with hyperlinks * Diary supports iteration by year/month * make docs work
0.5.0
------------------
* removed EntryType, refactored iteration, primarily passing Diary instances around * fix bug when an ID is followed by a bracket ) * only line entries are allowed, no more dicts
0.4.0
------------------
* full type annotations added for package * linting and type checking in CI * EntryTypes Dict and DictLine are deprecated and will be removed in 0.5 (check issues a warning)
0.3.2
------------------
* fix linter configuration (and activate it) * make all hyperdiary source files PEP8 conform * set up bumpversion config