Skip to content

Commit 908c8b2

Browse files
authored
Merge pull request #275 from instantOS/release/version-bump
chore: release v0.1.22
2 parents c16771b + b854dbd commit 908c8b2

5 files changed

Lines changed: 39 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.22](https://github.com/instantOS/instantWM/compare/v0.1.21...v0.1.22) - 2026-08-25
11+
12+
### Changed
13+
14+
- make types layer backend- and bar-free
15+
16+
### Fixed
17+
18+
- hide/show windows immediately after switching tag, not just with window round trips
19+
20+
### Other
21+
22+
- make systray more backend agnostic
23+
- fix x11 drawing bug
24+
- harden IPC, fix logging
25+
- harden socket stuff
26+
- refactor some backend abstraction stuff
27+
- fix bugs
28+
- align x11 and wayland capabilities
29+
- slop bugfixes
30+
- rearchitecture some selection stuff
31+
- consolidate redundant structs
32+
- remove forwarding accessors
33+
- narrow stuff
34+
- bump deps
35+
- fix redundant X11 round trips
36+
- performance optimize the X11 backend
37+
- fix X11 bugs
38+
- init X11 touch screen support
39+
- change default color scheme
40+
- Merge branch 'dev' of github.com:instantOS/instantWM into dev
41+
- redo font rendering
42+
- new separator color field
43+
- Merge branch 'dev'
44+
1045
## [0.1.21](https://github.com/instantOS/instantWM/compare/v0.1.20...v0.1.21) - 2026-08-17
1146

1247
### 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 = "instantwm"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
edition = "2024"
55
description = "Hybrid tiling window manager for X11 and Wayland"
66
license = "MIT"

packaging/arch-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: instantOS <hello@instantos.io>
22
pkgname=instantwm-bin
33
_pkgname=instantwm
4-
pkgver=0.1.21
4+
pkgver=0.1.22
55
pkgrel=1
66
pkgdesc="A tiling window manager for X11 and Wayland (prebuilt binary)"
77
arch=('x86_64')

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: instantOS <hello@instantos.io>
22
pkgname=instantwm
3-
pkgver=0.1.21
3+
pkgver=0.1.22
44
pkgrel=1
55
pkgdesc="A tiling window manager for X11 and Wayland"
66
arch=('x86_64')

0 commit comments

Comments
 (0)