Releases: SecUSo/privacy-friendly-notes
Releases · SecUSo/privacy-friendly-notes
Notes (Privacy Friendly) v2.0.2
What's Changed
- [fix] checklist items now consistently contain their state. by @coderPaddyS in #181
Full Changelog: v2.0.1...v2.0.2
Notes (Privacy Friendly) v2.0.1
What's Changed
- Update changelog for v2.0.0 by @github-actions in #166
- Fix Intent handling in BaseNoteActivity by @udenr in #167
- Fix current category not selected for new notes by @udenr in #168
- Update GitHub workflows by @udenr in #169
- Fix notes from default category not shown after update to v2.0 by @udenr in #173
- Fix filter not ignoring case by @udenr in #171
- Fix potential crash if preference contains invalid value by @udenr in #172
- Fix race condition in some edge cases by @udenr in #174
- Use Glide to load images in
NoteAdapter
by @udenr in #170 - V2.0.1 by @coderPaddyS in #175
Full Changelog: v2.0.0...v2.0.1
Notes (Privacy Friendly) v2.0.0
What's Changed
UI
- Theming (Light and Dark mode)
- Colored categories: Identify categories and colors and quickly find your notes.
- Improved note preview
- Redesign of the checklist
- Confirmation Dialogs for deleting a note
- New FAB to create notes
Behavior and Features
- More and better sorting options in the note overview. Also custom sorting possible.
- Convert text notes to checklists and vise versa
- Undo/Redo buttons for sketches
- Swipe to delete and drag-and-drop to reorder everywhere
- Opening a txt file automatically creates a new text note
- Sharing text with the notes app creates a new corresponding text note
- Button to clear recycling bin
- When deleting a category, all notes will be deleted if the corresponding setting is enabled.
Others
- Bug fixes. More notably: Force-closing the app whilst having edited a sketch resulted in the corruption of said sketch.
- Closes issues #143, #74, #131, #150, #59, #43.
New Contributors
- @jahway603 made their first contribution in #155
Full Changelog: v1.4.5...v2.0.0
Notes (Privacy Friendly) v1.4.5
What's Changed
Full Changelog: v1.4.4...v1.4.5
Notes (Privacy Friendly) v1.4.4
Notes (Privacy Friendly) v1.4.2
What's Changed
- Fixes: #132 by @coderPaddyS in #135
- Fixes: #133 by @coderPaddyS in #136
- v1.4.2 Bugfix sharing notes by @coderPaddyS in #145
Full Changelog: v1.4.1...v1.4.2
Notes (Privacy Friendly) v1.4.1
What's Changed
- Fixed the save button to function the same as the back action by @coderPaddyS in #128
- Fixed the NPE in noteFromIntent caused by empty extras. by @coderPaddyS in #129
Full Changelog: v1.4.0...v1.4.1
Notes (Privacy Friendly) v1.4.0
What's Changed
- Refactored MainActivityViewModel to use Flows instead of LiveData. by @coderPaddyS in #123
- Overhaul Note UI and Bugfixes by @coderPaddyS in #124
New Contributors
- @coderPaddyS made their first contribution in #123
Full Changelog: v1.3.0...v1.4.0
Notes (Privacy Friendly) v1.3.0
What's Changed
- fix sql constraint exception that would occur when a note had a null category by @Kamuno in #114
- fix backup import error by @Kamuno and @udenr in #115
- add utility methods to get the correct database version on backup creation by @Kamuno in #116
- Added a setting to enable/disable note previews by @Kamuno in #117
Full Changelog: v1.2.5...v1.3.0