Implemented enhancements:
- The spacing between tasks has been increased to improve how the application looks on elementary OS 6.
- Depending on the Gtk theme, task checkboxes and descriptions may be aligned better.
- Made the parsing of timer and duration values more robust. For example:
timer:5m
will now also be parsed as a timer value, while previously onlytimer:0h-5m-0s
would be accepted. - The Portuguese translations have been updated.
- Now only
.txt
files are shown when selecting a file to store tasks in, by default.
Fixed bugs:
- Changing the location of todo.txt files should now actually be possible.
Other changes:
- By default, GoForIt! now stores uncompleted and completed tasks in the same file. (After picking a location to store
todo.txt
in GoForIt! will no longer automatically set the file to store completed tasks to adone.txt
file in the same directory.) This change allows GoForIt! to work properly without full access to the home directory.