From 3b05b16aa0c8576b4cb1115d88d4b4dd7f7fe234 Mon Sep 17 00:00:00 2001 From: paperbenni <15818888+paperbenni@users.noreply.github.com> Date: Sun, 2 Aug 2026 14:17:48 +0000 Subject: [PATCH] chore: release v0.1.19 --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- packaging/arch-bin/PKGBUILD | 2 +- packaging/arch/PKGBUILD | 2 +- 5 files changed, 44 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c7b690..5df5d61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.19](https://github.com/instantOS/instantWM/compare/v0.1.18...v0.1.19) - 2026-08-02 + +### Changed + +- rename misnomers +- remodel scratchpad + +### Other + +- fix deps +- Merge branch 'main' of github.com:instantOS/instantWM +- refactor very long function +- Merge branch 'dev' of github.com:instantOS/instantWM into dev +- refactor huge file +- refactor huge client file +- better maximized reordering +- add failing UX test to repro issue +- introduce focus history +- bump stuff +- Merge branch 'main' into dev +- add keybind action sequence support +- clippy fix +- add bar padding +- fix border rendering using the wrong geometry +- fix double lookup +- add early guard +- make animation speed configurable, fix jumpy animations +- refactor huge monolith function +- avoid bar layout recomputation +- test new distribute_cells +- remove dead fields +- remove dead code +- implement status command suspension +- fix animation duration types, decrease default speed +- more explicit status suspend semantics +- fix animation sliding flashing the wallpaper +- unify window spawn animation +- fix tag slide animation +- fix overview UX papercuts + ## [0.1.18](https://github.com/instantOS/instantWM/compare/v0.1.17...v0.1.18) - 2026-07-27 ### Changed diff --git a/Cargo.lock b/Cargo.lock index a795b592..79340631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -995,7 +995,7 @@ checksum = "36eee07d8e02bd95bf52b2e642cf13d33701b94c6e4b04fbf1d1fb07e9cb19e7" [[package]] name = "instantwm" -version = "0.1.18" +version = "0.1.19" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 241aae3a..a29d00c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instantwm" -version = "0.1.18" +version = "0.1.19" 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 afc0ed36..86edab34 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.18 +pkgver=0.1.19 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 f9ddff97..2caabaa1 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: instantOS pkgname=instantwm -pkgver=0.1.18 +pkgver=0.1.19 pkgrel=1 pkgdesc="A tiling window manager for X11 and Wayland" arch=('x86_64')