Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v24.11.0
24.11.0
- There now is a new script settings for secret variables with the type
string-secret
- Those strings will be stored encrypted (but don't depend on that encryption)
- In the settings dump, such variables will be masked with
********
- For more information, please take a look at the
scripting documentation
- Added more Spanish, Arabic, Russian (thank you, alejandromoc, noureddin, catmenmilota)
Release v24.10.5
24.10.5
- The capturing of indented Markdown tables was improved (for #3137)
- The actions in the Find action dialog is now using the correct font size, if you
are overriding the global interface font size (for #3145) - Added more Russian, Spanish, Dutch, Korean, Swedish translation (thank you,
catmenmilota, alejandromoc, stephanp, venusgirl, dzenan)
Release v24.10.4
24.10.4
- Markdown tables can now be indented with up to three spaces to match the behavior
of the preview (for #3137)
Release v24.10.3
Release v24.10.2
24.10.2
- A small graphical glitch on macOS in the Markdown highlighting settings was fixed
(for #3130) - Added more Spanish translation (thank you, alejandromoc)
Release v24.10.1
24.10.1
- In the Stored image files and the Stored attachments dialogs it's now possible
to only show files of the current note (for 2354) - Added more Dutch, Korean, German, Spanish, French translation (thank you,
stephanp, venusgirl, rakekniven, alejandromoc, jd-develop)
Release v24.10.0
24.10.0
- qc v0.6.1 was released
- Added more Chinese Simplified, Dutch, German, Swedish, Korean translation
(thank you, huishengli, stephanp, rakekniven, dzenan, venusgirl)
Release v24.9.8
Release v24.9.7
24.9.7
- Reading from settings will now be cached in memory to possible speed up the application,
hopefully not causing any regressions (for #3027) - The QOwnNotes API https://api.qownnotes.org got migrated to PHP 8.2,
Symfony 6.4 and API Platform 3.3 for more speed and to be more future-proof
(for #11) - The QOwnNotesAPI Nextcloud app was enabled and tested app for Nextcloud 30
(for #49)- There were troubles with the version API that didn't always happen when trying to access the versions of a file:
Call to a member function getOwner() on null in file '/var/www/html/lib/private/Files/Filesystem.php' line 728
- It's unclear why this happens, but it seems to be a problem with the Nextcloud server and not the app
- There were troubles with the version API that didn't always happen when trying to access the versions of a file:
Release v24.9.6
24.9.6
- The note selection when selecting a note subfolder in the experimental
note tree mode was fixed
(for #3072)