From 6c16619c83fbc42a82d53330803656b3de67c653 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 22 Oct 2021 19:48:30 +0200 Subject: [PATCH] (cargo-release) version 1.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3f7e9..365811b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.3.0] - 2021-10-22 - Highlight currently selected window (also adds `--textcolorcurrent`, `--textcolorcurrentalt`, `--bgcolorcurrent`) [#82](https://github.com/svenstaro/wmfocus/issues/82) ## [1.2.0] - 2021-07-11 @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update to Rust 2018 edition -[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/svenstaro/wmfocus/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/svenstaro/wmfocus/compare/v1.1.5...v1.2.0 [1.1.5]: https://github.com/svenstaro/wmfocus/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/svenstaro/wmfocus/compare/1.1.3...v1.1.4 diff --git a/Cargo.lock b/Cargo.lock index 31ec755..e4d66eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -832,7 +832,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wmfocus" -version = "1.2.1-alpha.0" +version = "1.3.0" dependencies = [ "anyhow", "cairo-rs", diff --git a/Cargo.toml b/Cargo.toml index 7cb3aac..b8d4805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wmfocus" description = "Visually focus windows by label" -version = "1.2.1-alpha.0" +version = "1.3.0" repository = "https://github.com/svenstaro/wmfocus" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 39e5fbd..37a3ee6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ wmfocus will make use of a compositor to get real transparency. ## Full help ``` -wmfocus 1.2.1-alpha.0 +wmfocus 1.3.0 Sven-Hendrik Haase