Skip to content

Releases: pbek/QOwnNotes

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)

Release v24.5.1

05 May 13:54
Compare
Choose a tag to compare

24.5.1

  • In the note editor, the line-number font size will now grow with the editor font size
    (for #3019)
  • Added more French translation (thank you, jd-develop)

Release v24.5.0

30 Apr 17:46
Compare
Choose a tag to compare

24.5.0

  • The macOS release build is now fixed again (for #3018)

Release v24.4.5

29 Apr 19:30
Compare
Choose a tag to compare

24.4.5

Release v24.4.4

24 Apr 17:55
Compare
Choose a tag to compare

24.4.4

  • Tag support for multiple tags was fixed for tasks in the Todo dialog
    (for #2998, thank you, @Akselmo)
  • Added more Dutch translation (thank you, stephanp)

Release v24.4.3

23 Apr 19:29
Compare
Choose a tag to compare

24.4.3

  • Tag support was added to tasks in the Todo dialog
    (for #2998, thank you, @Akselmo)
    • Tags can be added to and removed from tasks
  • There now is a software repository for openSUSE Leap 15.6
  • There now is a software repository for Fedora Rawhide
  • Added more Korean, German, Arabic, Dutch, French translation (thank you
    venusgirl, rakekniven, noureddin, stephanp, jd-develop)

Release v24.4.2

12 Apr 19:04
Compare
Choose a tag to compare

24.4.2

  • We now assume --allow-multiple-instances if --completion is used as cli parameter
    (for #3003)
  • Added more German, Dutch, Korean, Spanish, Swedish translation (thank you
    rakekniven, stephanp, venusgirl, fitojb, dzenan)

Release v24.4.1

11 Apr 18:47
Compare
Choose a tag to compare

24.4.1

  • There now is a new cli parameter --completion <name> that generates shell completion
    code for fish and bash (for #3003)
    • for example QOwnNotes --completion fish will generate fish shell completion code
    • for more information please take a look at
      Cli parameters
  • There was a new release of the QOwnNotes Web Companion browser extension 2024.4.0
    • The "running away" of the Preferences dialog was fixed under Firefox when
      using a zoom-level over 100% (for #63)
    • Update dependencies
    • Add more translations
  • Added more French translation (thank you jd-develop)