mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Release 2.0.0
This commit is contained in:
parent
bc8ac73ddb
commit
7daf8ffd77
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -212,7 +212,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.1.5"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "swaysome"
|
name = "swaysome"
|
||||||
version = "1.1.5"
|
version = "2.0.0"
|
||||||
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
|
authors = ["Skia <skia@hya.sk>", "Nabos <nabos@glargh.fr>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"
|
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"
|
||||||
|
|
|
||||||
|
|
@ -158,4 +158,4 @@ as usual.
|
||||||
|
|
||||||
## Breaking changes
|
## Breaking changes
|
||||||
|
|
||||||
* Starting with 1.1.6, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`.
|
* Starting with 2.0, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue