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 v21.6.0

Published by github-actions[bot] over 3 years ago

21.6.0

  • the Web Companion browser extension
    was updated to version 21.6.0 to fix a problem with cut-off security tokens when
    they start with a number (for #33)
  • fixed build process on Qt 5.3
  • added more Persian, Catalan translation (thank you amirkbrpr, mguerra)
QOwnNotes - Release v21.5.5

Published by github-actions[bot] over 3 years ago

21.5.5

  • the cli parameter --action <name> that triggers a menu action after the application
    was started now also works in single application mode when the application is
    started a second time (for #2143)
    • additionally, desktop actions to create a new note and to open the todo list
      dialog were added to the desktop files for Linux (thank you @fabianski7)
  • now the > character will also be checked at automatic bracket closing when
    it was already entered (for #2144)
  • added more translation (thank you starship10, baptistou, rawfreeamy)
QOwnNotes - Release v21.5.4

Published by github-actions[bot] over 3 years ago

21.5.4

  • there now is a new cli parameter --action <name> that triggers a menu action after
    the application was started (for #2143)
    • for example QOwnNotes --action actionShow_Todo_List will open the todo
      list dialog after startup
    • this parameter also works with scripted custom actions
    • for more information please take a look at
      Trigger menu actions after startup
  • added more translation (thank you yanjun_sun, amirkbrpr, rawfreeamy, whenwesober,
    mguerra, rogepix, seanos, gbabin)
QOwnNotes - Release v21.5.3

Published by github-actions[bot] over 3 years ago

21.5.3

  • there now is a new shortcut Ctrl + + L that opens
    the link dialog on the tab to add a note link (for #2137)
  • version 0.1.10 of the QOwnNotes Web application app.qownnotes.org
    was released (for #2104)
    • heic/heif images can now also be loaded by converting them to jpg images
    • the form elements in the mobile layout were improved
    • you can now set the maximum image height and width
    • you can now set the output image format
    • in case you don't see the version number in the headline of the app page
      you need to clear the browser cache for the app.qownnotes.org webpage
  • added more Sinhala, Polish translation (thank you helabasa, rawfreeamy)
QOwnNotes - Release v21.5.2

Published by github-actions[bot] over 3 years ago

21.5.2

  • a problem with showing a & character in the tab text of notes was fixed
    (for #2135)
  • a problem with a resetting note sub-folder panel when clicking links to notes
    in sub-folders was fixed (for #2128)
QOwnNotes - Release v21.5.1

Published by github-actions[bot] over 3 years ago

21.5.1

  • fixed more Qt 6 build errors (for #1304, thank you @Waqar144)
  • version 0.1.6 of the QOwnNotes Web application app.qownnotes.org
    was released that features an image preview and allows rotating images before sending them
    to your QOwnNotes desktop app (for #2104)
    • in case you don't see the version number in the headline of the app page
      you need to clear the browser cache for the app.qownnotes.org webpage
QOwnNotes - Release v21.5.0

Published by github-actions[bot] over 3 years ago

21.5.0

  • a PPA for Ubuntu 21.10 (Impish Indri) was added, a repository for Fedora 34
    was added and another attempt to fix the Fedora 33 build was made
  • added more translation (thank you unchase, golublarysa, polkillas, smarquespt,
    rawfreeamy, starship10, marcoxbresciani)
QOwnNotes - Release v21.4.6

Published by github-actions[bot] over 3 years ago

21.4.6

  • a possible problem with generating the header tree in the navigation panel when
    starting the application minimized was fixed (for #2110)
  • added more Indonesian, Catalan translation (thank you whenwesober, mguerra)
QOwnNotes - Release v21.4.5

Published by github-actions[bot] over 3 years ago

21.4.5

  • now toggling of checkboxes at the cursor position with Ctrl + Space
    also supports lists with * [ ], + [ ] and numbered lists, like 1. [ ] in
    the note text edit (for #2048)
  • added more translation (thank you amirkbrpr, rakekniven, rawfreeamy)
QOwnNotes - Release v21.4.4

Published by github-actions[bot] over 3 years ago

21.4.4

  • more improvements for the wep application integration have been made
    (for #2104)
    • now a confirmation is requested before an image received from the
      QOwnNotes web application is inserted into the current note
  • added more translation (thank you rawfreeamy, rakekniven, marcoxbresciani,
    amirkbrpr, marterra)
QOwnNotes - Release v21.4.3

Published by github-actions[bot] over 3 years ago

21.4.3

  • more improvements for the wep application integration have been made
    (for #2104)
    • you can now edit the security token manually
    • the link to the QOwnNotes web app was fixed in the settings dialog
    • the web app client service will now check the socket connection periodically
      and will attempt to reconnect if the connection was lost
  • fixed the creation of subfolders when clicking a note link that wasn't found
    with a note with subfolders when the current note is also in a subfolder
    (for #2106)
  • added more Italian, Polish, German translation (thank you rawfreeamy)
QOwnNotes - Release v21.4.2

Published by github-actions[bot] over 3 years ago

21.4.2

  • when inserting media files into the current note note like via pasting or the QOwnNotes
    web companion browser extension now an attempt will be made to decide the file extension
    from the mime type of the image (for #2105)
  • there now is a new settings page Web application to add support for the new
    app.qownnotes.org web service that allows users to
    send photos from their mobile phone (over the internet) to their local
    QOwnNotes desktop app (for #2104)
    • this feature and the web service is currently in alpha state, feel free to
      test and report what your think in above issue
    • the communication between QOwnNotes and the web service is transport encrypted
    • don't forget to copy your secret token from the settings page to the web
      service to be able to communicate with your local instance of QOwnNotes
    • you can find the source code of the web service at web-app
    • you can also host this web service yourself, the freshly built docker
      container is at qownnotes-web-app
  • added more translation (thank you whenwesober, fitoschido, rawfreeamy, mguerra, amirkbrpr)
QOwnNotes - Release v21.4.1

Published by github-actions[bot] over 3 years ago

21.4.1

  • in vim mode the setup indent size is now also used as shift width
    (for #2099)
  • fixed more Qt 6 build errors (for #1304, thank you @Waqar144)
  • added more translation (thank you amirkbrpr, polkillas, mguerra, rogepix,
    whenwesober, ihatemyself, rawfreeamy, marcoxbresciani)
QOwnNotes - Release v21.4.0

Published by github-actions[bot] over 3 years ago

21.4.0

  • added the new editor color schema Gruvbox
    (for #2085, thank you @Yoshua-chan)
  • there is now a new shortcut F8 to jump to the navigation panel that
    jumps to its search field if it is enabled or to the the navigation tree if the
    search field was hidden (for #2093)
  • fixed more Qt 6 build errors (for #1304)
  • added more translation (thank you yoshua-chan, rakekniven, mguerra, rogepix,
    gregory.k, ihatemyself, gbabin, whenwesober, rawfreeamy)
QOwnNotes - Release v21.3.9

Published by github-actions[bot] over 3 years ago

21.3.9

  • added the new editor color schema Serious
    (for #2085, thank you @marcoXbresciani)
  • a possible crash with multiple selected images/attachments are inserted into
    the current note in the stored images/attachments dialogs was fixed
    (for #2086)
  • added more German, Persian translation (thank you rakekniven, amirkbrpr)
QOwnNotes - Release v21.3.8

Published by github-actions[bot] over 3 years ago

21.3.8

  • a leading html comment block in a note will now be ignored in the automatic note
    filename generation (for #2084)
  • more improvements to the new Stored images dialog have been made
    (for #2073)
    • added a an Open image context menu entry
    • added some tooltip texts
  • more improvements to the new Stored attachments dialog have been made
    (for #2073)
    • added some tooltip texts
  • added more translation (thank you mguerra, whenwesober, rakekniven, gregory.k,
    rogepix, amirkbrpr)
QOwnNotes - Release v21.3.7

Published by github-actions[bot] over 3 years ago

21.3.7

  • some button text in more new Stored attachments dialog was updated to match
    the text in the Stored images dialog (for #2073)
  • more improvements to the new Stored images dialog have been made
    (for #2073)
    • there now is an Open image button to open the current image externally
    • there now is an Open folder button to open the folder of the current image
  • added more Dutch, German, Persian translation (thank you rawfreeamy, rakekniven, amirkbrpr)
QOwnNotes - Release v21.3.6

Published by github-actions[bot] over 3 years ago

21.3.6

  • more improvements to the new Stored images dialog have been made
    (for #2073)
    • there now is a context menu in the note list
    • fixed a typo in the file list context menu
    • small margin adaptions were made in the UI
  • instead of the Orphaned attachments dialog there now is the new
    Stored attachments dialog which also allows managing non-orphaned attachments
    (for #2073)
    • you are now also able to search for attachments by name
    • you are now able to rename attachment files with the context menu or by
      pressing F2
    • there now is a context menu for the attachment file list
    • the file size of the attachments will now also be shown in the tooltip of
      the file list
    • you can now also double-click on an item in the attachment list to insert
      it into the current note
    • there now is a Refresh button to reload the attachment file list
    • the filepath of the attachment file is now truncated if there is not enough
      space in the dialog, but you are still able to select and copy the full path
    • if notes are using the current attachment a list of those notes will be shown
    • you can double-click on an item in the note list or use the context menu
      to open the note in a new tab
  • the new Stored images dialog and Stored attachments dialog were moved one
    level up in the Edit menu because of their added functionality
  • added more translation (thank you gregory.k, afischer211, amirkbrpr)
QOwnNotes - Release v21.3.5

Published by github-actions[bot] over 3 years ago

21.3.5

  • the warning fromIccProfile: failed minimal tag size sanity is now ignored in
    the Log panel (for #2078)
  • more improvements to the new Stored images dialog have been made
    (for #2073)
    • you are now able to to decide to also update the image file names in
      all notes after renaming an image
    • the image file list is now sorted alphabetically
    • there now is an informative tooltip for each note in the note list
    • when double-clicking on an item in the note list the note will now be
      opened in a new tab
    • various issues with duplicate notes and refreshing were fixed
  • added more translation (thank you rawfreeamy, amirkbrpr, rakekniven,
    gregory.k, mlaarebi)
QOwnNotes - Release v21.3.4

Published by github-actions[bot] over 3 years ago

21.3.4

  • the filename-clipping of the basename of inserted images was increased to
    200 characters (for #2073)
  • more improvements to the new Stored images dialog have been made
    (for #2073)
    • there now is a Refresh button to reload the image file list
    • you can now also double-click on an item in the image list to insert it
      into the current note
    • you can now double-click on an item in the note list to open the note
    • a context menu was added for the image file list
    • you are now able to rename image files with the context menu or by pressing F2
  • added more translation (thank you fitoschido, rawfreeamy, filipedias321,
    amirkbrpr, rakekniven, unchase, mlaarebi)