List latest entries last in --interactive

This commit is contained in:
Abraham Toriz 2022-08-04 19:00:40 +08:00
parent f968e6605c
commit b4fb858208
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 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

2
Cargo.lock generated
View File

@ -812,7 +812,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.3.1"
version = "1.3.2"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -11,7 +11,7 @@ description = "A command line time tracker"
license = "GPL-3.0"
documentation = "https://gitlab.com/categulario/tiempo-rs"
homepage = "https://gitlab.com/categulario/tiempo-rs"
version = "1.3.1"
version = "1.3.2"
[dependencies]
clap = "2"

View File

@ -372,7 +372,7 @@ for and whose design I took as reference, keeping compatibility when possible.
(mostly to remind myself)
* [ ] Ensure tests pass and that clippy doesn't complain
* [ ] Create an entry in `CHANGELOG.md` with the target version
* [ ] Create an entry in `CHANGELOG.md` with the target version, stage it
* [ ] run `vbump`
* [ ] push commits and tags
* [ ] wait for release