Skip to content

Releases: pbek/QOwnNotes

Release v24.6.0

31 May 11:50
79120b2
Compare
Choose a tag to compare

24.6.0

  • The absolute path of the current note will now be shown in the status bar
    by default (for #3023)
  • Added more Dutch, Korean translation (thank you, stephanp, venusgirl)

Release v24.5.10

30 May 19:22
Compare
Choose a tag to compare

24.5.10

  • The absolute path of the current note will now be shown in the status bar
    (for #3023)
    • You can turn on and off the display of the path in the status bar in the
      Interface settings
      • There also is an option to only show the relative path of the note
    • Different shades are used for the note folder path, the subfolder path and
      the note file name
    • The text will be trimmed if there is not enough space to show the complete path
    • If you right-click the text you will get a context menu to copy the absolute
      note path, the path of the note subfolder or the path of the note folder

Release v24.5.9

27 May 17:50
Compare
Choose a tag to compare

24.5.9

  • When you now press Insert in the note text edit, overwrite mode will be toggled
    to directly allow overwriting the current text (for #3034)

Release v24.5.8

23 May 17:55
Compare
Choose a tag to compare

24.5.8

  • You can now also select an AI model to use in the Edit main menu, instead of
    only in the AI toolbar (for #3026)

Release v24.5.7

22 May 17:22
Compare
Choose a tag to compare

24.5.7

  • There now is a new scripting command script.inputDialogGetMultiLineText to open an
    input dialog with a multi-line text edit
  • The scripting command script.inputDialogGetText will now return an empty
    string, if Cancel was clicked or Escape was pressed
  • The macOS build is now also done with jurplel/install-qt-action@v4 like the Windows,
    AppImage and Snap builds (for #3031)

Release v24.5.6

21 May 18:35
Compare
Choose a tag to compare
#1859 i18n: add more app and webpage translation

Release v24.5.5

21 May 17:36
Compare
Choose a tag to compare

24.5.5

  • Try to fix build on very old build systems again (for #3026)
  • The scripting command script.inputDialogGetItem will now return an empty
    string, if Cancel was clicked or Escape was pressed

Release v24.5.4

17 May 18:23
Compare
Choose a tag to compare

24.5.4

  • Try to fix build on very old build systems (for #3026)
  • Added more Dutch, Korean, Swedish, French translation (thank you, stephanp,
    venusgirl, dzenan, tralalax)

Release v24.5.3

17 May 17:58
Compare
Choose a tag to compare

24.5.3

  • QOwnNotes now has AI support, currently for Groq
    (because you can get free API keys) and OpenAI
    (for #3026)
    • There is a new AI toolbar where can turn the service on, and you can select the AI backend and model
    • As a first step, there is a new script ai-autocomplete in the script repository
      that uses the selected AI model to autocomplete the current block in the note text edit
    • You can now add a OpenAI API key in the new AI settings
    • Use the new script.aiComplete(prompt) scripting command to your own imagination (see below)
  • There now is a new scripting command script.aiComplete(prompt) to use a completion prompt
    on the currently selected AI model (for #3026)
  • There now is a new scripting command script.noteTextEditCurrentBlock() to get
    the text of the current block (for #3026)

Release v24.5.2

15 May 18:44
Compare
Choose a tag to compare

24.5.2

  • Try to fix "QFont::setPointSize: Point size <= 0" warnings
  • The first part of the upcoming AI support is already visible
    (for #3026)
    • You can add a Groq API key in the new AI settings
  • A PPA for Ubuntu 24.10 (Oracular Oriole) was added
  • Added more French, Korean translation (thank you, jd-develop, venusgirl)