Skip to content

Releases: martinstoeckli/SilentNotes

Version 7.3.1

23 May 09:21
Compare
Choose a tag to compare
  • Implemented startup notification system.
  • Added reminder to store the transfer code.

Version 7.3.0

11 Apr 09:25
Compare
Choose a tag to compare
  • Android: Put synchronization in background service (WorkManager), so it can complete even if after the app was closed.
  • Configurable screenshot protection and tag filter.
  • Increased cost factor of key-derivation-function.
  • Libaray updates NPM, WebPack, NuGet.

Version 7.2.2

07 Feb 08:20
Compare
Choose a tag to compare
  • Android < 12: Fixed error when starting application, after closing it with the back key.
  • Android: Targeting Android 12 (API 31)

Version 7.2.1

06 Jan 13:36
Compare
Choose a tag to compare
  • Android: Activated screenshot protection for notes.
  • Windows: Removed keyboard shortcuts which prevented typing of special characters (@, #).
  • Updated to newest TipTap/ProseMirror editor version.
  • Updated npm version 9.2.0.
  • Switched to communitytoolkit-mvvm.

Version 7.2.0

20 Sep 20:53
5e5d0c4
Compare
Choose a tag to compare
  • Fixed problem that a successful login didn't replace an expired refresh token in the settings.
  • Fixed potential risk, that the editor could have overwritten a note while still loading.
  • Added Undo/Redo functionallity.

Version 7.1.0

04 Aug 19:38
Compare
Choose a tag to compare
  • Improvement of the tagging system.
  • Fixed problem that changing the state of a to-do list item scrolled to the top of the document.

Version 7.0.1

11 Jul 10:13
Compare
Choose a tag to compare
  • Fixed problem that the up/down arrow keys didn't react, when the cursor was placed inside a list.

Version 7.0.0

05 Jul 10:34
Compare
Choose a tag to compare
  • Replaced the editor with TipTap/ProseMirror which has more potential for future developments.
  • Implemented a "keep screen on" timer function, which prevents the app from going to sleep while reading a note.
  • Can now show informations about the note (creation- and modification date).
  • Could improve startup time slightly.
  • Made WebDav protocol more generic to support more WebDav servers.

Version 6.1.5

31 May 12:58
Compare
Choose a tag to compare
  • Added a recovey function for invalid 0 bytes repositories, which where created before the AtomicFileWriter could prevent them.

Version 6.1.4

21 May 14:45
Compare
Choose a tag to compare
  • Added a recovey function for the AtomicFileWriter, so that a failed/interrupted writing process can be continued later on.