Skip to content

Releases: R366Y/task-rustler

v 0.4.0

Choose a tag to compare

@R366Y R366Y released this 21 Oct 19:33
1805a5c
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

Choose a tag to compare

@R366Y R366Y released this 13 Oct 18:11
23da654
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

Choose a tag to compare

@R366Y R366Y released this 12 Oct 07:15
ec79c76
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

Choose a tag to compare

@R366Y R366Y released this 07 Oct 19:20
f0b8b13
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

Choose a tag to compare

@R366Y R366Y released this 05 Oct 08:19

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

v 0.2.3

Choose a tag to compare

@R366Y R366Y released this 03 Oct 18:40
06584e6
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.

Choose a tag to compare

@R366Y R366Y released this 29 Sep 18:36
851118c

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

Choose a tag to compare

@R366Y R366Y released this 25 Sep 18:20

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