Skip to content

Releases: R366Y/task-rustler

v 0.4.0

21 Oct 19:33
1805a5c

Choose a tag to compare

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"

v 0.3.3

13 Oct 18:11
23da654

Choose a tag to compare

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

v 0.3.2

12 Oct 07:15
ec79c76

Choose a tag to compare

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

v 0.3.1

07 Oct 19:20
f0b8b13

Choose a tag to compare

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

v 0.2.4

05 Oct 08:19

Choose a tag to compare

Input area is not visible unless during adding or editing a task

v 0.2.3

03 Oct 18:40
06584e6

Choose a tag to compare

Add date field (#7)

* Adds date field to app, ui and task.
* Adds new mod date.
* Adds Date struct and implemented traits to convert to Sql and String

ver_0.2.2.

29 Sep 18:36
851118c

Choose a tag to compare

New input field "Title"

What's Changed

  • Save and modify title input fields for task by @R366Y in #5

Full Changelog: ver_0.2.1...ver_0.2.2

ver_0.2.1

25 Sep 18:20

Choose a tag to compare

What's Changed

New Contributors

  • @R366Y made their first contribution in #1

Full Changelog: https://github.com/R366Y/task-rustler/commits/ver_0.2.1