From fefebf7f6e8c86b0577b8f4fd5b16f5755723724 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Date: Sun, 10 Jan 2021 09:45:33 +0000 Subject: [PATCH] Release 1.12.0 "Convolution" User-visible changes: - Fixed a crash related to making keyboard visible. - Better fallback: when selecting a missing layout named "fr+foo", "fr" will be used instead. - When enabling the keyboard manually, it will never be stuck in the numbers view. - Thai layout - US-Colemak layout - Czech layouts - Esperanto layout - Bulgarian layout - Improved Norwegian layout That's a lot of new layouts! Plus a bunch of stricter warnings, MIPS64el support, and reproducible building. --- debian/changelog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 83678dd6..43ced1cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,63 @@ +squeekboard (1.12.0pureos0~amber0) amber-phone; urgency=medium + + [ Dorota Czaplejewicz ] + * docs: Correct Cargo update instructions + * visibility: Centralize keyboard panel visibility policy and handling + * build: Fix release + * tests: Prefer the env var for finding test layouts + * tests: Explicitly pass source directory to tests + * debian: Build reproducibly + * tests: Allow legacy mode to have much longer tests. + * build: Enable unused warnings in C + * build: Enable wformat to remove warnings about missing wformat + * build: Fail on any C warnings when strict + * data: Made data flow in fallback clearer + * data: Flattened layout fallback function + * layouts: Use base as fallback for alternative layouts + * layouts: Simplify the main flow of source list + * tests: Add some description to the list of tested layouts + * layout_names: Unmess the list of builtin layouts + * dbus: Reset hints if text input missing + * visibility: Stop calling GTK functions from the visibility manager + + [ Wannaphong Phatthiyaphaibun ] + * Add thai keyboard + * Update resources.rs + * Update meson.build + * escape " on thai keyboard + + [ clonex10100 ] + * Added US Colemak Keyboard Layout + + [ Henry-Nicolas Tourneur ] + * d/rules: fix an FTBFS on mips64el with GOT > 64kb + * d/rules: export RUSTFLAGS only on architecture that needs it + * d/rules: export RUSTFLAGS only on architecture that needs it + + [ Jiřà Stránský ] + * Add Czech keyboard layouts + + [ Stefan Grotz ] + * Esperanto keyboard + + [ Vladimir ] + * Bulgarian language keyboard layout + + [ Vladimir Stoilov ] + * bulgarian add translation and to needed lists + * Fix bulgarian layout size + + [ Andreas Rönnquist ] + * no: Use wide button switching between numbers, symbols and base + + [ jranaraki ] + * Farsi/Persian keyboard layout + * Farsi/Persian keyboard layout + * Added requirements to resources.rs and meson.build + * Updated the layout to provide more convenient and faster typing experience + + -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm> Sun, 10 Jan 2021 09:43:42 +0000 + squeekboard (1.11.1) amber-phone; urgency=medium [ Mark Müller ] diff --git a/meson.build b/meson.build index 95903ab9..5a049fed 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.10.0', + version: '1.12.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [ -- GitLab