From 046a516a11e31836e88a90921ce35ed1e160c81f Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 21 Nov 2020 11:03:45 +0000 Subject: [PATCH 1/2] cargo: Update deps --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfce4ea1..d8be6b59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,9 +59,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.62" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40" +checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15" [[package]] name = "clap" From 4049e663072ccd8be3143efccd7b03370890647e Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 21 Nov 2020 11:09:27 +0000 Subject: [PATCH 2/2] Release 1.11.1 "Diploid" Bug fix release: - Fixes to German layout - Fixed showing the panel right after starting --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b5c1f46..83678dd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +squeekboard (1.11.1) amber-phone; urgency=medium + + [ Mark Müller ] + * keyboard: Fix semicolon in German layout + * keyboard: Move semicolon in German layout to numbers view replacing redundant comma key + + [ Dorota Czaplejewicz ] + * imservice: Set up UI according to current needs when it shows up + * UI: Keep visibility factors in a central place + * cargo: Update deps + + -- Dorota Czaplejewicz Sat, 21 Nov 2020 11:08:06 +0000 + squeekboard (1.11.0) amber-phone; urgency=medium [ Dorota Czaplejewicz ]