From cb338129ca19c8c054ee1b1d75bcca49e3234de9 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Mon, 25 Apr 2022 13:14:00 +0000 Subject: [PATCH] Release 1.18.0 "Dunbar's number" New translations: - Portugese - Serbian - Hungarian - Turkish - Polish - Spanish - Italian - Korean - Occitan - Georgian Updated layouts: greek, polytonic Bug ixes and improvements: - better panel sizing - possible to enable debugging messages while Squeekboard is running - input method state fix --- debian/changelog | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1cad5545..1b9bc5a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,69 @@ +squeekboard (1.18.0-1) experimental; urgency=medium + + [ Hugo Carvalho ] + * Add Portuguese translation + + [ Мирослав Николић ] + * Add Serbian translation + + [ William Wold ] + * Do not reset pending state on zwp_input_method_v2.done + + [ Balázs Úr ] + * Add Hungarian translation + + [ Emin Tufan Çetin ] + * Add Turkish translation + + [ Piotr Drąg ] + * Add Polish translation + + [ Pablo Correa Gómez ] + * Add Spanish translation + + [ Vittorio Monti ] + * Add Italian translation + + [ Dorota Czaplejewicz ] + * build: Replace missing crates.io dependency with Purism-hosted one + * ci: Allow failure on sid + * build: Update clap on newer Debian + * panel: Use scaling to set height + * layouts: Add Greek Polytonic + * debug: Add dbus interface to control debug prints + * output: Store physical size + * state: Derive panel size from physical click target size + * Clean up size types + * state: Add sizing unit test + * layouts: Register gr_wide + * CI: Build Rust code reference + * CI: Add gitlab pages deployment + * panel: Split away panel handling + * cargo: Add zbus to newer Debian + * docs: Update location + * docs: Link to reference + * docs: Make index more logical + * Update Cargo lock + + [ Sotiris Papadopoulos ] + * Update gr.yaml to take advantage of more space per symbol. Creation of a wide variant... + + [ Arnaud Ferraris ] + * state: fix "wide mode" detection in portrait orientation + * layout: allow stretching the layout by a small amount + * layout: fix build on i386 + + [ Sungjoon Moon ] + * Add Korean translation + + [ Quentin PAGÈS ] + * Add Occitan translation + + [ Zurab Kargareteli ] + * Add Georgian translation + + -- Dorota Czaplejewicz Mon, 25 Apr 2022 13:12:36 +0000 + squeekboard (1.17.0-1) experimental; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index 99e90443..79e16ecf 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.17.0', + version: '1.18.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [