Skip to content

Releases: conradkleinespel/rooster

v2.13.0

26 Nov 13:21
Compare
Choose a tag to compare

This release adds support for Windows 🎉

v2.12.0

24 Nov 21:15
Compare
Choose a tag to compare

Dynamic linking to libsodium and openssl was removed in favor of pure Rust, statically compiled, alternatives.

This should make it easier to install Rooster on a variety of platforms. Thanks @ZaClF for helping with tests on MacOS.

v2.11.0

11 Nov 16:52
Compare
Choose a tag to compare

No changes in functionality, but underlying dependencies were updated. Most notably, the dirs package was updated and the winapi package was replaced with the windows-sys package developed by Microsoft. Thanks @messense for your help!

v2.10.0

26 Nov 22:28
Compare
Choose a tag to compare

Changes and new features in this release 🎉

  • Updates dependencies, most notably clap, for improved usability;
  • Fixes usage of Ctrl-U, thanks @LSchallot.

v2.9.0

25 Jan 21:37
5ea1f5a
Compare
Choose a tag to compare

Changes and new features in this release 🎉

  • parsing is now done with clap, which vastly improves usability;
  • Wayland clipboard support has been added, see README.md for instructions;
  • export and import in CSV format is now available with rooster export/import csv;
  • export and import in 1Password's CSV format is now available with rooster export/import 1password;
  • export and import in json format has been moved to rooster export/import json;
  • scrypt parameters can now be set to anything, if you have specific security needs;
  • integration tests have been rewritten in pure Rust, making Rooster overall easier to test;

Thanks @kamiyaa for your help on Wayland support!

v2.8.6

19 Apr 11:30
b59907d
Compare
Choose a tag to compare

Fixes clipboard functionality on Mac OSX. Thanks @dwrensha !

v2.8.5

05 Dec 18:11
Compare
Choose a tag to compare

Updates the README.md instructions so they appear correctly on crates.io. No code changes.

v2.8.4

03 Dec 23:14
Compare
Choose a tag to compare

Simplifies output of the init script and reformats the code with cargo fmt. No functionnality has changed.

v2.8.3

03 Dec 23:13
Compare
Choose a tag to compare

Updates the README.md instructions so they appear correctly on crates.io. No code changes.

v2.8.2

23 Jun 09:20
Compare
Choose a tag to compare

Known to compile with Rust 1.33.0 and Cargo 1.33.0.

Displays the username when using rooster get (or any other commands that copy a password to clipboard). This is useful for some websites where the username is complex enough that you can't remember it.