Skip to content

Releases: KikyTokamuro/todolist-cl

v3.0.0

14 Apr 11:38
Compare
Choose a tag to compare
  • Updated database structure (The structure of the old DB is no longer support).
  • Fixed code for working with the new database structure.
  • Added a small logo.
  • Added auto complete for group name in "New Task" window.
  • Bugs fixed.

v2.1.0

26 Feb 10:29
Compare
Choose a tag to compare
  • Fixed database path
  • The type of some requests to the server has been changed to POST
  • Added error display via modal window instead of alert func

v2.0.1

08 Jan 18:43
Compare
Choose a tag to compare
  • Fix scrollbar background.
  • Changed the logic of group name saving. So that you can create groups with special characters in the name, excluding quotes.

v2.0.0

29 Dec 23:19
Compare
Choose a tag to compare
  • Added new editor for adding tasks.
  • Added ability to edit text of previously created tasks.
  • Slightly changed design.

v1.2.0

03 Sep 14:58
Compare
Choose a tag to compare
  • Added statistics window
  • JS libraries downloaded to static libs directory so as not to pull them from the Internet

v1.1.0

30 Jul 12:23
Compare
Choose a tag to compare
  • Updated styles.
  • Rewrited JS on classes and imports

v1.0.0

08 Jul 21:29
Compare
Choose a tag to compare
Added first version