Releases: conradkleinespel/rooster
Releases · conradkleinespel/rooster
v2.13.0
v2.12.0
v2.11.0
v2.10.0
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
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 torooster 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
v2.8.5
Updates the README.md instructions so they appear correctly on crates.io. No code changes.
v2.8.4
Simplifies output of the init script and reformats the code with cargo fmt
. No functionnality has changed.
v2.8.3
Updates the README.md instructions so they appear correctly on crates.io. No code changes.
v2.8.2
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.