Skip to content

Releases: martinstoeckli/SilentNotes

Version 5.7.0

14 Apr 20:56
Compare
Choose a tag to compare
  • 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

21 Mar 21:23
Compare
Choose a tag to compare
  • Implemented the XChaCha20-Poly1305 encryption algorithm.
  • Added option to hide notes, which are inside a closed safe.

Version 5.5.2

14 Mar 14:45
Compare
Choose a tag to compare
  • 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

08 Feb 09:35
Compare
Choose a tag to compare
  • Allowed Windows app access to locale NextCloud instance on the NAS.

Version 5.5.0

10 Jan 15:47
Compare
Choose a tag to compare
  • Migrated DropBox login to short lived tokens, to adapt to DropBox API changes.
  • Updated to Flurl 3.0.1.

Version 5.4.0

27 Oct 10:09
Compare
Choose a tag to compare
  • 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

13 Sep 14:51
Compare
Choose a tag to compare
  • 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

25 Jul 15:43
Compare
Choose a tag to compare
  • Fixed problem with toolbar on narrow screen.
  • Fixed data-binding problem because of Android keyboard composition.

Version 5.2.0

21 Jul 13:14
Compare
Choose a tag to compare
  • 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

03 May 13:58
Compare
Choose a tag to compare

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.