You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Icalendar integration (#21)
* Adds "export_tasks_to_icalendar" function
* Makes priorities compliant to rfc5545, 1 is highest 3 is lowest
* Adds new InputMode::Export
* Adds input area for the path to export a file
* Adds commands and key handlers to export the tasks to .ics file
* Updates and improves the documentation
* binary executable changed to "taskrs"
Key combinations (#19)
* Use "Ctrl + d" to delete a task instead of just "d"
* Can sort by priority in ascending or descending order
* Adds sort by date
Refactoring structure (#16)
* refactoring commands
* changed InputMode::Normal to InputMode::View
App.error_message and is_error are now merged into a single field called error that is an Option<String>
* show a banner "Error" in front of an error message
Popup and error messages (#13)
* Add a popup that shows main commands
* Display an error when the date is in a wrong format
* Refactoring
* Updated documentation