Skip to content

Releases: dpkshrma/beaver

0.5.2

18 Aug 21:50
Compare
Choose a tag to compare

Bug Fixes:

  • Show remaining/overdue todo time w.r.t. total active time (fd20f5f)
    • Also update todo timer in real time (1sec delay) (bab40af)
  • Remove todo jitter on description collapse open (204c306)

Simple TODO Atom App

14 Aug 09:02
Compare
Choose a tag to compare
  • Create a new todo for an existing Atom project (0757c25)
    • Select from list of projects
    • Add todo details(title, description)
    • Mention estimated time required
    • Activate/Deactivate todo on add
  • View the list of added todos (7198f65)
    • Complete a todo
    • Activate/Deactivate a pending todo
    • Delete a todo
  • Easily switch between todo list and todo form views (352016d)