forked from trestletech/todotxtpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
35 lines (26 loc) · 1.35 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Todo.txt++ 0.5.0
--------------------------------------------------------------------------------
* Add button to archive completed tasks to done.txt file
* Lots of code cleanup, testing, and bugfixing
* Expand the editor to fill all available screen space.
* Extend session expiration as the user interacts with the app, and session
lifetime to 7 days.
* Save on "Ctrl/Cmd+S". Expand auto-save to a min of 5 seconds.
* BUGFIX: Properly save when on a 'filtered' view of the list.
Todo.txt++ 0.4.0
--------------------------------------------------------------------------------
* Auto-save as the user interacts with the editor.
* Use the Ladda library to put save notifications directly on the button so the
screen doesn't bounce around every time you save.
* BUG-FIX: Don't crash the server on remote file conflicts (oops).
Todo.txt++ 0.3.0
--------------------------------------------------------------------------------
* Added ability to reorder filters
* Added auto-completion of project names and contexts, access by starting a
project/context name and hitting "tab" or "Ctrl+Space".
Todo.txt++ 0.2.0
--------------------------------------------------------------------------------
* Added filtering
Todo.txt++ 0.1.0
--------------------------------------------------------------------------------
* Initial release with MongoDB and Dropbox integration