Skip to content

Commit bda1bd3

Browse files
chore: release v0.7.11 (#290)
## 🤖 New release * `t-rec`: 0.7.10 -> 0.7.11 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.7.11](v0.7.10...v0.7.11) - 2025-11-30 ### Added - add config file with profiles support ([#295](#295)) - support custom wallpaper images ([#294](#294)) - add --wallpaper option with macOS Ventura background ([#292](#292)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: 5422m4n-bot[bot] <203366424+5422m4n-bot[bot]@users.noreply.github.com>
1 parent 6909f17 commit bda1bd3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.11](https://github.com/sassman/t-rec-rs/compare/v0.7.10...v0.7.11) - 2025-11-30
10+
11+
### Added
12+
13+
- add config file with profiles support ([#295](https://github.com/sassman/t-rec-rs/pull/295))
14+
- support custom wallpaper images ([#294](https://github.com/sassman/t-rec-rs/pull/294))
15+
- add --wallpaper option with macOS Ventura background ([#292](https://github.com/sassman/t-rec-rs/pull/292))
16+
917
## [0.7.10](https://github.com/sassman/t-rec-rs/compare/v0.7.9...v0.7.10) - 2025-11-15
1018

1119
### Added

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

0 commit comments

Comments
 (0)