Releases: pbek/QOwnNotes
Releases · pbek/QOwnNotes
Release v24.5.4
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
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)- For more information please take a look at the
Scripting documentation
- For more information please take a look at the
- There now is a new scripting command
script.noteTextEditCurrentBlock()
to get
the text of the current block (for #3026)- For more information please take a look at the
Scripting documentation
- For more information please take a look at the
Release v24.5.2
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
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
24.5.0
- The macOS release build is now fixed again (for #3018)
Release v24.4.5
24.4.5
- Scripting labels
now support external links as well as internal links to notes, tasks, deck cards, etc.
(for #3017)- For more information about what's supported see
Setting the text of a registered label
- For more information about what's supported see
- There now is a software repository for Fedora 40
- Please visit the Fedora installation page
for instructions
- Please visit the Fedora installation page
- Added more Arabic translation (thank you, noureddin)
Release v24.4.4
Release v24.4.3
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
- Please visit the openSUSE installation page
for instructions
- Please visit the openSUSE installation page
- There now is a software repository for Fedora Rawhide
- Please visit the Fedora installation page
for instructions
- Please visit the Fedora installation page
- Added more Korean, German, Arabic, Dutch, French translation (thank you
venusgirl, rakekniven, noureddin, stephanp, jd-develop)
Release v24.4.2
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
24.4.1
- There now is a new cli parameter
--completion <name>
that generates shell completion
code forfish
andbash
(for #3003)- for example
QOwnNotes --completion fish
will generate fish shell completion code - for more information please take a look at
Cli parameters
- for example
- 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
- The "running away" of the Preferences dialog was fixed under Firefox when
- Added more French translation (thank you jd-develop)