From b1a57b33362184db2ea97fb3b50c23933efa6dbb Mon Sep 17 00:00:00 2001 From: paperbenni <15818888+paperbenni@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:42:45 +0000 Subject: [PATCH] chore: release v0.1.20 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- packaging/arch-bin/PKGBUILD | 2 +- packaging/arch/PKGBUILD | 2 +- 5 files changed, 38 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df5d61c..631850ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.20](https://github.com/instantOS/instantWM/compare/v0.1.19...v0.1.20) - 2026-08-07 + +### Fixed + +- wayland positioning fix +- animate stationary-center Wayland resizes +- preserve Wayland resize anchors through commits +- animate the farther-moving resize edge +- hide Wayland shrinks outside outputs +- grow Wayland surfaces outside outputs +- tolerate mostly offscreen Wayland resizes + +### Other + +- fix animation pacing, optimize maximized thingy +- bump stuff +- add more help text +- rename misnomer option +- fix weird animation stuff +- Merge branch 'dev' of github.com:instantOS/instantWM into dev +- fmt +- remove dead code +- fix busy systray icon fetch +- replace buggy center anchoring +- unify some stuff +- better model resize timing +- optimize redundant ops +- fix spawn flash +- add mic mute keybind +- bump deps +- dedupe randr +- unify drm/winit more +- unify screen capture + ## [0.1.19](https://github.com/instantOS/instantWM/compare/v0.1.18...v0.1.19) - 2026-08-02 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f2fb3f58..b3f3e680 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ checksum = "36eee07d8e02bd95bf52b2e642cf13d33701b94c6e4b04fbf1d1fb07e9cb19e7" [[package]] name = "instantwm" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index a29d00c9..7a550b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instantwm" -version = "0.1.19" +version = "0.1.20" edition = "2024" description = "A tiling window manager for X11 - Rust port" license = "MIT" diff --git a/packaging/arch-bin/PKGBUILD b/packaging/arch-bin/PKGBUILD index 86edab34..a5f5de49 100644 --- a/packaging/arch-bin/PKGBUILD +++ b/packaging/arch-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: instantOS pkgname=instantwm-bin _pkgname=instantwm -pkgver=0.1.19 +pkgver=0.1.20 pkgrel=1 pkgdesc="A tiling window manager for X11 and Wayland (prebuilt binary)" arch=('x86_64') diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 2caabaa1..38907e1f 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: instantOS pkgname=instantwm -pkgver=0.1.19 +pkgver=0.1.20 pkgrel=1 pkgdesc="A tiling window manager for X11 and Wayland" arch=('x86_64')