Releases: tsujan/FeatherNotes
0.5.1
0.5.0
Main changes:
● A shortcut editor is added to Preferences.
● The Preferences dialog size is always remembered.
● Smarter Shift+Enter
, especially with numbered lists.
● Auto-replace some strings while typing.
● The selected text and highlight colors will be set automatically if those of the app style aren't suitable.
● Better placement of text context menu actions.
● The current item is kept during a tree DND.
● Tree nodes are dragged only if there is a real mouse movement (and not when the view is scrolled by the wheel of a motionless mouse).
● On triple clicking, select the current block without selecting its newline or start/end whitespaces.
● Smooth scrolling with mouse wheel.
● The Qt methods that were deprecated by Qt 5.13 are replaced.
0.4.6
Changes since the last release:
● Several fixes for searching, replacing, printing and exporting.
● Used C++11 raw string literals in the code for a more robust regex handling.
● Deleted files are not auto-saved anymore.
● Compilation without X11 is possible now.
● macOS support added by shlyakpavel at GitHub.
● Fixed an issue in pasting of images into the doc.
● Fixed DND with an image without extension.
● Set the size of default font to that of system font.
● No focus for search buttons.
● Added an option for small toolbar icon size.
● New Preferences dialog (suitable for future additions).
● Docs can be opened by DND now.
● Dropped the obsolete class QDesktopWidget.
● Added a magic string to the FeatherNotes doc mimetype for it to be recognized without extension too.