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
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.19"
version = "0.1.20"
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.19
pkgver=0.1.20
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.19
pkgver=0.1.20
pkgrel=1
pkgdesc="A tiling window manager for X11 and Wayland"
arch=('x86_64')
Expand Down