From 7b8ba7ab8204fa6a2845acddf20ddb1d1dc3fa3b Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 26 Feb 2022 11:05:57 +0000 Subject: [PATCH 1/2] cargo: Update lockfile --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1837672f..d30f217c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,9 +30,9 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bitflags" @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.72" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" [[package]] name = "clap" @@ -283,9 +283,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.113" +version = "0.2.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9" +checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" [[package]] name = "linked-hash-map" @@ -388,18 +388,18 @@ checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" [[package]] name = "serde" -version = "1.0.135" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b" +checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.135" +version = "1.0.136" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d" +checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" dependencies = [ "proc-macro2", "quote", From c912b73c4b229b61ce30d2923988e3277f3fe5a8 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 26 Feb 2022 11:10:49 +0000 Subject: [PATCH 2/2] Release 1.17.0 "Ergodicity" New translations: - Hebrew (thanks Yosef Or Boczko) - Galician (Fran Dieguez) New Romanian layout (thanks Cosmin Humeniuc) Others: - Updated visual design - Sizing system rework - Fix crash without dbus (thanks William Wold) --- debian/changelog | 45 +++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 39da4fdf..1cad5545 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,48 @@ +squeekboard (1.17.0-1) experimental; urgency=medium + + [ Dorota Czaplejewicz ] + * docs: Detail the release process better + * cleanup: Remove unused header lines + * docstrings: Clarify the purpose of Receiver + * wayland: Move initialization to the Rust side + * ffi: Remove unnecessary pointers to InputMethod + * outputs: Clean up for more Rust usage + * outputs: Notify the state manager about changes + * outputs: Handle removal + * Save outputs state + * Store preferred output + * deps: Vendor assert_matches + * Carry output information on visible command all the way to C + * Don't reach for globals to choose output + * visibility: Forward panel height information to window creation + * outputs: Remove ui manager + * output: Use new source of panel height information + * panel: Apply a hard limit of 1/2 height + * cargo: Update lockfile + + [ Cosmin Humeniuc ] + * Add Romanian layout + + [ Sam Hewitt ] + * data: Update stylesheet with upstream design + + [ Tor ] + * Make compatible with latest cargo deps + + [ Luís Fernando Stürmer da Rosa ] + * Update Brazilian Portuguese translation + + [ Fran Dieguez ] + * Add Galician translation + + [ William Wold ] + * Check if dbus handler is null before using + + [ Yosef Or Boczko ] + * Add Hebrew translation + + -- Dorota Czaplejewicz Tue, 25 Jan 2022 11:24:04 +0000 + squeekboard (1.16.0-1) experimental; urgency=medium [ Dorota Czaplejewicz ] diff --git a/meson.build b/meson.build index 89bd0a01..9928afc5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.16.0', + version: '1.17.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [