From 5e0c95feea5b8d0380e6f385ea2e4f377ccf755f Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Wed, 14 Aug 2024 18:22:22 +0200 Subject: [PATCH] Release Squeekboard 1.41.0 New layouts: - Malayalam - German (Bone) - German (Neo 2) New icons: - zwsp (zero-width-space) - zwj (zero-width-joiner) Part-of: --- NEWS.md | 26 +++++++++++++++++++------- debian/changelog | 19 +++++++++++++++++++ meson.build | 2 +- 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/NEWS.md b/NEWS.md index ca37ece7..b042dd8c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,16 @@ -1.39.0 +squeekboard 1.41.0 +------------------ + +New layouts: + - Malayalam + - German (Bone) + - German (Neo 2) + +New icons: + - zwsp (zero-width-space) + - zwj (zero-width-joiner) + +squeekboard 1.39.0 ------------------ New button-styles: @@ -27,7 +39,7 @@ Changes: Development: - Scaling-tests for many display-types have been added. -1.38.0 +squeekboard 1.38.0 ------------------ Changes: @@ -45,13 +57,13 @@ Development: - Squeekboard's main development-platform is now Debian Testing - The layout-files have been cleaned up, so that those are easier to understand and edit -1.24.0 +squeekboard 1.24.0 ------------------ Changes: - The emoji-layout has been replaced with a new one, which offers many more emojis to choose from. -1.23.0 +squeekboard 1.23.0 ------------------ New or updated translations: @@ -68,7 +80,7 @@ Changes: - Fixed various small style-issues in many layouts - Improved the US-terminal-layout -1.22.0 "Superposition" +squeekboard 1.22.0 "Superposition" ------------------ New or updated translations: @@ -79,7 +91,7 @@ Changes: - fixed panel sizing when rotating - fixed Dvorak terminal layout -1.21.0 "Expected value" +squeekboard 1.21.0 "Expected value" ------------------ New or updated translations: @@ -97,7 +109,7 @@ Changes: - fixed panel sizing when rotating - internal improvements. -1.20.0 "PID controller" +squeekboard 1.20.0 "PID controller" ------------------ New translations: diff --git a/debian/changelog b/debian/changelog index 962bde7e..028964be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +squeekboard (1.41.0) experimental; urgency=medium + + [ MoonlightWave-12 ] + * Layouts: Add ergonomic German layouts + * resources.rs: Correct sorting of layouts + * Build: Use meson_Cargo.toml.in for setting up the build + * .gitignore: Ignore more files + * Build/CI: Remove workaround that does not work any more + * Build: Use vendored dependencies for building .deb packages + * debian/cargo/config: Rename to config.toml + * data/icons: Add zwsp and zwj + * Layouts: Add Malayalam layout + * Cargo.lock: Update dependencies + + [ marcin ] + * Port to crate xkbcommon 0.7 + + -- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Wed, 14 Aug 2024 18:27:39 +0200 + squeekboard (1.39.0) experimental; urgency=medium [ MoonlightWave-12 ] diff --git a/meson.build b/meson.build index 89ded202..d8aeb2b9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.39.0', + version: '1.41.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [