From 4fed8c5b1e40b80ed048b11c67db90075b92c1ed Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Fri, 8 Mar 2024 10:46:12 +0100 Subject: [PATCH 1/2] Update dependencies Part-of: --- Cargo.lock | 56 +++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d805b9b9..7674bd86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "byteorder" -version = "1.4.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cairo-rs" @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.79" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" [[package]] name = "cfg-if" @@ -350,9 +350,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.140" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "linked-hash-map" @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.26" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "proc-macro-crate" @@ -433,18 +433,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.54" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.26" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" dependencies = [ "proc-macro2", ] @@ -474,9 +474,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.13" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" +checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "scoped-tls" @@ -486,33 +486,33 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "serde" -version = "1.0.159" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.159" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.12", + "syn 2.0.52", ] [[package]] name = "serde_repr" -version = "0.1.12" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" +checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.12", + "syn 2.0.52", ] [[package]] @@ -540,9 +540,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.12" +version = "2.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927" +checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" dependencies = [ "proc-macro2", "quote", @@ -569,15 +569,15 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.8" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "void" From 00b894993c83f72616d96a9dffb01216cee25c46 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Fri, 8 Mar 2024 10:52:04 +0100 Subject: [PATCH 2/2] Release 1.23.0 New or updated translations: - Belarusian - Haitian Creole New layouts: - French Canadian (QWERTY + accented letters) - German terminal-layout - Spanish terminal-layout Changes: - Fixed Persian and Swiss layouts - Fixed various small style-issues in many layouts - Improved the US-terminal-layout Part-of: --- NEWS.md | 17 +++++++++++++++++ debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index aad5d69b..ca407df8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +1.23.0 +------------------ + +New or updated translations: +- Belarusian +- Haitian Creole + +New layouts: +- French Canadian (QWERTY + accented letters) +- German terminal-layout +- Spanish terminal-layout + +Changes: +- Fixed Persian and Swiss layouts +- Fixed various small style-issues in many layouts +- Improved the US-terminal-layout + 1.22.0 "Superposition" ------------------ diff --git a/debian/changelog b/debian/changelog index fc9b527d..8c45eb77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +squeekboard (1.23.0) experimental; urgency=medium + + [ Vasil Pupkin ] + * Add Belarusian translation + + [ Pierre Michel Augustin ] + * Add Haitian Creole translation + * Update Haitian Creole translation + * Update Haitian Creole translation + + [ Luciano ] + * add french canadian layout (QWERTY + accented letters) + + [ Danial Behzadi ] + * Fix Persian layout + + [ uzanto uz ] + * Add Spanish terminal-keyboard-layouts + + [ MoonlightWave-12 ] + * Improve Spanish terminal-keyboard-layouts + * Update links in the documentation + * doc/tutorial.md: Remove outdated information about translations + * Improve layouts of us-terminal-keyboards + * us.yaml and us_wide.yaml: Change outline of 123- and ABC-keys to altline + * us.yaml and us_wide.yaml: Change the outline of the period-key + * Fix Swiss layouts + * Add German terminal-keyboard-layout + * data/keyboards/email/us.yaml: fix styling of @-key + * data/keyboards/de*.yaml: Change äÄ-label to Ää + * data/keyboards/*.yaml: Change "abc" to "ABC" + * Add wide emoji-layout + * Update dependencies + + -- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Fri, 08 Mar 2024 10:46:37 +0100 + squeekboard (1.22.0-1) experimental; urgency=medium [ Asier Sarasua Garmendia ] diff --git a/meson.build b/meson.build index 0a83d434..fa66c708 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'squeekboard', 'c', 'rust', - version: '1.22.0', + version: '1.23.0', license: 'GPLv3', meson_version: '>=0.51.0', default_options: [