diff --git a/NEWS b/NEWS index e3c5b77b..a332cbad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +squeekboard 1.42.2 +------------------ +Released November 2024 +* Fixes: + * Compatibility: Squeekboard should now work better with apps that do not use the text-input-protocol of Wayland and rely on specific keycodes being assigned to specific characters/functions. + * Documentation: The recommended settings for creating layouts while using Phoc in a nested session, have been updated to work correctly with the changes to the scaling-algorithm. +* Contributors: + * MoonlightWave-12 + squeekboard 1.42.1 ------------------ Released October 2024 diff --git a/debian/changelog b/debian/changelog index c69ab470..cd5a881f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +squeekboard (1.42.2) experimental; urgency=medium + + * keyboard.rs: Add more keycodes and sort those + * keyboard.rs: Add keycode to the keymap with BackSpace if there is no other + * doc/layouts.md: Update recommended settings for creating layouts + + -- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Wed, 06 Nov 2024 11:24:22 +0100 + squeekboard (1.42.1) experimental; urgency=medium [ Sebastian Krzyszkowiak ] diff --git a/meson.build b/meson.build index cb2de2da..a0a29cd9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.42.1', + version: '1.42.2', license: 'GPLv3', meson_version: '>=1.0.0', default_options: [