From 273423f6268087a5931626fdef07a5616ae0df43 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Wed, 8 Jan 2020 11:57:07 +0000 Subject: [PATCH] Release 1.7.0 "Mycelium" Enables a terminal layout, which will activate whenever the terminal input hint is received. Arm64 .debs are produced by the CI again. --- debian/changelog | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37081853..22f09941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +squeekboard (1.7.0) amber-phone; urgency=medium + + * New terminal layout appearing on terminal input hint + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Wed, 08 Jan 2020 11:53:07 +0000 + squeekboard (1.6.0) amber-phone; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index 9cbfc5f3..66340e09 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.6.0', + version: '1.7.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab