Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.11"}
{".":"0.2.12"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are two blank lines after the version header, which is inconsistent with the spacing of some other entries in this file. Removing one of them would improve the document's consistency.

### 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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glide-wm"
version = "0.2.11"
version = "0.2.12"
edition = "2024"

license = "Apache-2.0 OR MIT"
Expand Down
Loading