diff --git a/CHANGELOG.md b/CHANGELOG.md index a49fe451..a4e4d0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 1.2.0 (2020-07-13) + * Compatibility: the minimum supported Rust version is now 1.38.0, you will not be able to compile i3nator with older versions. (Please note that this does not affect how or where you can run the pre-built binary.) diff --git a/Cargo.lock b/Cargo.lock index 424a11c5..051353f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "i3nator" -version = "1.2.0-rc.1" +version = "1.2.0" dependencies = [ "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs-next 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index dae4ac28..6d0ee491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3nator" -version = "1.2.0-rc.1" +version = "1.2.0" edition = "2018" authors = ["Pit Kleyersburg "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index e151d334..5fc8a2e4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ Following the usage of i3nator as of 1.1.0. ```text +i3nator 1.2.0 +Pit Kleyersburg +i3nator is Tmuxinator for the i3 window manager + USAGE: i3nator @@ -50,41 +54,18 @@ FLAGS: -V, --version Prints version information SUBCOMMANDS: - copy [FLAGS] - Copy an existing project to a new project - - delete ... - Delete existing projects - - edit [FLAGS] - Open an existing project in your editor - - help - Prints this message or the help of the given subcommand(s) - - info - Show information for the specified project - - layout - Manage layouts which can used in projects - - list [FLAGS] - List all projects - - local [OPTIONS] - Run a project from a local TOML-file - - new [FLAGS] - Create a new project and open it in your editor - - rename [FLAGS] - Rename a project - - start [OPTIONS] - Start a project according to it's configuration - - verify [NAME]... - Verify the configuration of the existing projects + copy Copy an existing project to a new project + delete Delete existing projects + edit Open an existing project in your editor + help Prints this message or the help of the given subcommand(s) + info Show information for the specified project + layout Manage layouts which can used in projects + list List all projects + local Run a project from a local TOML-file + new Create a new project and open it in your editor + rename Rename a project + start Start a project according to it's configuration + verify Verify the configuration of the existing projects ``` @@ -96,36 +77,24 @@ layouts: ```text +i3nator-layout 1.2.0 +Manage layouts which can used in projects + USAGE: i3nator layout FLAGS: - -h, --help Prints help information + -h, --help Prints help information SUBCOMMANDS: - copy [FLAGS] - Copy an existing layout to a new layout - - delete ... - Delete existing layouts - - edit [FLAGS] - Open an existing layout in your editor - - help - Prints this message or the help of the given subcommand(s) - - info - Show information for the specified layout - - list [FLAGS] - List all layouts - - new [FLAGS] - Create a new layout and open it in your editor - - rename [FLAGS] - Rename a layout + copy Copy an existing layout to a new layout + delete Delete existing layouts + edit Open an existing layout in your editor + help Prints this message or the help of the given subcommand(s) + info Show information for the specified layout + list List all layouts + new Create a new layout and open it in your editor + rename Rename a layout ```