treewide: Document changes and release 1.42.2

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/694>
This commit is contained in:
MoonlightWave-12
2024-11-03 17:40:49 +01:00
parent 48c38b68ee
commit a305ad58eb
3 changed files with 18 additions and 1 deletions

9
NEWS
View File

@ -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

8
debian/changelog vendored
View File

@ -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 ]

View File

@ -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: [