Skip to content

Releases: pbek/QOwnNotes

Release v25.2.9

23 Feb 13:32
Compare
Choose a tag to compare

25.2.9

  • There now is a new action in the Window menu to reattach all floating panels in case
    they can't be reattached manually anymore (for #3109)

Release v25.2.8

22 Feb 12:58
Compare
Choose a tag to compare

25.2.8

  • The latest available language models were added to the list of available OpenAI models
  • Added more Spanish, Korean, Dutch translation (thank you, alejandromoc, venusgirl, stephanp)

Release v25.2.7

16 Feb 21:00
Compare
Choose a tag to compare

25.2.7

  • The AI activity spinner will use white color in dark mode now
    (for #3231)
  • Added more Spanish translation (thank you, alejandromoc)

Release v25.2.6

16 Feb 20:24
Compare
Choose a tag to compare

25.2.6

  • There now is a setting to increase the API response timeout in the AI settings
    (for #3231)
  • Now a loading spinner is shown in the status bar during AI activity
    (for #3231)

Release v25.2.5

13 Feb 19:34
Compare
Choose a tag to compare

25.2.5

  • The main menu and command bar now has a cleaner user experience when icons are hidden
    on GTK-based Linux desktops (for #3230)
  • Added more Dutch, Korean, Spanish translation (thank you, stephanp, venusgirl, alejandromoc)

Release v25.2.4

12 Feb 20:00
Compare
Choose a tag to compare

25.2.4

  • There now is a setting to hide the icons in the main menu and command bar in the Interface settings
    (for #3230, thank you, @andrei-a-papou)
  • The AI models qwen-2.5-32b and deepseek-r1-distill-qwen-32b for Groq have
    been added (for #3233, thank you, @Weej1)

Release v25.2.3

07 Feb 19:37
Compare
Choose a tag to compare

25.2.3

  • The GDScript support in the note edit code block syntax highlighter was improved
    to support $NodePath and %UniqueNode constructs highlighted as literals
    (for #216, thank you, @DarienMC)
  • Added TOML support to the note edit code block syntax highlighter
    (for #217, thank you, @DarienMC)

Release v25.2.2

06 Feb 19:49
Compare
Choose a tag to compare

25.2.2

  • A regression was fixed where you get a dialog A change of the note path was detected
    after renaming a note, regardless if there were backlinks to the note that needed
    to be updated (for #3228)
  • Fix an issue with the script.textDiffDialog() scripting command, where a null string
    could crash the application (for #257)
  • The QOwnNotesAPI Nextcloud App
    was updated to version 25.2.0 for Nextcloud 31 (for #51)

Release v25.2.1

02 Feb 20:06
Compare
Choose a tag to compare

25.2.1

  • The heading detection in the link dialog and when jumping to the heading in a
    note link was re-implemented and now uses the highlighting states of a note
    editor components (for #3181)
    • Now also the "underline-ish style" headings are recognized and there are no
      issues with comments in code blocks that are detected as headings anymore
  • Support was added SQL comments in code blocks for the SQL syntax highlighter
    (for #215, thank you, @LockeBirdsey)
  • Added more Dutch translation (thank you, stephanp)

Release v25.2.0

01 Feb 13:13
Compare
Choose a tag to compare

25.2.0

  • Added GDScript support to the note edit code block syntax highlighter
    (for #3222, thank you, @DarienMC)
  • Try to fix hypothetically leaking carriage return characters in the headings in
    the note link dialog under Windows (for #3221)