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: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/661>
This commit is contained in:
26
NEWS.md
26
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:
|
New button-styles:
|
||||||
@ -27,7 +39,7 @@ Changes:
|
|||||||
Development:
|
Development:
|
||||||
- Scaling-tests for many display-types have been added.
|
- Scaling-tests for many display-types have been added.
|
||||||
|
|
||||||
1.38.0
|
squeekboard 1.38.0
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
@ -45,13 +57,13 @@ Development:
|
|||||||
- Squeekboard's main development-platform is now Debian Testing
|
- 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
|
- The layout-files have been cleaned up, so that those are easier to understand and edit
|
||||||
|
|
||||||
1.24.0
|
squeekboard 1.24.0
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- The emoji-layout has been replaced with a new one, which offers many more emojis to choose from.
|
- 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:
|
New or updated translations:
|
||||||
@ -68,7 +80,7 @@ Changes:
|
|||||||
- Fixed various small style-issues in many layouts
|
- Fixed various small style-issues in many layouts
|
||||||
- Improved the US-terminal-layout
|
- Improved the US-terminal-layout
|
||||||
|
|
||||||
1.22.0 "Superposition"
|
squeekboard 1.22.0 "Superposition"
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
New or updated translations:
|
New or updated translations:
|
||||||
@ -79,7 +91,7 @@ Changes:
|
|||||||
- fixed panel sizing when rotating
|
- fixed panel sizing when rotating
|
||||||
- fixed Dvorak terminal layout
|
- fixed Dvorak terminal layout
|
||||||
|
|
||||||
1.21.0 "Expected value"
|
squeekboard 1.21.0 "Expected value"
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
New or updated translations:
|
New or updated translations:
|
||||||
@ -97,7 +109,7 @@ Changes:
|
|||||||
- fixed panel sizing when rotating
|
- fixed panel sizing when rotating
|
||||||
- internal improvements.
|
- internal improvements.
|
||||||
|
|
||||||
1.20.0 "PID controller"
|
squeekboard 1.20.0 "PID controller"
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
New translations:
|
New translations:
|
||||||
|
|||||||
19
debian/changelog
vendored
19
debian/changelog
vendored
@ -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
|
squeekboard (1.39.0) experimental; urgency=medium
|
||||||
|
|
||||||
[ MoonlightWave-12 ]
|
[ MoonlightWave-12 ]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'squeekboard',
|
'squeekboard',
|
||||||
'c', 'rust',
|
'c', 'rust',
|
||||||
version: '1.39.0',
|
version: '1.41.0',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
meson_version: '>=0.51.0',
|
meson_version: '>=0.51.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|||||||
Reference in New Issue
Block a user