Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.7 KB

changelog.md

File metadata and controls

60 lines (35 loc) · 1.7 KB

Changelog

Return to README.md

v1.3.1

  • Fixed the spacebar not working in the first name field.

  • Some background changes. (JSDoc descriptions, method name/types etc.)

v1.3.0

  • Now, you can input your first name to show up top of the page (Instead of Crema To-Do title).

    • To activate this feature, go to Preferences > First name.
  • Search todo feature added (Now, you can input keywords to find todo which you want)

    • If you don't want a search bar top of todolist, you can hide search bar from preferences ("Hide search bar" feature added)
  • Show completed todos feature added

    • Hide completed todos feature (boolean) removed; instead, added three option called "Show all todos", "Show active todos" and "Show completed todos".

v1.2.1

  • Fixed the issue where when you click any button it shows the top part of the site.

v1.2.0

  • Preferences feature improved

    • "Hide To-Do deleted messages" option added for new recover last deleted to-do feature.
    • Now, you can see date or time (or both) below of your todos.
    • Now, you can sort your todos by name instead of date.
  • Recover your last deleted to-do

    • If you deleted any to-do by mistake, you can recover it. Just press the "UNDO" button on the light red pop-up.

v1.1.1

  • Some background changes
    • Instead of multiple localStorage key, now Crema To-Do uses only one key called "data", and contains all of your data, including your todos and preferences. (This update won't effect your usage)

v1.1.0

  • Preferences feature
    • Theme feature (Added dark mode)
    • "Hide banner" option added
    • "Hide completed todos" option added

v1.0.1

  • Bugs fixed

v1.0.0

  • Initial release
    • CRUD operations
    • localStorage