SilentNotes Changelog

What's new in SilentNotes 7.3.1.0

May 25, 2023
  • Implemented startup notification system
  • Added reminder to store the transfer code

New in SilentNotes 7.3.0.0 (Apr 11, 2023)

  • 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.
  • Library updates NPM, WebPack, NuGet.

New in SilentNotes 7.2.2.0 (Feb 7, 2023)

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

New in SilentNotes 7.2.0.0 (Jan 6, 2023)

  • 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.

New in SilentNotes 7.0.1.0 (Jul 11, 2022)

  • Fixed problem that the up/down arrow keys didn't react, when the cursor was placed inside a list.

New in SilentNotes 7.0.0.0 (Jul 5, 2022)

  • 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.

New in SilentNotes 6.1.4.0 (May 21, 2022)

  • Added a recovey function for the AtomicFileWriter, so that a failed/interrupted writing process can be continued later on.

New in SilentNotes 6.1.3.0 (May 19, 2022)

  • Added a recovey function for the AtomicFileWriter, so that a failed/interrupted writing process can be continued later on.

New in SilentNotes 6.1.2.0 (Apr 12, 2022)

  • Implemented workaround for NextCloud SSL certificate problem (Android only).

New in SilentNotes 6.1.1.0 (Feb 7, 2022)

  • Fixed wrong placing of pinned notes after synchronization.

New in SilentNotes 6.1.0.0 (Feb 1, 2022)

  • Added pins to keep notes on the top of the list.
  • Fixed wrong placing of truncated long notes.

New in SilentNotes 6.0.3.0 (Dec 20, 2021)

  • Tags from notes in the recycling bin are now ignored.
  • Added Russian translation.
  • Added Chinese translation.

New in SilentNotes 6.0.2.0 (Dec 11, 2021)

  • Fixed white screen when closing SilentNotes app with the back key.
  • Fixed flawed user interface because of large Android system font size.
  • Added Russian translation.

New in SilentNotes 6.0.1.0 (Dec 3, 2021)

  • Fixed missing android:export flag, which could have prevented installations on Android 12.
  • Found saver alternative for the usage of Androids Flag_SECURE.
  • Re-targeted to Android SDK 30.

New in SilentNotes 6.0.0.0 (Nov 30, 2021)

  • What's new in this version:
  • Implemented tagging system, to get a flexible folder structure.
  • Added Turkish and Czech translation.
  • Implemented function to test a new language resource files.
  • Notes can now be explicitely removed from the online storage.
  • Prevented encryted content to become visible in Android's list of recent apps.
  • Fixed repeated adding of notes, after sharing text from an external apps.

New in SilentNotes 5.8.1.0 (Jul 25, 2021)

  • Implemented fail-safe file saving on Android, even when process is killed while writing.

New in SilentNotes 5.8.0.0 (Jun 22, 2021)

  • Integrated italian translation.
  • Separated language resources for easier future localizations.
  • Minor GUI improvement.
  • Component updates (Flurl)

New in SilentNotes 5.7.0.0 (Apr 15, 2021)

  • 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.

New in SilentNotes 5.6.0.0 (Mar 22, 2021)

  • Implemented the XChaCha20-Poly1305 encryption algorithm.
  • Added option to hide notes, which are inside a closed safe.

New in SilentNotes 5.5.2 (Mar 15, 2021)

  • Fixed problem with truncated notes, when moving large notes to the safe.
  • Added option to accept unsafe certificates for FTP over SSL connections.

New in SilentNotes 5.5.1.0 (Feb 8, 2021)

  • Allowed app to access a locale NextCloud instance inside a NAS

New in SilentNotes 5.5.0.0 (Jan 11, 2021)

  • Migrated DropBox login to short lived tokens, to adapt to DropBox API changes.
  • Updated to Flurl 3.0.1.

New in SilentNotes 5.4.0.0 (Oct 27, 2020)

  • 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.

New in SilentNotes 5.3.0.0 (Sep 13, 2020)

  • Notes can now be exported as plain HTML files.
  • Remembers the last search filter and automatically highlights the found text when opening the note.

New in SilentNotes 5.2.0.0 (Jul 22, 2020)

  • 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.

New in SilentNotes 5.1.0.0 (May 3, 2020)

  • 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.