This repository was archived by the owner on May 20, 2018. It is now read-only.
v0.2.3 Released
Pre-release
Pre-release
I am excited to announce the release of version 0.2.3 of braindump! This release includes two major security fixes as well as new features and other minor improvements. This release also includes some significant contributions from @iamgroot42 so thank you for all of your commits!
Security Fixes
- Fixed an issue where authenticated API users had access to all user data.
- Fixed an issue where search results returned all matching notes even if they were not owned by the user.
Features and Enhancements
- Users can now mark notes as favorites. Favorite notes will be pinned to the top of the main notes view.
- Notes are now sorted by updated_date instead of created_date
- When a user edits a note they are now sent back to the note view instead of the main view
- Better form validation
- More documentation in README.md
- Updated UI for note cards
Development
- All code has been run through flake8 and as of this release is compliant with pep8 standards.
- Added gitter, join the conversation here :)