* Tue May 05 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.14.1:
* Fix miscalculation in highlighting of mult-iline CSS values
* Sat Apr 25 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.14.0:
* Speed up syntax highlighting
* Fix handling relative file paths that contain no slash
* JavaScript template literals (back quotes) are supported
* CSS syntax highlighting is fixed and improved
* Small fixes
* Thu Mar 12 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.13.1:
* Don't suggest the last file extension when saving a
newly created doc
* Tue Mar 10 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.13.0:
* Support for syntax color customization, with separate settings
for light and dark backgrounds.
* Color value of whitespaces can be customized, in case they're shown.
* Allow dash and some other characters in URLs.
* Considered extra cases of valid ampersands in HTML.
* Yet smarter Shift+Enter with alphabetical lists.
* Removed QCoreApplication::processEvents() to prevent a rare crash.
* Remember cursor's horizontal pixel position before Backspace/Enter
and restore it after Down/Up.
* A few fixes.
* Mon Jan 13 2020 Michael Vetter <mvetter@suse.com>
- Update to 0.12.1:
* Allow searching in the language menu by typing continuously.
* More informative message when a non-text file isn't opened
because of Preferences.
* Fixed the disabled sort line actions in context menu.
* Considered the new behavior of horizontal wheel
scrolling in Qt 5.14.0.
* Added a workaround to the text editor for the bug in
horizontal scrollbars of Qt 5.14.0.
* Sun Dec 29 2019 Michael Vetter <mvetter@suse.com>
- Update to 0.12.0:
* Removed useless options related to icons.
* Added an option for a single shared search history.
* Don't replace double hyphens with em dashes in programming texts.
* Also replace "->", "<-", ">=" and "<=" with "?", "?", "?"
and "?", respectively, in non-programming texts.
* Mark encoded and unencoded ampersands in HTML.
* Set the limit of highlighting the syntax of a line
to 10,000 characters.
* Allow shortcut removal.
* Added "Save All Files" for saving modifications to
all files that are open inside a window.
* Added mnemonics to the close prompt dialog.
* Added support for Dart syntax highlighting.
* Better JS, YAML and Markdown syntax highlighting.
* Added a menu item to open the user dictionary.
* Fixed a minor problem in backward search and replacement.
* On triple clicking, select the current block without
selecting its newline and start and end whitespaces.
* Fixes for RTL, including a workaround for a Qt bug.
* Added a (temporary) workaround for the text rendering
bug of Qt 5.14.0.
* Tue Aug 20 2019 mvetter@suse.com
- Update to 0.11.1:
* Fix a regression in compilation without X11.
* Fixes and improvements to syntax highlighting and support it with printing.
- Changes from 0.11.0:
* FeatherPad supports spell checking with Hunspell. Spell checking
requires adding an appropriate Hunspell dictionary (see
Preferences ? Text ? Spell Checking). New words can also be
added to each dictionary and are saved in FeatherPad's config directory.
* A new font dialog that distinguishes programming fonts from others.
* Shift+Enter is made smarter, especially with numbered lists.
* Better handling of typed custom shortcuts (including a workaround
for a new Qt bug related to Meta key).
* False warnings are prevented on startup.
* Recent changes to settings won't be lost if the app is running on logout.
* Native file dialogs are used by default.
* The insert mode is also toggled by the keypad insert key.
* Many fixes are made to Perl's syntax highlighting.
* Deprecated Qt methods are replaced.
* Wed May 22 2019 mvetter@suse.com
- Update to 0.10.0:
* Added support for searching/replacing regular expressions.
* Added cmake support.
* Replace triple periods and double hyphens with ellipses and em dashes respectively on typing (can be disabled in Preferences).
* The Preferences dialog has a better layout and its size is always remembered.
* Workaround for a Qt bug that gives non-plain text to clipboard on copying/cutting/selecting text.
* Fixed a crash under Wayland.
* Fixed a small issue in determining whether files should be opened in tabs or separate windows.
* Added lots of cmake patterns for syntax highlighting.
* Disabled tab DND without X11, mainly because Wayland still has a serious problem with QDrag.