Skip to content

Releases: vmiklos/turtle-cpm

turtle-cpm 24.8

01 Aug 18:53
Compare
Choose a tag to compare
  • 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

04 Aug 17:41
Compare
Choose a tag to compare
  • create / create -n now confirms if the password was actually created or it only would be
    created.
  • pwgen installation is not necessary, cpm now uses
    go-password instead.
  • update now has only a single way to select which password to update: the ID has to be specified
    using -i or interactively. This allows updating the password or type to a specified value while
    only specifying an ID.
  • delete now has only a single way to select which password to delete: the ID has to be specified
    using -i or interactively.
  • oathtool installation is no longer necessary, cpm now
    uses otp instead.

turtle-cpm 7.5

02 Feb 16:14
Compare
Choose a tag to compare
  • update: new -i switch to edit the machine, service or user of a password without changing
    the password itself
  • sync is renamed to pull, since it's a remote -> local copy only
  • delete: new -i switch to delete a password based on the search result

turtle-cpm 7.4

21 Sep 06:25
Compare
Choose a tag to compare
  • added shell completion support

turtle-cpm 7.3

14 Sep 15:55
Compare
Choose a tag to compare
  • create: new -n switch, introducing a dry run mode to see what style of password would be
    generated
  • update and delete: new -n switch, showing how many passwords would be updated/deleted (typically
    0 or 1), without writing the database

turtle-cpm 7.2

08 Sep 06:58
Compare
Choose a tag to compare
  • in case the XDG_STATE_HOME environment variable is set to a custom value, it is now respected

turtle-cpm 7.1

31 Aug 05:55
Compare
Choose a tag to compare
  • when specifying TOTP shared secrets, it is now supported to specify otpauth:// URLs
  • new cpm --qrcode option to show the TOTP shared secret as a qr code

turtle-cpm 7.0

24 Aug 06:25
Compare
Choose a tag to compare
  • new version subcommand that shows the version number

turtle-cpm 6.0

17 Aug 06:26
Compare
Choose a tag to compare
  • create, update and delete: add interactive mode in case --machine or --user is not specified
  • search: add interactive mode when no search terms are specified

turtle-cpm 5.0

10 Aug 12:49
Compare
Choose a tag to compare
  • scripts/cpmsync.sh is now a built-in subcommand, cpm sync. No need to install it manually
    anymore.
  • cpm search no longer encrypts the database at the end, to be a little bit faster.
  • create/search/update/delete's -t flag now has a proper type, so it errors on invalid values (other
    than plain or totp)