Skip to content

Releases: agateau/nanonote

1.4.1

02 Dec 22:10
7ba6496
Compare
Choose a tag to compare

Added

  • Nanonote now speaks Danish (Morgenkaff)

  • Nanonote now speaks Dutch (Heimen Stoffels)

  • Nanonote now speaks Polish (Marek Szumny)

  • Nanonote now speaks Norwegian (Vidar Karlsen)

1.4.0

11 Apr 07:06
be7eabd
Compare
Choose a tag to compare

Added

  • Add support for Markdown-style tasks in lists (Daniel Laidig)

  • Add tips page (Aurelien Gateau)

  • Nanonote now highlights Markdown-like headings (Aurelien Gateau)

  • Nanonote now speaks Czech (Amerey)

Changed

  • Use Ctrl+G to open links and Ctrl+Enter for tasks (Daniel Laidig)

Fixed

  • Make sure standard actions like Copy or Paste are translated (Aurelien Gateau)

  • Show keyboard shortcuts in context menus on macOS (Daniel Laidig)

  • Do not change cursor to pointing-hand when not over a link (Aurelien Gateau)

1.3.93

03 Apr 12:14
cb8f61a
Compare
Choose a tag to compare
1.3.93 Pre-release
Pre-release

Fixed

  • Fixed a typo in the Appstream ID, which made creating a Flatpak for the app complicated.

1.3.92

02 Apr 20:28
6d7fa49
Compare
Choose a tag to compare
1.3.92 Pre-release
Pre-release

Added

  • Nanonote now highlights Markdown-like headings.

1.3.91

12 Mar 14:12
5ac4d03
Compare
Choose a tag to compare
1.3.91 Pre-release
Pre-release

Added

  • Add support for Markdown-style tasks in lists (Daniel Laidig)
  • Add tips page (Aurelien Gateau)

Changed

  • Use Ctrl+G to open links and Ctrl+Enter for tasks (Daniel Laidig)

Fixed

  • Make sure standard actions like Copy or Paste are translated (Aurelien Gateau)
  • Show keyboard shortcuts in context menus on macOS (Daniel Laidig)
  • Do not change cursor to pointing-hand when not over a link (Aurelien Gateau)

Internals

  • CI: Bump Ubuntu to 20.04 and macOS to 11 (Aurelien Gateau)
  • CI: Install clang-format from muttleyxd/clang-tools-static-binaries (Aurelien Gateau)
  • Bump Qt to 5.15.2 on macOS and Windows (Aurelien Gateau)
  • Update singleaplication to 3.3.4 (Aurelien Gateau)
  • Update Catch2 to 3.3.0 (Aurelien Gateau)

1.3.0

03 Oct 22:37
Compare
Choose a tag to compare

Changes since last stable version

Added

  • You can now search inside your notes with the new search bar (Pavol Oresky)
  • You can now move selected lines up and down with Alt+Shift+Up and Down (Aurelien Gateau)
  • macOS dmg (Aurelien Gateau)
  • Windows installer (Aurelien Gateau)

Changed

  • Reorganized context menu: added "Edit" and "View" submenus (Aurelien Gateau)

Fixed

  • Properly encode URL of the note path (Aurelien Gateau)

1.2.91

30 Sep 17:14
Compare
Choose a tag to compare
1.2.91 Pre-release
Pre-release

This is a pre-release: translations are not complete.

Added

  • You can now search inside your notes with the new search bar (Pavol Oresky)
  • You can now move selected lines up and down with Alt+Shift+Up and Down (Aurelien Gateau)
  • macOS dmg (Aurelien Gateau)
  • Windows installer (Aurelien Gateau)

Changed

  • Reorganized context menu: added "Edit" and "View" submenus (Aurelien Gateau)

1.2.0

11 May 17:53
Compare
Choose a tag to compare

Added

  • New German translation by Vinzenz Vietzke
  • Allow changing the font size using Ctrl + mouse wheel (Daniel Laidig)
  • Use the link color of the color theme instead of an hardcoded blue (Daniel Laidig)
  • Added a way to reset the font size to the default value (Daniel Laidig)

Fixed

  • Added explanation of how to open URLs to the welcome text (Robert Barat)
  • Allow '@' in URLs (Aurelien Gateau)
  • Use QSaveFile for safer saving (Aurelien Gateau)

1.1.0

04 Feb 18:10
Compare
Choose a tag to compare

Added

  • Pressing tab now indents the whole line when the cursor is at the beginning of a list item (Daniel Laidig).
  • Pressing Enter on an empty list item now unindents, then removes the bullet (Aurelien Gateau).
  • Added French and Spanish translations (Aurelien Gateau, Victorhck).

Fixed

  • Improved url detection: '+', '%' and '~' are now allowed in the middle of urls (Aurelien Gateau).
  • Fixed wrong indentation behavior in upward selections (Aurelien Gateau).

1.0.1

12 Jan 17:35
Compare
Choose a tag to compare

Fixed

  • Fixed indentation and make it respect indentation columns.
  • Made it possible to indent/unindent selected lines with Tab/Shift+Tab.
  • Update welcome text to reflect current shortcuts.

Added

  • Added unit-tests.
  • Added Travis integration.
  • Added rpm and deb packages generated using CPack.