Skip to content

Commit ab51533

Browse files
chore: release v0.7.10
1 parent 2719629 commit ab51533

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.10](https://github.com/sassman/t-rec-rs/compare/v0.7.9...v0.7.10) - 2025-11-15
10+
11+
### Added
12+
13+
- *(tip)* add a tip for the idle pause flag feature from pr #267 ([#287](https://github.com/sassman/t-rec-rs/pull/287))
14+
- add --idle-pause <time> to set the max time before idle frame optimization. Can improve readability. ([#267](https://github.com/sassman/t-rec-rs/pull/267))
15+
16+
### Other
17+
18+
- *(deps)* bump clap from 4.5.50 to 4.5.51 ([#286](https://github.com/sassman/t-rec-rs/pull/286))
19+
- *(deps)* bump core-foundation from 0.10.0 to 0.10.1 ([#261](https://github.com/sassman/t-rec-rs/pull/261))
20+
- *(deps)* bump humantime from 2.1.0 to 2.3.0 ([#279](https://github.com/sassman/t-rec-rs/pull/279))
21+
- *(deps)* bump rayon from 1.10.0 to 1.11.0 ([#270](https://github.com/sassman/t-rec-rs/pull/270))
22+
- *(deps)* bump anyhow from 1.0.97 to 1.0.100 ([#281](https://github.com/sassman/t-rec-rs/pull/281))
23+
- *(deps)* bump log from 0.4.26 to 0.4.28 ([#278](https://github.com/sassman/t-rec-rs/pull/278))
24+
- *(deps)* bump simplerand from 1.5.1 to 1.6.0 ([#266](https://github.com/sassman/t-rec-rs/pull/266))
25+
- *(deps)* bump clap from 4.5.32 to 4.5.49 ([#285](https://github.com/sassman/t-rec-rs/pull/285))
26+
- fix typos ([#264](https://github.com/sassman/t-rec-rs/pull/264))
27+
- *(deps)* bump tempfile from 3.19.1 to 3.23.0 ([#283](https://github.com/sassman/t-rec-rs/pull/283))
28+
- *(deps)* bump image from 0.25.5 to 0.25.8 ([#277](https://github.com/sassman/t-rec-rs/pull/277))
29+
- *(deps)* bump clap from 4.5.31 to 4.5.32 ([#245](https://github.com/sassman/t-rec-rs/pull/245))
30+
- *(deps)* bump tempfile from 3.18.0 to 3.19.1 ([#246](https://github.com/sassman/t-rec-rs/pull/246))
31+
932
## [0.7.9](https://github.com/sassman/t-rec-rs/compare/v0.7.8...v0.7.9) - 2025-03-15
1033

1134
### Other

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.9"
3+
version = "0.7.10"
44
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
55
edition = "2018"
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)