Skip to content

Releases: pbek/QOwnNotes

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)

Release v25.1.7

29 Jan 19:00
Compare
Choose a tag to compare

25.1.7

  • When inserting an image or attachment file via their insert dialogs or via
    drag and drop the filenames will now be urlencoded to prevent problems with
    special characters in the filenames (for #3215)
    • The management dialogs for images and attachments can now also recognize
      urlencoded filenames to show the files correctly

Release v25.1.6

28 Jan 19:32
Compare
Choose a tag to compare

25.1.6

  • The available AI models for Groq have been updated
    (for #3216, thank you, @Weej1)
  • An issue with combinations of strong and em tags preview was fixed
    (for #3218)
  • Added more Spanish translation (thank you, alejandromoc)

Release v25.1.5

21 Jan 19:01
Compare
Choose a tag to compare

25.1.5

  • After moving a note to a new subfolder, outgoing links to other notes can now be
    automatically adapted (for #3200)
  • Added more Korean, Dutch, Spanish, French translation (thank you, venusgirl,
    stephanp, alejandromoc, jd-develop)

Release v25.1.4

17 Jan 18:00
Compare
Choose a tag to compare

25.1.4

  • More key combinations, like Ctrl + Enter or Ctrl + Z are now respecting the read-only
    mode and will not perform their operation (for #3208)
  • An issue was fixed where some links to a note were not adapted when the note was
    moved or renamed (for #3200)
  • If the application is built in debug mode the IDs of the notes, note-subfolders and tags
    are now shown in the tooltips of their list panels (for #3200)
  • index.php will now not be used in Nextcloud Deck links anymore, since it seems
    to mess up the deep link to a card (for #3210)

Release v25.1.3

06 Jan 12:55
Compare
Choose a tag to compare

25.1.3

  • The --help-all option will now not be shown in the help command line function,
    because it didn't do anything (for #3204)
  • The hard-coded shortcuts Ctrl+PgDown and Ctrl+PgUp for switching between
    notes in the note list were removed, because users can set those shortcuts
    themselves and they will be in the way for using them otherwise
    (for #3203)
  • Added more Russian translation (thank you, catmenmilota)

Release v25.1.2

02 Jan 17:50
Compare
Choose a tag to compare

25.1.2

  • A regression was fixed when too much text was removed while automatically removing
    a list item (for #3192)

Release v25.1.1

02 Jan 16:23
Compare
Choose a tag to compare

25.1.1

  • If you press Enter at the start of the line of a checkbox list item or
    unordered list item, a new list item will be created above the current line
    (for #3192)