Releases: marevers/pleasant-cli
v0.11.1
v0.11.0
Note: clipboard functionality removed
I've made the decision to remove this functionality from Pleasant CLI. As the integration requires CGO, creating a reliable build process for all OS types and architectures proved very difficult (mostly driven by MacOS). In order to keep this project maintainable, it was removed.
If you still want the same functionality, I would recommend using a separate CLI command and pipe the output of any Pleasant CLI command into it. Here are a few examples:
Changelog
- 3fcfb92 Add Github action for goreleaser (#41)
- 85c64df Build with Go 1.25.3 (#42)
- b608c84 Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#35)
- 3b45bf2 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#36)
- f74ef95 Bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#38)
- c6e2b9d Bump golang.org/x/term from 0.32.0 to 0.36.0 (#39)
- d3ab905 Bump version to v0.11.0 (#43)
- 6d80359 Remove clip functionality, add notes for alternatives (#40)
v0.10.1
Changelog
v0.10.0
New Features
You can now use the CLI to copy a username or password of an entry directly into your clipboard, so you can paste it into another program immediately. To use this, use the get entry command with either --username --clip or --password --clip.
Check the README for more information.
Changelog
v0.9.1
v0.9.0
New Features
This release adds a major new feature to Pleasant CLI: path completion. The --path flag has always been one of the major features of the CLI but it was limited in usefulness when using interactively as you needed knowledge of the folder tree in order to use it. This changes with version v0.9.0: the flag can now be dynamically autocompleted! With this, it is finally possible to use the CLI completely independently from any Pleasant Password Server client you might be using as you can discover the structure using autocomplete.
Check the README section to find out more.
Changelog
- 66b5c9b Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#16)
- c2248ce Bump github.com/spf13/viper from 1.20.0 to 1.20.1 (#17)
- f2d6f8e Bump golang.org/x/term from 0.29.0 to 0.30.0 (#15)
- 82cec64 Bump golang.org/x/term from 0.30.0 to 0.31.0 (#18)
- e38350a Path completion (#20)
- c91fa45 Remove license comments, build with Go 1.24 (#19)