treewide: Document changes and release 1.43.0

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/704>
This commit is contained in:
MoonlightWave-12
2024-11-14 15:56:37 +01:00
parent a674f2a394
commit 99356fcfe9
3 changed files with 72 additions and 10 deletions

39
NEWS
View File

@ -1,3 +1,42 @@
squeekboard 1.43.0
------------------
Released November 2024
* Fixes:
* Labels and icons on buttons will now keep their proportions when the proportions of layouts change.
* Changes:
* Layouts will now change their shape to fill empty space on the panel.
Note: For the "Wide"-shapes of layouts, this is currently limited to about 1.4 times the width.
* A setting for changing wether or not layouts will change their shape to fit the panel has been added.
* The "Shift"-modifier can be assigned to buttons now.
* "Shift"-buttons have been added to the terminal-layouts.
* New emojis from Unicode 16.0 have been added.
* Layouts have been made more consistent.
* Some placeholders on layouts have been filled.
* Contributors:
* Arnaud Ferraris
* MoonlightWave-12
* UI translations:
* Alexander Shopov (bg)
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
* 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

41
debian/changelog vendored
View File

@ -1,4 +1,4 @@
squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
squeekboard (1.43.0) experimental; urgency=medium
[ MoonlightWave-12 ]
* layouts: Change `Shift_L` to `show_upper`
@ -9,21 +9,26 @@ squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
* scaling: Keep proportions of labels and icons when stretching layouts
* layouts: Improve `number`-layout
* layouts: Sort outlines alphabetically
* submission.rs: Restore active modifiers after changing keymaps
* layouts: Adjust layout-sizes to the correct aspect-ratios
* layouts: Add emojis from Unicode 16.0 to the emoji-layout
* keyboard.rs: Reword a comment
* keyboard.rs: Add more keycodes and sort those
* keyboard.rs: Add keycode to the keymap with BackSpace if there is no other
* keyboard.rs: Format code better
* input: Add the `Shift`-modifier
* doc/layouts.md: Update recommended settings for creating layouts
* layouts: Add `Shift`-button to the terminal-layouts
* Cargo.lock: Update dependencies
* treewide: Increase project-version to "1.43.0~alpha0"
[ Sebastian Krzyszkowiak ]
* keyboard: Only generate keycodes from an allowlist
* CI: Remove 'check_release'-CI-job and 'check_release.py'
* layout.rs: Fix code-style
* scaling: Add a setting for fitting layouts to the panel
* doc/layout.md: Update information about how to deactivate layout-stretching
* README.md: Mention the settings for layout-stretching
* scaling: Let layouts stretch to fill the panel
* layout.rs: Adjust tests to work with layout-stretching
* layouts: Fill some placeholders with '²' and '³'
* layouts: Make placeholder-position more consistent in bg(+phonetic)-layouts
* layouts: Fill placeholders with duplicated buttons in terminal-layouts
* layouts: Change "small"-outline to "small-row"-outline in terminal-layouts
* Cargo.lock: Update dependencies
[ Alexander Shopov ]
* Add Bulgarian translation
@ -32,7 +37,25 @@ squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
* Cargo.toml: use xkbcommon 0.8
* parsing: fix test for new xkbcommon version
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Wed, 06 Nov 2024 20:20:38 +0100
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Fri, 15 Nov 2024 11:48:10 +0100
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 ]
* 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

View File

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