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:
9
NEWS
9
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
|
||||
|
||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 ]
|
||||
|
||||
@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user