Skip to content

Commit

Permalink
Bump version to v0.8.1, add roadmap note
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Nov 14, 2024
1 parent ddf30be commit 868b8b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ docker pull ghcr.io/marevers/pleasant-cli:latest
docker pull ghcr.io/marevers/pleasant-cli:<version>
```

## Roadmap

**Clipboard support**

I am planning to at some point add clipboard support, meaning, you will be able to run a `get` command and immediately store the response on the clipboard, for example to retrieve a password and immediately paste it into another program.

Currently I cannot implement this without breaking the CLI on any platform where the clipboard package wouldn't be available, but should that change then most likely it will be added.

## License

Pleasant CLI is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/marevers/pleasant-cli/blob/master/LICENSE.txt)
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var cfgFile string
var tokenFile string

// Pleasant-CLI version
var version = "v0.8.0"
var version = "v0.8.1"

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down

0 comments on commit 868b8b6

Please sign in to comment.