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.
This commit is contained in:
60
debian/changelog
vendored
60
debian/changelog
vendored
@ -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
|
squeekboard (1.11.1) amber-phone; urgency=medium
|
||||||
|
|
||||||
[ Mark Müller ]
|
[ Mark Müller ]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
project(
|
project(
|
||||||
'squeekboard',
|
'squeekboard',
|
||||||
'c', 'rust',
|
'c', 'rust',
|
||||||
version: '1.10.0',
|
version: '1.12.0',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
meson_version: '>=0.51.0',
|
meson_version: '>=0.51.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|||||||
Reference in New Issue
Block a user