diff --git a/NEWS b/NEWS index 01363c52..e3c5b77b 100644 --- a/NEWS +++ b/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 ------------------ Released September 2024 diff --git a/debian/changelog b/debian/changelog index f304556b..c69ab470 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/meson.build b/meson.build index 123641ca..cb2de2da 100644 --- a/meson.build +++ b/meson.build @@ -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: [