QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.

GPL-2.0 License

Stars
4.3K
Committers
98

Bot releases are visible (Hide)

QOwnNotes - Release v24.5.4 Latest Release

Published by github-actions[bot] 5 months ago

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)
QOwnNotes - Release v24.5.3

Published by github-actions[bot] 5 months ago

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)
QOwnNotes - Release v24.5.2

Published by github-actions[bot] 5 months ago

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)
QOwnNotes - Release v24.5.1

Published by github-actions[bot] 6 months ago

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)
QOwnNotes - Release v24.5.0

Published by github-actions[bot] 6 months ago

24.5.0

  • The macOS release build is now fixed again (for #3018)
QOwnNotes - Release v24.4.5

Published by github-actions[bot] 6 months ago

24.4.5

QOwnNotes - Release v24.4.4

Published by github-actions[bot] 6 months ago

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)
QOwnNotes - Release v24.4.3

Published by github-actions[bot] 6 months ago

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)
QOwnNotes - Release v24.4.2

Published by github-actions[bot] 6 months ago

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)
QOwnNotes - Release v24.4.1

Published by github-actions[bot] 6 months ago

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)
QOwnNotes - Release v24.4.0

Published by github-actions[bot] 7 months ago

24.4.0

  • Added System Verilog support to the note edit code block syntax highlighter
    (for #2997, thank you, @maya-doshi)
  • The QOwnNotesAPI Nextcloud App was updated
    to version 24.4.0 to support Nextcloud 29 (for #48)
QOwnNotes - Release v24.3.5

Published by github-actions[bot] 7 months ago

24.3.5

  • Now text between two asterisks in in-line code blocks in a bullet point list gets
    highlighted correctly (for #2972, thank you, @Waqar144)
QOwnNotes - Release v24.3.4

Published by github-actions[bot] 7 months ago

24.3.4

  • For the dark-mode there now is a new icon for the clear button for all line edits,
    like the note search field, in the main window and all dialogs
    (for #2986)
QOwnNotes - Release v24.3.3

Published by github-actions[bot] 7 months ago

24.3.3

  • added a new editor color schema VSCodium by @nkahe
    (for #2982)
QOwnNotes - Release v24.3.2

Published by github-actions[bot] 7 months ago

24.3.2

  • The creation of not existing linked notes was fixed for Windows
    (for #2899)
  • Now more platform information will be added to the Platform debug information,
    like xcb and wayland
    • And information about the available database drivers was added
  • added more Korean translation (thank you venusgirl)
QOwnNotes - Release v24.3.1

Published by github-actions[bot] 8 months ago

24.3.1

  • If the current note was the bookmarks note and a browser bookmark was added the
    current note will now be reloaded (for #2980)
  • added more Dutch, Spanish translation (thank you stephanp, fitojb)
QOwnNotes - Release v24.3.0

Published by github-actions[bot] 8 months ago

24.3.0

  • in the Note folder not found! dialog, the missing note folder path will now be shown
    (for #2975)
  • added more German, Italian, Arabic, Swedish, Brazilian Portuguese, Chinese Simplified
    translation (thank you bumpsy, marcoxbresciani, techman, dzenan, mateus_b, crwd9931)
QOwnNotes - Release v24.2.6

Published by github-actions[bot] 8 months ago

24.2.6

  • try to fix an issue that the desktop icon is not shown under KDE Plasma 6 in Wayland
    (for #2976)
QOwnNotes - Release v24.2.5

Published by github-actions[bot] 8 months ago

24.2.5

  • fixed another crash, when someone enters a misplaced comment marker directly before
    the closing mark of the code block, with the starting marker directly before that
    (for #2962)
  • the md4c library fork was updated
QOwnNotes - Release v24.2.4

Published by github-actions[bot] 8 months ago

24.2.4

  • fixed a crash, when someone enters a misplaced comment marker directly before
    the closing mark of the code block (for #2959)