tiempo-rs/CHANGELOG.md

44 lines
980 B
Markdown
Raw Normal View History

2022-07-22 05:21:31 -05:00
# Changes
## 1.4.0
- Brand new `chart` formatter that shows your work history
- Fix bash-completions file
- Improve some output messages
- Fix timezone handling (in old databases) for --interactive
- Tell how to silence the timetrap warning as part of the warning :(
- Allow to set per-command default formatters
## 1.3.2
- Sort entries by most recent last in --interactive. Since most of the time you
are likely recovering a recent entry you'll find it faster.
2022-08-04 01:50:08 -05:00
## 1.3.1
- Set correctly the description and dependencies for .deb package
2022-08-03 08:59:02 -05:00
## 1.3.0
- Archive entries by the total sum of hours passing t-archive the --time
argument.
## 1.2.5
- From now on AUR packages (tiempo-git and tiempo-bin) are updated from CI
(yay!)
- Upgrade dependency rusqlite to 0.28 because 0.25 was yanked (perhaps a
security issue)
2022-07-22 05:21:31 -05:00
## 1.2.0
- Add `--interactive` to `resume` subcommand
## 1.1.0
- Custom formatters
## 1.0.0
- First functional release with most features already!