From 8293c5f10dbd5c1fdb071e1f7e4a97a4cd52d592 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 15 May 2021 12:46:42 +0000 Subject: [PATCH] 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 --- debian/changelog | 18 ++++++++++++++++++ meson.build | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cc89f5db..28951a35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 15 May 2021 12:45:20 +0000 + squeekboard (1.13.0pureos0~amber0) amber-phone; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index c917378c..342eccaa 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.13.0', + version: '1.14.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [