Skip to content

v2.6.0

Compare
Choose a tag to compare
@conradkleinespel conradkleinespel released this 06 Jun 23:59
· 179 commits to master since this release

Known to compile with Rust 1.17.0 and Cargo 0.18.0.

New transfer command

Rooster has a new command: transfer. It allows you to update the username for an app.

Imagine you had a YouTube password saved:

rooster generate YouTube [email protected]

Now, you change email addresses. Updating the email in Rooster is now easy:

rooster transfer YouTube [email protected]

No more double builds for Linux

Previously, the install.sh script would build Rooster both in release and debug mode. This took a long time but was necessary because of a bug in the clipboard library we used.

The bug has now been fixed and double builds have been removed.

Enjoy fast installs ! 😃


To update your rooster installation, you can run this new install script now:

curl -sSL 'https://raw.githubusercontent.com/conradkdotcom/rooster/master/install.sh' | sh

Feel free to inspect the code changes and let us know if you run into any trouble. Thanks!