Rook v0.2.0 released
Rook v0.2.0 is out, and includes a requested feature: support for key file credentials. There’s also a fix for a highly irritating bug, where open -P
on a pin-locked instance wouldn’t unlock the DB. I pushed the actual release about a week ago, but it usually takes a couple days to make it through the Apline approval process because of backlog (thanks Patrycja!).
Rook is in AUR, and in Alpine Testing. As usual, there’s also an nfpm.yaml
for goreleaser
in the repo which will generate debs and rpms.
[v0.2.0] Fri Oct 11 09:01:03 2024 -0500 #
Added #
- suport for password + key file credentials
- show –no-eol option, to strip CRs after, eg, passwords
Changed #
- show matches search: it’s now case insensitive
Fixed #
- successful OPEN with password wasn’t clearing the one-time pin, so the DB was staying locked.