Releases: vmiklos/turtle-cpm
Releases · vmiklos/turtle-cpm
turtle-cpm 26.2
What's Changed
- new
exportcommand to write the password database as a JSON file
Full Changelog: v25.8...v26.2
turtle-cpm 25.8
- new
gccommand to rebuild the database file, repacking it into a minimal amount of disk space
turtle-cpm 25.2
- create / update: passwords now have a create / modify date, search shows these in verbose mode
turtle-cpm 24.8
- search / update: passwords can be now archived, search hides these by default without deleting the
password - drop compatibility with cpm < 7.5: update from old versions to 24.2 first
turtle-cpm 7.6
create/create -nnow confirms if the password was actually created or it only would be
created.- pwgen installation is not necessary,
cpmnow uses
go-password instead. updatenow has only a single way to select which password to update: the ID has to be specified
using-ior interactively. This allows updating the password or type to a specified value while
only specifying an ID.deletenow has only a single way to select which password to delete: the ID has to be specified
using-ior interactively.- oathtool installation is no longer necessary,
cpmnow
uses otp instead.
turtle-cpm 7.5
- update: new
-iswitch to edit themachine,serviceoruserof a password without changing
the password itself syncis renamed topull, since it's a remote -> local copy only- delete: new
-iswitch to delete a password based on the search result
turtle-cpm 7.4
- added shell completion support
turtle-cpm 7.3
- create: new
-nswitch, introducing a dry run mode to see what style of password would be
generated - update and delete: new
-nswitch, showing how many passwords would be updated/deleted (typically
0 or 1), without writing the database
turtle-cpm 7.2
- in case the
XDG_STATE_HOMEenvironment variable is set to a custom value, it is now respected
turtle-cpm 7.1
- when specifying TOTP shared secrets, it is now supported to specify
otpauth://URLs - new
cpm --qrcodeoption to show the TOTP shared secret as a qr code