From 18336a680406cfbc8b19d236326f1c6b9d7b206fc3283b2e07e3902e58ae7715 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 21 May 2024 15:33:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/river?expand=0&rev=59 --- river.changes | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/river.changes b/river.changes index 70aeab4..8eefc1a 100644 --- a/river.changes +++ b/river.changes @@ -2,13 +2,29 @@ Tue May 21 15:04:57 UTC 2024 - Soc Virnyl Estela - Update to version 0.3.2: - * build: bump version to 0.3.2-dev * build: update to Zig 0.12 * build: add -Dno-llvm build option * build: switch to the Zig package manager - Add ./README-suse-maintenance.md - Add ./vendor.tar.zst. Zig uses a package manager now. - Only do LLVM builds for aarch64 +- Changes since 0.3.1: + * input: prevent duplicate input configs + * input: fix scroll-factor resetting if unspecified + * input: change ScrollFactor and MapToOutput to align with other options + * XdgToplevel: don't update geometry if configure inflight + * XdgToplevel: update clip on geometry x/y change + * Cursor: don't hide while pointer constraint active + * Keyboard: fix redundant leave/enter on creation + * Server: fix filtering of newly created globals + * InputPopup: fix naming + * TextInput: ignore enable requests without focus + * InputPopup: fix minor issues, simplify code + * PointerConstraint: remove overly tight assert + * PointerConstraint: remove overly tight assert 2 + * bulid: bump version to 0.3.1 + * input-method-v2: Implement popups + * command/swap: fix cursor warp on focus change ------------------------------------------------------------------- Tue Apr 16 16:56:50 UTC 2024 - Joshua Smith