v2.9.0
conradkleinespel
released this
25 Jan 21:37
·
42 commits
to master
since this release
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!