Skip to content

v1.2.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 16:18
1.2.0-rc.1
62810b9

Summary

This release does not contain any user-facing changes. It does includes updates for the various dependencies used by i3nator itself, which in turn meant we had to bump the minimum supported version of the Rust compiler.

Changes

  • 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.)

Internal changes: dependency updates, move CI to GitHub Actions.

Installation

You have multiple options to install i3nator:

  1. Download the static binary from this release. This will work without any additional dependencies.

  2. If you have at least Rust 1.38.0 with Cargo installed, you can install i3nator directly from crates.io:

    $ cargo install i3nator

    If you are updating i3nator through cargo, just use:

    $ cargo install --force i3nator

    In case you want to install this specific version, you can specify the --version argument:

    $ cargo install --force --version 1.2.0-rc.1 i3nator
  3. Another option is to install from directly from source (this requires at least Rust 1.38.0):

    $ git clone https://github.com/pitkley/i3nator.git
    $ cd i3nator
    $ cargo install

Note: If you want to be able to use the automatic command execution feature, you will need to install xdotool.