tiempo-rs/CHANGELOG.md

66 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2022-07-22 05:21:31 -05:00
# Changes
2022-11-26 21:00:11 -06:00
## 1.6
2022-11-09 14:22:40 -06:00
- `t now` displays a nicer message if no entries are running.
- `chart` formatter now shows the sheet name(s) that are being displayed.
2022-11-26 18:57:12 -06:00
- any-linux package now includes install script.
2022-11-09 14:22:40 -06:00
2022-11-06 21:11:53 -06:00
## 1.5.3
- added `--flat` option to `list` that displays only available sheet names one
per line
2022-11-06 21:11:53 -06:00
- completions for bash, fish and zsh added to the package
- binary package structure changed
2022-10-31 00:15:00 -06:00
## 1.5
2022-11-26 21:16:46 -06:00
2022-10-31 00:15:00 -06:00
- 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.
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!