-
Fixed the spacebar not working in the first name field.
-
Some background changes. (JSDoc descriptions, method name/types etc.)
-
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".
- Fixed the issue where when you click any button it shows the top part of the site.
-
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.
- 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)
- Preferences feature
- Theme feature (Added dark mode)
- "Hide banner" option added
- "Hide completed todos" option added
- Bugs fixed
- Initial release
- CRUD operations
- localStorage