1.3 KiB
1.3 KiB
What’s New
0.7
- Added
python-i18nas a dependency. Therefore, i18n changed format, using JSON files now. - Like it or not, now gzip library is required.
0.6
- Added support for database URLs: you can now specify the URL of the database
in
site.confby setting[database]url, be it MySQL, PostgreSQL or SQLite. - Added experimental math support, with
markdown_katexlibrary. The math parsing can be opted out in many ways. - Backlinks can now be accessed for each page.
- Spoiler tags at beginning of line now work. Just for now.
- Removed
Uploadtable. - Added
PageLinktable.
0.5
- Removed support for uploads. The
/upload/endpoint now points to an info page, and the “Upload image” button and gallery from home page are now gone. markdown_strikethroughextension is no more needed. Now there are two new built-in extensions:StrikethroughExtensionandSpoilerExtension(the last one is buggy tho).- Removed support for magic words (the commands between
{{}}). These features are now lost:backto,mediaandgallery(easily replaceable with simple Markdown). - Added app version to site footer.
- Added client-side drafts (they require JS enabled).
0.4
0.3
0.2
- Some code refactoring.
- Light and dark theme.
- Move database into
database/folder. - Style improvements.