Skip to content

Latest commit

 

History

History
77 lines (64 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

77 lines (64 loc) · 2.97 KB

CHANGELOG

[0.15.1]

  • [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)

[0.15.0]

  • [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.

[0.14.1]

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

[0.14.0]

  • [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.

[0.13.0]

[0.12.0]

[0.11.0-1]

[0.11.0]

[0.10.1]

[0.10.0]

[0.9.1]

[0.9.0]

  • Initial Release
  • Breaking change with [0.8.0]
    • Key encryption algorithm
  • Split show subcommand:
    • Export:
      • option -w will now print to stdout if --paste is not present
        • Previously: Do nothing
    • Show
  • Change option to the generate-password subcommand
  • Password file is named .citharerc instead of ````.citharecf```

[0.8.0]