Skip to content

Releases: pbek/QOwnNotes

Release v24.8.3

05 Aug 18:48
Compare
Choose a tag to compare

24.8.3

  • A highlighting issue in malformed unordered lists was fixed again, while not
    breaking settext headers for Qt 5.15.2 (for #3061
    and #3065)
  • Added more French, Korean, German translation (thank you, jd-develop, venusgirl, rakekniven)

Release v24.8.2

02 Aug 19:44
Compare
Choose a tag to compare

24.8.2

  • In the AI settings a design glitch was fixed for the Dark mode
    (for #3064)
  • The highlighting changes from #3061
    where reverted, because they break highlighting of certain heading 1 and 2 in Qt 5.15.2
    (for #3065)

Release v24.8.1

01 Aug 18:07
Compare
Choose a tag to compare

24.8.1

  • In the AI settings in the list of AI backends from scripts now also the API base
    URL will be shown (for #3064)
    • In addition, a button to search the Script repository was added
  • A problem with the script settings for some users in the Ollama AI backend integration
    script was fixed (for #3052)
  • The Check for script updates sub-button in the Scripting settings was fixed
    (for #3066)
  • Added more Dutch translation (thank you, stephanp)

Release v24.8.0

31 Jul 20:17
Compare
Choose a tag to compare

24.8.0

  • In the AI settings there now are buttons to test the connection to the AI services
    (for #3062)
  • In the AI settings there now is a list of all AI backends from scripts and buttons
    to test the connection to those AI services (for #3064)
  • A highlighting issue in malformed unordered lists was fixed
    (for #3061, thank you, @Waqar144)
  • Added more Dutch, Swedish, Italian, Arabic, German, Korean, Spanish translation
    (thank you, stephanp, dzenan, hermi55, noureddin, rakekniven, venusgirl, fitojb)

Release v24.7.3

21 Jul 18:22
Compare
Choose a tag to compare

24.7.3

  • gpt-4o-mini was added to the list of available OpenAI models
    (for #3057)
  • Added more French, Italian, Spanish translation (thank you, jd-develop, hermi55, fitojb)

Release v24.7.2

16 Jul 17:34
Compare
Choose a tag to compare

24.7.2

  • It was made more clear in the settings dialog how the AI integration can be used
    (for #3055)
  • There now is a software repository for Raspberry Pi OS 12
  • Added more Korean, Italian, Russian, Dutch, German translation (thank you,
    venusgirl, hermi55, starship10, stephanp, bumpsy)

Release v24.7.1

08 Jul 17:31
Compare
Choose a tag to compare

24.7.1

  • This line/column number display was made more readable and a tooltip was added
    (for #3053)
  • The QOwnNotes Flatpak is
    now verified (for #3051)
  • Added more Dutch, Korean translation (thank you, stephanp, venusgirl)

Release v24.7.0

01 Jul 18:45
Compare
Choose a tag to compare

24.7.0

  • Added more French, Croatian, Dutch, Korean translation (thank you, jd-develop,
    milotype, stephanp, venusgirl)

Release v24.6.3

16 Jun 17:37
Compare
Choose a tag to compare

24.6.3

  • Improvements to the new scripting hook openAiBackendsHook were made
    (for #3037)
    • The OpenAI UI elements will now be reloaded properly, when the script-engine
      is reloaded after a script was installed
    • The apiKey attribute in the scripting hook is now optional, because local
      APIs don't need it
    • There now is a script ollama-integration in the script repository that
      allows integration with Ollama
    • There now is a script llama-cpp-integration in the script repository that
      allows integration with llama.cpp (for #238, thank you, @eljamm)
    • In the AI settings there now also is the script-repository mentioned
  • Added more Swedish, Korean, Dutch translation (thank you, dzenan, venusgirl, stephanp)

Release v24.6.2

14 Jun 17:56
Compare
Choose a tag to compare

24.6.2

  • A new scripting hook openAiBackendsHook was added, that is called when the OpenAI
    service config is reloaded (for #3037)
    • For example this is also done when the script engine is reloaded
    • You can use it to provide config for custom OpenAI backends, like your own OpenAI API compatible LLMs
    • Please take a look at the
      openAiBackendsHook documentation
      for more information
  • Added more Croatian, Korean, Dutch translation (thank you, milotype, venusgirl, stephanp)