Release 1.1.0

Many code improvements, plus add compatibility with sworkstyle.
This commit is contained in:
Skia 2021-09-07 17:10:36 +02:00
parent ee9750fc57
commit 780e54abd4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -101,7 +101,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]] [[package]]
name = "swaysome" name = "swaysome"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swaysome" name = "swaysome"
version = "1.0.0" version = "1.1.0"
authors = ["Skia <skia@hya.sk>"] authors = ["Skia <skia@hya.sk>"]
edition = "2018" edition = "2018"

View file

@ -245,7 +245,7 @@ fn init_workspaces(stream: &UnixStream, workspace_name: &String) {
fn main() { fn main() {
let matches = App::new("swaysome") let matches = App::new("swaysome")
.version("1.0") .version("1.1")
.author("Skia <skia@hya.sk>") .author("Skia <skia@hya.sk>")
.about("Better multimonitor handling for sway") .about("Better multimonitor handling for sway")
.subcommand( .subcommand(