Skip to content

Commit 1d70070

Browse files
chore: release v0.7.8 (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ad8bd6 commit 1d70070

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.8](https://github.com/sassman/t-rec-rs/compare/v0.7.7...v0.7.8) - 2025-01-14
10+
11+
### Added
12+
13+
- implement alphabetically sorted window list (see #221) (#223)
14+
- cmd line argument alias `--ls` for `--ls-win` (see #220) (#222)
15+
16+
### Other
17+
18+
- *(deps)* bump anyhow from 1.0.68 to 1.0.95 (#217)
19+
- *(deps)* bump tempfile from 3.3.0 to 3.15.0 (#218)
20+
- *(deps)* bump simplerand from 1.3.0 to 1.5.1 (#216)
21+
922
## [0.7.7](https://github.com/sassman/t-rec-rs/compare/v0.7.6...v0.7.7) - 2025-01-11
1023

1124
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "t-rec"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)