Releases: enchant97/note-mark
Releases · enchant97/note-mark
V0.5.0
Changed
- Updated pip packages
- Updated theme changer to V2
Fixed
- Icon centred in buttons
Full Changelog: v0.4.0...v0.5.0
V0.4.0
Added
- Add admin export functionality
- Site icon
- Iconify interface
Changed
- Reduce size of docker image by using multi-stage build
- Update pip packages
- Target python 3.10
- Use web_health_checker package for is-healthy route
- Refactor code
- Alter way app is run
- Use theme-changer library for theme adjustment
Fixed
- Minor style improvements
V0.3.1.1
V0.3.1
V0.3.0
New Features & Fixes
- Show whether note is unsaved
(change to unsaved when user types, change to save when save is completed) - Sort row results
- Notebook list page
- Notes list page
- Correct unreadable link font colour in dark-mode
- Add more admin commands
- Reset password
- Delete user
- View users
- Export notebook (downloads as zip file)
- Remove unneeded features
- Add share-link copy button
- Option to remove link-shares & user-shares
V0.2.0
V0.1.1
V0.1.0
New Features & Fixes
- Remember me tick box on login
- API routes (only available to logged in users)
- use fetch for getting the notebook html
- Create a get_token route
- Fix bug with saving in edit after already doing so
- Show ws message for when edited from elsewhere
- Fix the share-link edit route (mark updated functions needs changing)
- Popup messages match Quart flashes
- Auto delete flashes after a certain time
- Share-link can trigger ws messages, but not receive them
- Mobile view
- Control panel on top of text area
- Change websocket ws to wss if page is secure
- Background saving & auto-save (no page reload needed)
- Make flashed messages float at top of window
- Make tool-bar float at top when it is out of view