Skip to content

0.2.0

Compare
Choose a tag to compare
@signebedi signebedi released this 05 Jun 16:15
· 32 commits to master since this release

Full Changelog: 0.1.0...0.2.0
Project Roadmap: #1

Document Management: this version adds support for downloading documents as pdfs. (#27) It adds a document hierarchy that supports child pages. (#9, #23) It prevents users from deleting pages with children. (#54) In addition, it adds support for document history and restoring past versions. (#17) We also defined a max page title length in the app config. (#40)

Backend: This release adds a set of functions / macros to the jinja template. (#38) It also adds an application secret key. (#59) It also adds url-safe document titles to the data model. (#62)

UI: this version adds a paragraph-icon link to generate a descriptive link to documents. (#42) It also adds a prettified time-diff when showing created_date and last_edit timestamps, (#37) which are rendered as strings. (#39) This version also adds flashed messages to the viewport. (#32)

Bug fixes:

NOT READY FOR PRODUCTION USE.