Skip to content
Merged
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
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "instantwm"
version = "0.1.18"
version = "0.1.19"
edition = "2024"
description = "A tiling window manager for X11 - Rust port"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: instantOS <hello@instantos.io>
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')
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: instantOS <hello@instantos.io>
pkgname=instantwm
pkgver=0.1.18
pkgver=0.1.19
pkgrel=1
pkgdesc="A tiling window manager for X11 and Wayland"
arch=('x86_64')
Expand Down