Skip to content

Releases: signebedi/wiki-flask

0.3.0

07 Jun 19:20
Compare
Choose a tag to compare

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

Admin: in this release, we added support for pip-installing wiki-flask, (#67) opening the door to possible pypi releases. It also adds support for running the application in debug-mode (#71) and adds a basic, default config. (#72)

Features: this release added a page hierarchy in the left-nav. (#61) In addition, it adds support for bookmarking documents (#25) and tagging them. (#35) This release makes serious progress on adding accessibility-friendly html (#5) as well as document audio. (#6) This release also added support for bulk-downloads of content. (#65)

Bug fixes:

  • N/A

NOT READY FOR PRODUCTION USE.

0.2.0

05 Jun 16:15
Compare
Choose a tag to compare

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.

0.1.0

02 Jun 02:44
Compare
Choose a tag to compare

Full Changelog: https://github.com/signebedi/wiki-flask/commits/0.1.0
Project Roadmap: #1

REST: In the initial release, we added a Restful API (#2). We also produced documentation of this API (#16).

Document Management: We added support for documents with created and lasted_edited fields (#3). We added support for soft-deleting documents (#11) and managing these in the trash (#12).

UI: We added a left-bar with an adjustable width (#10). We added a handful of buttons to the UI (#15), including a number of icons (#28), like the gear-icon (#19) and top-menu styles (#26). We also added a search feature (#29) and a recent-activity feature (#4).

NOT READY FOR PRODUCTION USE.