* Multi-monitor support (for restoring)
* Fixed a bug where the check for new version would basically always find a new version
* Fixed bug introduced in 2.20 with automatically adding due: or t: when using rec:
* Fixed building issues for older versions of Qt5 


New in 2.20
===========

* Moved the "Show All" checkbox to a menu
* Added a "Stay on top" menu item
* Fixed github issue 25 - Deleting of creation date
* Added version information in Mac Build / Bundle
* Added ability to change what character is used for "NOT" in search
* Add a due: or t: if using a rec: without any due: or t:

New in 2.19
===========

* Undo/Redo support
* Bug: Search string could not include multiple spaces
* Qt 5.15.0
* Added possibility to remove duplicate lines (the mobile client I use for todo.txt has started adding doublets)
* Bug: Title not updated when automatic refresh

New in 2.18
============

* Possibility to change the application font size
* Updatet Qt to 5.13
* Fixed interpreting UTF-8 in done.txt that was missed (thanks @fuchsmich)
* Fixed a segfault when exiting the program (thanks @richarddribeiro)

New in 2.17
===========

* Added support for "p" in rec: - This means that a reccurance can be random (note that this is non-standard)
* Removed the +procrastinated label from automatically being added when using "p"
* Fixed logout issues in KDE where the dock could stop logout from happening

New in 2.16
===========
* Multiple thresholds supported on each line
* Added a Quit menu item
* More robust autoreload
* Qt 5.12
* Dark Mode support on macOS
* Support for rec:
* Support for "b" in shorthand and i rec: for business days

New in 2.151
=============
* Fixed bug with version checking that shows the wrong message when there is a new version
* Qt 5.11.2 - Hotkey issues fixed
* Fixed bug where the application would "forget" to monitor the todo.txt file for changes


New in 2.15
===========

* Check Version menu item added
* Support for URL:s in the list (right click = open URL)
* Items containing URL:s shown as underlined
* Live search is now turned off automatically when "Show all" is selected.
* FIX/Changed behaviour: Priority is now handled according to the standard. Thus removed when an item is checked (or moved. See options)


New in 2.14
===========

* Added a Show All checkbox that shows the contents of the entire done.txt as well. good for checking old stuff. Note everything will be slow...
* Added possibility to use a tray icon. When the application is closed and tray icon is active, the application is minimized to tray instead. To quit, use the menu in the tray.
* Added support for coloring due: tagged lines depending on date
* Added support for same shorthand with due: dates as with thresholds. Thus due:+2d will set the due date to 2 days from now. +3w is three weeks from now and so on..
* Title now shows how many rows are shown of total
* Checking for updates is now more visible (and selectable). Of course, no data is ever sent. Just check a version.
* Added a 'hidden' feature of procrastination. either use due: or t: with the shortform and 'p' and todour will change the date to a random number of days up to the number you specify.
  so t:+10p will put a date in the coming 10 days. And it will also add a '+procrastinated' tag, so you know you maybe shouldn't procrastinate the task again :)


New in 2.13
===========

* Option to save deleted items in deleted.txt
* Remember the content of search window if turned off
* Support for the threshold (t:) tag
* Threshold tag can take relative days(d),weeks(w),months(m) or years(y) as argument when threshold tags are active (example t:+2d will change to a date in 2 days)
* Threshold can have a +project or @context - stays hidden while there is an active task with that +project or @context
* Threshold task can be treated as inactives (thus not hidden, but displayed differently)
* Changed behavior: When editing a line with dates, a change of the dates will be respected as well (before the original date would be kept)
* Remember the state of the Context lock toggle button when closed


New in 2.12
===========

* Bugfixes on how dates are handled in notes
* Added support for displaying dates. Note that those can not be changed.

New in 2.11
===========

* Bugfix for portable mode on windows

New in 2.10
===========

* Support for saving settings in an .ini file by sending "-portable" as argument to the application


New in 2.09
===========

* Added Global Hotkey support (Ctrl-Alt-t)
* Fixed a bug where the font change wasn't saved from preferences
* Ensure that the windows is shown on an existing screen when the application starts.

New in 2.08
===========

* Removed Google Analytics tracking of usage. The only network access the application now makes is to check for new versions.
* Colors and Fonts can be chosen for both active and inactive rows

New in 2.07
===========

* Added an option to turn off live-search (for bigger files)
* Fixed the layout of settings dialog that could be hard to read in Windows 10
* Automatic scrolling added

New in 2.06
===========
* Added support for multiple words in the search window (match all)
* Added support for negative search with a "!" infront of the word to search for (will not be included in context lock)

New in 2.05
===========
* Fixed an issue where sorting wouldn't work in all cases unless there was an inactive-list
* Added a function for locking context (a lock symbol). This makes sure the searched context is added to all new lines

New in 2.04
===========
* Alphabetic sorting added
* Font awesome symbols added
* Bugfix: An 'x' in the beginning of the first word would be intepreted as task complete
* A newline in the input text will now be replaced with a space, creating only one row



New in 2.03
===========

* The application now remembers it's position and size when shut down
* Size of the table is always full width of the window (not the size of the contents!)
* Tool tips show entire data in each field
* Height of the rows is correct optimized for the font size
* Ctrl-f will go to the search field (Cmd-f on Mac)
* Ctrl-n will go to the edit field (Cmd-n on Mac)
* Tab order put to a more natural order as it is on screen
* Selections are remembered between refreshes in the table
* Selections are remembered after edits in the table (press "enter" on a row to edit it or F2 on windows)
