Skip to content

Releases: Kjarrigan/GoDo

v0.3.0

06 Apr 06:42
Compare
Choose a tag to compare

I've been actively using this version for a couple of days now and no crash or dataloss so far, thus a new version it is. There are still some minor bugs but nothing seriously hindering my workflow. New features:

  • Add multiple, namable workspaces (technically unlimited)
    • attention: the save-file-name has been changed. You have to rename you file from godo.json to godo_0.json
    • every workspace is a distinct file and freshly loaded when switching (unloading all the previous data)
    • if nothing is selected you can rename the workspace with F2
  • The List is now also wrapped in a Scrollbox-Context so you can add lots of (nested) tasks

v0.2.0

28 Mar 21:49
Compare
Choose a tag to compare

More core-features added and some minor rearrangements:

  • Editing Tasks with F2
  • Drag and Drop to reorder elements and make them sub-tasks
  • Toggle Subgroup-Visibility

v0.1.0

24 Mar 23:03
Compare
Choose a tag to compare

The core mechanic is done and it can now be used to manage ToDo-Lists:

  • add (deeply nested) tasks
  • persistent storage (auto-save on changes and load on application start)