Skip to content

Releases: EruEri/ocithare

v0.18.1

06 Dec 21:38

Choose a tag to compare

Changelog

  • cithare-update: fix comment field update.

v0.18.0

16 Oct 21:00

Choose a tag to compare

CHANGELOG

  • [cithare-input: add option to read the master from stdin]:
    • Add -0 option to read the master password from stdin
      (allows piping the master password).
  • [cithare-generate-password: Add option to exclude all character from a string]
    • Add -E option to exclude characters in string from generated password
      (avoid repeating -e option).

v0.17.0

07 Aug 02:03

Choose a tag to compare

CHANGELOG

  • [password field: add comment field to a password entry]:
    • Add a comment field to a password entry. (No Breaking change)
    • cithare-*: add options to handle comment.
      • CEVEATS: comments can not be used to filter a match.
  • [regex handling]:
    • pkg: new dependancy: Re
      • use Re instead of builtin Str
    • string without -r flag matches substring instead of exact
    • string wit -r flag matches using posix regex.

v0.16.0

17 Feb 12:07

Choose a tag to compare

Changelog

  • [new subcommands]:
    • cithare-diff
    • cithare-merge
  • renaming:
    • rename: cithare-delete -> cithare-remove

v0.15.1

07 Oct 15:50

Choose a tag to compare

CHANGELOG

  • [cithare-add]:
    • Add -p option (like cithare-export) to copy the newly created password to the pasteboard.
    • Add cithare-add examples.
  • [cithare-add]:
    • Rely on cmdliner to handle mutual exclusion of -r and -R (the logical is unchanged though)

v0.15.0

04 Oct 20:42

Choose a tag to compare

CHANGELOG

  • [cithare-add]:
    • Add yes/no flags to answer yes/no to cithare-add questions.
    • Change the replace behaviour.
      • -r -> -R (replace or add)
      • -r (Replace only if an entry is matched)
    • misc : change some prompts formating.
  • [cithare-generate-password]:
    • Exclude space by default.
    • Add --space option to re-enable it.

v0.14.1

23 Jul 20:09

Choose a tag to compare

CHANGELOG

  • [cithare-export]:
    • change non-macos paste option : -x -> -p
    • invoke wl-copy if XDG_SESSION_TYPE is wayland, xclip otherwise

v0.14.0

16 Jun 18:14

Choose a tag to compare

Changelog

  • [new subcommand: cithare-info]
  • [cithare-export]: Fix write to xclip if the password contains an '
  • [cithare-show]:
    • Hide all fields by default
    • Remove option (display-time)
    • add options to display each field
    • add a first line
  • [cithare-generate-password]: Ensure if possible that at least one ocurrence of the selected charset exist.

v0.13.0

01 Jun 13:51

Choose a tag to compare

CHANGELOG

v0.12.0

01 Jun 10:52

Choose a tag to compare