Release 1.22.0 "Superposition"
New or updated translations: - Basque Changes: - fixed panel sizing when scaling - fixed panel sizing when rotating - fixed Dvorak terminal layout
This commit is contained in:
11
NEWS.md
11
NEWS.md
@ -1,3 +1,14 @@
|
|||||||
|
1.22.0 "Superposition"
|
||||||
|
------------------
|
||||||
|
|
||||||
|
New or updated translations:
|
||||||
|
- Basque
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- fixed panel sizing when scaling
|
||||||
|
- fixed panel sizing when rotating
|
||||||
|
- fixed Dvorak terminal layout
|
||||||
|
|
||||||
1.21.0 "Expected value"
|
1.21.0 "Expected value"
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -1,3 +1,20 @@
|
|||||||
|
squeekboard (1.22.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
[ Asier Sarasua Garmendia ]
|
||||||
|
* Add Basque translation
|
||||||
|
|
||||||
|
[ Dorota Czaplejewicz ]
|
||||||
|
* state: Make size independent of scaling factor
|
||||||
|
* cleanup: Remove debug prints
|
||||||
|
* tests: Make panel manager modifications pure
|
||||||
|
* panel: Fix sizing on output reconfiguration
|
||||||
|
* Update deps
|
||||||
|
|
||||||
|
[ Undef ]
|
||||||
|
* layout: fix uppercase dvorak terminal mode
|
||||||
|
|
||||||
|
-- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Sat, 01 Apr 2023 13:46:23 +0000
|
||||||
|
|
||||||
squeekboard (1.21.0-1) experimental; urgency=medium
|
squeekboard (1.21.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
[ Dorota Czaplejewicz ]
|
[ Dorota Czaplejewicz ]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'squeekboard',
|
'squeekboard',
|
||||||
'c', 'rust',
|
'c', 'rust',
|
||||||
version: '1.21.0',
|
version: '1.22.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