Skip to content

Releases: EruEri/ocithare

v0.15.1

07 Oct 15:50
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

CHANGELOG

v0.12.0

v0.11.0-1

01 Jun 10:50
Compare
Choose a tag to compare

v0.11.0

23 Mar 12:44
Compare
Choose a tag to compare

CHANGELOG

v0.9.0

29 Oct 14:27
Compare
Choose a tag to compare

Changelog

  • ocithare is the rewrite of cithare, which is written in swift, in OCaml
  • 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

Upgrade from 0.8.0 -> 0.9.0

  • export passwords from cithare (0.8.0)
$ cithare show -o location
  • Import exported passwords into cithare (0.9.0)
$ cithare init -i location