Releases: BOTbkcd/mayhem
Releases · BOTbkcd/mayhem
Mayhem v1.2.3
Mayhem v1.2.2
- Application data will be stored in the home directory of the OS. Now different instances of the application will be sharing the same data.
- For those who have already been using an older version, you can migrate your data by copying the hidden file named
.todo.db
to the home directory of your OS (.todo.db
file can be found at the path from where you have been running your mayhem app instance)
- For those who have already been using an older version, you can migrate your data by copying the hidden file named
- Both
ctrl+c
&q
can now be used to quit the application
Mayhem v1.2.1
- Fixed reccuring task deadline-based sorting bug
Driver Update
Merge pull request #6 from BOTbkcd/dev Switched to pure go GORM implementation
Minor fix
Recurring task bug fixed
Merge pull request #3 from BOTbkcd/dev Fixed recur tasks updation for start time changes
Minor fixes
Merge pull request #2 from BOTbkcd/dev Uncommitted changes for task stack re-assignment
Feature: task can be moved to a new stack
Merge pull request #1 from BOTbkcd/dev Change stack option and other changes