From 6a164d8119cc6575d6b3bfed7b6295f2ae6c0f38 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Mon, 2 Dec 2019 19:40:14 +0000 Subject: [PATCH] Release 1.4.0 "Nacelle" Major changes: - "text" property for layouts - adjusting to user's color scheme --- debian/changelog | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 97d3a585..9aeeb976 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +squeekboard (1.4.0) amber-phone; urgency=medium + + * "text" property in layouts + * Adjusts to user's color scheme + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Mon, 02 Dec 2019 19:37:01 +0000 + squeekboard (1.3.2) amber-phone; urgency=medium * Make sure all key presses get accepted by the compositor diff --git a/meson.build b/meson.build index f266e0d5..4488b815 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.3.2', + version: '1.4.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab