From 1ee58ce7a0d8513b5381190bead7c27a4e899f75 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Date: Wed, 5 Aug 2020 16:17:44 +0200 Subject: [PATCH] Document changes and release 1.9.3 --- debian/changelog | 34 ++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e88957b4..3f7deaf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +squeekboard (1.9.3) amber-phone; urgency=medium + + [ Björn Tantau ] + * Show more useful keys at the same time. + * Add Ctrl and Alt modifier keys. + * Add missing Ê key. + * Make f-keys slightly wider. + * Add Menu key. + + [ Guido Günther ] + * d/rules: Only remove Cargo.lock if it exists + * eek: Drop libcanberra usage + * debian: Build-depend on libfeedback + * eek-gtk-keyboard: Trigger event feedback on button press (Closes: #166) + + [ Dorota Czaplejewicz ] + * build: Add missing gio-unix dependency + * build: Make compatible with Debian Bullseye + * debian: Add amber to legacy distro list + * ci: Add amber job + * debian: Require lsb-release + * size: Hardcode size to work around screen rotation + * ci: Re-add x64 Buster build + * italian: Fix space and period + + [ Sebastian Krzyszkowiak ] + * Revert "Merge branch 'btantau-master-patch-76686' into 'master'" + * Terminal layout: another approach + + [ LuÃs Fernando Stürmer da Rosa ] + * Brazilian Portuguese Keyboard Layout. + + -- Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Wed, 05 Aug 2020 16:16:08 +0200 + squeekboard (1.9.2) amber-phone; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index 810d3bdb..559bb300 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.8.0', + version: '1.9.3', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab