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:
10
NEWS
10
NEWS
@ -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
|
squeekboard 1.42.0
|
||||||
------------------
|
------------------
|
||||||
Released September 2024
|
Released September 2024
|
||||||
|
|||||||
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
|
squeekboard (1.42.0) experimental; urgency=medium
|
||||||
|
|
||||||
* */meson.build: Fix warnings about features deprecated since Meson 0.56
|
* */meson.build: Fix warnings about features deprecated since Meson 0.56
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'squeekboard',
|
'squeekboard',
|
||||||
'c', 'rust',
|
'c', 'rust',
|
||||||
version: '1.42.0',
|
version: '1.42.1',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
meson_version: '>=1.0.0',
|
meson_version: '>=1.0.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|||||||
Reference in New Issue
Block a user