From a4e58aef6accef6f209fa7aec4130bf687086d18 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 3 Sep 2022 14:28:35 +0000 Subject: [PATCH] Release 1.20.0 "PID controller" New translations: - Greek - Croatian New layouts: - US Dvorak terminal Improvements: - forcing the panel to hide now takes effect immediately - Squeekboard icon will present itself when other applications need to show it --- debian/changelog | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ba12fbe4..c7b507ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +squeekboard (1.20.0-1) experimental; urgency=medium + + [ Dorota Czaplejewicz ] + * state: Don't animate when force-hidden + * build: Use Cargo.lock included with the repo by default + * build: Update Cargo.lock.newer + + [ Darren R ] + * added US Dvorak Terminal + + [ Efstathios Iosifidis ] + * Add Greek translation + + [ Goran Vidović ] + * Add Croatian translation + + [ Sebastian Krzyszkowiak ] + * data: Set an icon in the desktop file + * data: Indicate that Squeekboard provides haptic feedback + + -- Dorota Czaplejewicz Sat, 03 Sep 2022 14:21:57 +0000 + squeekboard (1.19.0-1) experimental; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index f0e3ba26..a80afa29 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.18.0', + version: '1.20.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [