Releases: martinstoeckli/SilentNotes
Releases · martinstoeckli/SilentNotes
Version 5.7.0
- Added shopping mode, so one can use to-do lists without fear of making unintended changes.
- Set XChaCha20-Poly1305 as default encryption algorithm.
- Switched back to Vue 2.x, because of compatibility issues with Android 5 and 6.
Version 5.6.0
- Implemented the XChaCha20-Poly1305 encryption algorithm.
- Added option to hide notes, which are inside a closed safe.
Version 5.5.2
- Fixed problem with truncated notes, when moving large notes to the safe.
- Added option to accept unsafe certificates for FTP over SSL connections.
Version 5.5.1
- Allowed Windows app access to locale NextCloud instance on the NAS.
Version 5.5.0
- Migrated DropBox login to short lived tokens, to adapt to DropBox API changes.
- Updated to Flurl 3.0.1.
Version 5.4.0
- Improved startup time, if very large notes exist in the repository.
- Allows for anonymous access to FTP and WebDav directories.
- Made height of notes configurable.
- Fixed the problem that the search highlighting did not react, if a note was opened with a preset search.
- Updated to Vue.js 3.0
- Made WebDav access more tolerant to server responses.
Version 5.3.0
- Notes can now be exported as plain HTML files.
- Remembers the last search filter and automatically highlights the found text when opening the note.
Version 5.2.2
- Fixed problem with toolbar on narrow screen.
- Fixed data-binding problem because of Android keyboard composition.
Version 5.2.0
- Complete rewrite of the data binding classes, using the vue.js framework.
- Added keyboard shortcut support.
- Implemented search and highlight inside the notes.
- Minor Gui improvements.
Version 5.1.0
Usability improvements
- Placing the link editor outside of workspace fixed.
- Opening of locked notes automatically shows the "open safe" dialog.
- FAB button should not cover note actions.
- Option to place new notes at the bottom.
- Updated BouncyCastle crypto library.