Skip to content

Releases: pbek/QOwnNotes

Release v24.11.0

03 Nov 21:17
Compare
Choose a tag to compare

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

30 Oct 18:23
Compare
Choose a tag to compare

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

28 Oct 19:14
Compare
Choose a tag to compare

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

28 Oct 18:35
Compare
Choose a tag to compare

24.10.3

  • More warnings are now ignored in log dialog for Qt 6.8.0 (for #3134)
  • The contrast of the link color in the light color schema was increased to make
    it more readable (for #3139)
  • Added more Spanish translation (thank you, alejandromoc)

Release v24.10.2

13 Oct 16:41
Compare
Choose a tag to compare

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

09 Oct 17:47
Compare
Choose a tag to compare

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

05 Oct 12:48
dcce1e0
Compare
Choose a tag to compare

24.10.0

  • qc v0.6.1 was released
    • Add support for storing commands in Atuin on execution
      when using the --atuin flag (for #15)
    • The --color flag now shows the command description in a calmer green, instead of red
      (for #16)
    • Update dependencies
  • Added more Chinese Simplified, Dutch, German, Swedish, Korean translation
    (thank you, huishengli, stephanp, rakekniven, dzenan, venusgirl)

Release v24.9.8

28 Sep 14:28
Compare
Choose a tag to compare

24.9.8

  • You can now set the maximum note file size in the Panels settings to prevent
    the loading of very large notes (for 3118)
    • Default is 1 MB
  • The file size will now be shown in the note list tooltip
    (for 3120)

Release v24.9.7

26 Sep 15:56
Compare
Choose a tag to compare

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

Release v24.9.6

14 Sep 10:42
Compare
Choose a tag to compare

24.9.6

  • The note selection when selecting a note subfolder in the experimental
    note tree mode was fixed
    (for #3072)