tiempo-rs/CHANGELOG.md

66 lines
1.5 KiB
Markdown

# Changes
## 1.6
- `t now` displays a nicer message if no entries are running.
- `chart` formatter now shows the sheet name(s) that are being displayed.
- any-linux package now includes install script.
## 1.5.3
- added `--flat` option to `list` that displays only available sheet names one
per line
- completions for bash, fish and zsh added to the package
- binary package structure changed
## 1.5
- First release to include the man page. Documentation is now published in
https://tiempo.categulario.xyz
## 1.4.1
- Fix config not being passed to custom formatters
## 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.
## 1.3.1
- Set correctly the description and dependencies for .deb package
## 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)
## 1.2.0
- Add `--interactive` to `resume` subcommand
## 1.1.0
- Custom formatters
## 1.0.0
- First functional release with most features already!