Releases: BeringLogic/todo-app
Releases · BeringLogic/todo-app
v1.7
- feat: highlight #hashtags
- replaced remaining emoticons by nerdfont icons
- show timestamp in log
- extracted js into todo-app.js
Full Changelog: v1.6.1...v1.7
v1.6.1
- updated README.md and removed slop from it
- also export/import subscriptions when exporting/importing DB
- removed the cancel subscription menu option
- automatically cancel the subscription when deleting a project
- removed unused dependencies
- use nerd fonts
Full Changelog: v1.6...v1.6.1
v1.6
feature: subscribe to ICS calendars
fix: when importing an ICS file, skip past events having no recurrent info
Full Changelog: v1.5...v1.6
v1.5
feat: import ICS calendars
Full Changelog: v1.4.1...v1.5
v1.4.1
Changelog
- fix: drag&drop todos having a due date
- fix: don't use the pointer cursor on project-item
- feat: open the todo menu when clicking on a due date or recurrence info
Full Changelog: v1.4...v1.4.1
v1.4
- Due dates are now stored in UTC in the DB
- fix: recurring todos were broken
Full Changelog: v1.3...v1.4
v1.3
- Added time to todos.
- Style changes.
- Enter when editing date, time or recurrence will save.
- Extracted the css into style.css.
- Specified font and tweaked padding for mobile.
Full Changelog: v1.2...v1.3
v1.2
- export db to json
- import db
- favicon
- various bug fixes
Full Changelog: v1.1...v1.2
v1.1
Added UI to provide feedback while importing Google Takeout Tasks
v1.0
bug fixes and improvements. Better main menu. Import Google Takeout t…