treewide: Document changes and release 1.42.1

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/692>
This commit is contained in:
MoonlightWave-12
2024-10-17 15:38:17 +02:00
parent 5dd31c4df0
commit 18d4bacde8
3 changed files with 21 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
squeekboard 1.42.1
------------------
Released October 2024
* Fixes:
* With some apps, in particular apps made with Electron, text-input did not work with some buttons, depending on which layout was used. Text-input should now work normally with those apps.
* In some situations, modifiers were cleared after pressing another button (for example: when pressing `C`, for `Ctrl + C`), resulting in text-input without the modifiers. The modifiers will remain active in those situations from now on.
* Contributors:
* MoonlightWave-12
* Sebastian Krzyszkowiak
squeekboard 1.42.0
------------------
Released September 2024

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
squeekboard (1.42.1) experimental; urgency=medium
[ Sebastian Krzyszkowiak ]
* keyboard: Only generate keycodes from an allowlist
[ MoonlightWave-12 ]
* submission.rs: Restore active modifiers after changing keymaps
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Thu, 17 Oct 2024 17:33:18 +0200
squeekboard (1.42.0) experimental; urgency=medium
* */meson.build: Fix warnings about features deprecated since Meson 0.56

View File

@ -1,7 +1,7 @@
project(
'squeekboard',
'c', 'rust',
version: '1.42.0',
version: '1.42.1',
license: 'GPLv3',
meson_version: '>=1.0.0',
default_options: [