Skip to content

Releases: marevers/pleasant-cli

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 10:07
7b80329

Changelog

  • bdf8b76 fix: entry/folder creation with --path flag (#46)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 10:53
d3ab905

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

Choose a tag to compare

@marevers marevers released this 03 Jul 12:08
384b4ea

Changelog

  • ba39bf9 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#29)
  • da772f5 Bump golang.design/x/clipboard from 0.7.0 to 0.7.1 (#27)
  • ac3a6d4 Bump golang.org/x/term from 0.31.0 to 0.32.0 (#26)
  • c871d22 Remove clipboard roadmap notice (#25)
  • 384b4ea Upgrade dependencies (June 2025) (#30)

v0.10.0

Choose a tag to compare

@marevers marevers released this 29 Apr 14:44
a620d4f

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

Choose a tag to compare

@marevers marevers released this 27 Apr 09:47
3cc5235

Changelog

  • 2f80530 Fix autocompletion when path is exactly Root/ (#21)
  • 3cc5235 Trim trailing slash from folder queries using path (#22)

v0.9.0

Choose a tag to compare

@marevers marevers released this 26 Apr 09:11
e38350a

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)

v0.8.6

Choose a tag to compare

@marevers marevers released this 23 Apr 12:30

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)
  • f50a84a Remove license comments, build with Go 1.24

v0.8.5

Choose a tag to compare

@marevers marevers released this 18 Feb 09:49

Changelog

  • a0ff0e2 Add known issues section (#12)
  • a6acf35 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#13)
  • b0455b1 Bump golang.org/x/term from 0.28.0 to 0.29.0 (#11)
  • ee0fd2a Bump version to v0.8.5

v0.8.4

Choose a tag to compare

@marevers marevers released this 06 Feb 09:43
4be5da2

Changelog

  • 4be5da2 Unescape double quotes in passwords (#10)

v0.8.3

Choose a tag to compare

@marevers marevers released this 04 Feb 11:58
040b281

Changelog

  • 6fbe662 Bump golang.org/x/term from 0.27.0 to 0.28.0 (#7)
  • 040b281 Unescape double backticks in passwords (#9)