From 930f5be0c86d33ae39aa5c65babffd3e7420b81e Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Wed, 5 Feb 2020 10:02:20 +0000 Subject: [PATCH] Release 1.9.0 "Fractal dimension" Highlights: - Fixed glib critical when switching layouts - Fixed minor memory leaks when switching layouts - Whenever the client supports it, text is sent as text instread of key presses - New Polish language layout - Fixed greek layout - Better key locking - Less leaks - Tweaks in terminal layout - Better emoji layout --- debian/changelog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/debian/changelog b/debian/changelog index a3b01109..b74dd59a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +squeekboard (1.9.0) amber-phone; urgency=medium + + [ Dorota Czaplejewicz ] + * imservice: Add commit_string method + * submission: Handle submitting strings + * input_method: Use for erasing + * logging: Use in merged functions + * translations: Remove redundant ones + * translations: Translate builtin layouts + * greek: Rename to gr which is used by gnome settings + + [ Sebastian Krzyszkowiak ] + * layouts: Add Polish layouts + + [ Dorota Czaplejewicz ] + * locks: Draw based on current view + * locking: Lock keys statelessly + * layouts: Better accented uppercase in PL + * emoji: Add more choices + * row: Eliminate angle + * layout: Center views relative to each other and the layout bounds + * drawing: Generalized foreach_visible_button + * variant: Fix double-free + * variant: Fix leak + * keyboard_layout: Fix leak + * layout: Improve scoping of locked variable + * terminal: Make */ easier to reach + + [ Sebastian Krzyszkowiak ] + * layouts: terminal: Use altline outline for dot key + + [ Dorota Czaplejewicz ] + * text input: Disable erasing + * cargo: Update deps + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Wed, 19 Feb 2020 14:32:39 +0000 + squeekboard (1.8.1) amber-phone; urgency=medium [ Dorota Czaplejewicz ] -- GitLab