Release 1.14.0 "Swim bladder"
Changes: - fixed builds in paths that would be shell-escaped - layout popover leaves the panel area - global styles better picked up - and code quality improvements
This commit is contained in:
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,21 @@
|
|||||||
|
squeekboard (1.14.0pureos0~amber0) amber-phone; urgency=medium
|
||||||
|
|
||||||
|
[ Dorota Czaplejewicz ]
|
||||||
|
* data: Split into loading and parsing
|
||||||
|
* layout: Remove unused code
|
||||||
|
* build: Fix unnecessary shell quotes
|
||||||
|
* popover: Allow spanning outside panel area
|
||||||
|
* cargo: Update dependencies before release
|
||||||
|
|
||||||
|
[ undef ]
|
||||||
|
* Fix typos jp keyboard comments
|
||||||
|
|
||||||
|
[ anteater ]
|
||||||
|
* use the correct GtkStyleProviderPriority to indicate that the styles are provided by the application
|
||||||
|
* remove some unnecessary unsafe code
|
||||||
|
|
||||||
|
-- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Sat, 15 May 2021 12:45:20 +0000
|
||||||
|
|
||||||
squeekboard (1.13.0pureos0~amber0) amber-phone; urgency=medium
|
squeekboard (1.13.0pureos0~amber0) amber-phone; urgency=medium
|
||||||
|
|
||||||
[ Dorota Czaplejewicz ]
|
[ Dorota Czaplejewicz ]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'squeekboard',
|
'squeekboard',
|
||||||
'c', 'rust',
|
'c', 'rust',
|
||||||
version: '1.13.0',
|
version: '1.14.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