diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b97398..7a2c32b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.11"} +{".":"0.2.12"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8548caa..2eb220d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.12](https://github.com/glide-wm/glide/compare/v0.2.11...v0.2.12) (2026-03-15) + + +### Bug Fixes + +* Don't track Firefox picture-in-picture windows ([adaad2f](https://github.com/glide-wm/glide/commit/adaad2fb724df1f73ade42fbee3870c99b33fb37)) + + +### Experimental Features + +* Scrolling layout, inspired by niri ([#129](https://github.com/glide-wm/glide/issues/129)) ([d39b04b](https://github.com/glide-wm/glide/commit/d39b04bf1f80ae22fbf742b858dd231873896e16)) + ## [0.2.11](https://github.com/glide-wm/glide/compare/v0.2.10...v0.2.11) (2026-02-19) diff --git a/Cargo.lock b/Cargo.lock index b93451a..a8f3275 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ [[package]] name = "glide-wm" -version = "0.2.11" +version = "0.2.12" dependencies = [ "accessibility", "accessibility-sys", diff --git a/Cargo.toml b/Cargo.toml index 20bcee2..1875150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glide-wm" -version = "0.2.11" +version = "0.2.12" edition = "2024" license = "Apache-2.0 OR MIT"