Skip to content

Releases: conradkleinespel/rooster

v2.14.0

15 Oct 19:24

Choose a tag to compare

This release updates Rooster's dependencies.

v2.13.0

26 Nov 13:21

Choose a tag to compare

This release adds support for Windows 🎉

v2.12.0

24 Nov 21:15

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

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

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

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

Choose a tag to compare

Fixes clipboard functionality on Mac OSX. Thanks @dwrensha !

v2.8.5

05 Dec 18:11

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

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

Choose a tag to compare

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