- No functional changes.
- Linting.
- Bump tokio dependency from 1.23.0 to 1.25.0.
- Bump regex dependency from 1.7.0 to 1.7.1.
- Bump console dependency from 0.15.3 to 0.15.5.
- Bump reqwest dependency from 0.11.13 to 0.11.14.
- Bump clap dependency from 4.0.32 to 4.1.4.
- Refactored
action.rs
, providing a useful API for writing actions. - Added a
path
action. - Refactored the
add
action, exposing some of its internals and improving its test coverage. - Refactored the
archive
action, exposing some of its internals and improving its test coverage. - Refactored the
done
action, exposing some of its internals and improving its test coverage. - Refactored the
edit
action, exposing some of its internals and improving its test coverage. - Refactored the
find
action, exposing some of its internals and improving its test coverage. - Refactored the
important
action, exposing some of its internals and improving its test coverage. - Refactored the
pull
action, exposing some of its internals and improving its test coverage. - Refactored the
quick
action, exposing some of its internals and improving its test coverage. - Refactored the
remove
action, exposing some of its internals and improving its test coverage. - Refactored the
urgent
action, exposing some of its internals and improving its test coverage.
- Initial release