Merge branch 'v1.17.0' into 'master'
Release 1.17.0 "Ergodicity" See merge request World/Phosh/squeekboard!531
This commit is contained in:
		
							
								
								
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -30,9 +30,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "autocfg"
 | 
					name = "autocfg"
 | 
				
			||||||
version = "1.0.1"
 | 
					version = "1.1.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 | 
					checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "bitflags"
 | 
					name = "bitflags"
 | 
				
			||||||
@ -67,9 +67,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "cc"
 | 
					name = "cc"
 | 
				
			||||||
version = "1.0.72"
 | 
					version = "1.0.73"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
 | 
					checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "clap"
 | 
					name = "clap"
 | 
				
			||||||
@ -283,9 +283,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "libc"
 | 
					name = "libc"
 | 
				
			||||||
version = "0.2.113"
 | 
					version = "0.2.119"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
 | 
					checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "linked-hash-map"
 | 
					name = "linked-hash-map"
 | 
				
			||||||
@ -388,18 +388,18 @@ checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "serde"
 | 
					name = "serde"
 | 
				
			||||||
version = "1.0.135"
 | 
					version = "1.0.136"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
 | 
					checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "serde_derive",
 | 
					 "serde_derive",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "serde_derive"
 | 
					name = "serde_derive"
 | 
				
			||||||
version = "1.0.135"
 | 
					version = "1.0.136"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
 | 
					checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "proc-macro2",
 | 
					 "proc-macro2",
 | 
				
			||||||
 "quote",
 | 
					 "quote",
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										45
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										45
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -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 <dorota.czaplejewicz@puri.sm>  Tue, 25 Jan 2022 11:24:04 +0000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
squeekboard (1.16.0-1) experimental; urgency=medium
 | 
					squeekboard (1.16.0-1) experimental; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  [ Dorota Czaplejewicz ]
 | 
					  [ Dorota Czaplejewicz ]
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
project(
 | 
					project(
 | 
				
			||||||
    'squeekboard',
 | 
					    'squeekboard',
 | 
				
			||||||
    'c', 'rust',
 | 
					    'c', 'rust',
 | 
				
			||||||
    version: '1.16.0',
 | 
					    version: '1.17.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