From 8f57367eadeca92706193fc40030081f40e81fbf Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Tue, 2 Jan 2024 06:55:02 +0100 Subject: Fix number-based mouse bindings The toml migration introduced a regression which stopped numbered key binding's from working. This patch implements the required number type to make things work again. Fixes #7527. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f988f21d..49dddcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Blurry window when using `window.dimensions` on some Wayland compositors - IME input lagging behind on X11 - xdotool modifiers input not working correctly on X11 +- Parsing numbers fails for mouse bindings ## 0.13.0 -- cgit v1.2.3-54-g00ecf