Releases: martinstoeckli/SilentNotes
Releases · martinstoeckli/SilentNotes
Version 7.3.1
- Implemented startup notification system.
- Added reminder to store the transfer code.
Version 7.3.0
- 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
- Android < 12: Fixed error when starting application, after closing it with the back key.
- Android: Targeting Android 12 (API 31)
Version 7.2.1
- 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
- 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
- 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
- Fixed problem that the up/down arrow keys didn't react, when the cursor was placed inside a list.
Version 7.0.0
- 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
- Added a recovey function for invalid 0 bytes repositories, which where created before the AtomicFileWriter could prevent them.
Version 6.1.4
- Added a recovey function for the AtomicFileWriter, so that a failed/interrupted writing process can be continued later on.