- Upgraded to React 0.12.1.
- Upgraded to React 0.10.0.
- Upgraded to React 0.9.0.
-
Backwards-incompatible change – linebreaks are now stored as
<br>
rather than\n
– long lines will now wrap. -
Fixed: clicking to edit one project name then another no longer copies the former's name to the latter.
-
All HTML tags except the
<br>
s used for linebreaks are now stripped after editing a TODO. In browsers which insert a<p>
or<div>
when you press Enter in acontentEditable
, these are normalised to<br>
before saving. -
Sessions can now be switched on the fly without reloading the page.
-
Added a quick session switching dropdown to the header, which activates when there are multiple sessions available.
-
Added exporting of projects as a
.todo.txt
file. -
Added session management to the settings screen - add, rename and delete.
-
Session switcher
<input>
on the Welcome page now uses a<datalist>
to suggest completions for existing session names fromlocalStorage
. -
The active session name is now displayed in
<title>
.
- Initial release.