mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-01-20 05:20:03 -05:00
* feat: allow to delete the last note * fix: avoid inserting a note with null id * fix: remove unused import * fix: remove unnecessary call to getNotes * fix: avoid wildcard imports * feat: only display "delete note" menu option if the current note is not the empty default one * fix: use getCurrentNoteViewText instead of value to check if note has text * feat: allow deleting default empty note if more than 1 note exist * docs(changelog): added feature to CHANGELOG.md * style: break long line in two * fix: refresh menu items when note was empty and is not anymore, or when it wasn't and now is