Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
publish secman v6.2.1, add secman v6.2.1 release notes 📜
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 18, 2022
1 parent 7237221 commit 5e89962
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,50 @@
---

## [[v6.2.1] 2022-03-18](#v621-2022-03-18)

### Added

- Add `--tree-view` flag to `secman list` command.

```
$ secman list --tree-view
.
├──Logins
│ ├──Railway
│ ├──Charm
│ ├──Vercel
│ ├──Hashicorp
│ ├──Firebase
│ ├──Stripe
│ ├──Twitter
│ ├──Amazon
│ ├──Microsoft Account
│ └──MetaMask
├──Credit Cards
│ └──paypal.com
├──Emails
│ └──Gmail
├──Notes
│ └──Secret
├──Servers
└──┴──Home server
```

- Add `--user` flag to `secman whoami` command to display user.
- Build `secman files` command with `secman files send` and `secman files receive` sub-commands. Ingrated with [**tran**](https://github.com/abdfnx/tran).
- Create `secman encrypt` command with `--sha256`, `--sha512`, `--aes`, `--aes-key`, and `--md5` flags.
- Add `--username` and `--password` flags to `secman auth login` command.

### Changed

- Update secman initializer and add `~/.secman` directory checker.

### Fixed

- Fix secman config file issue in secman auth login command.

## [[v6.2.0] 2022-03-11](#v620-2022-03-11)

> Secman v3 ✨
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "secman",
"private": true,
"version": "6.2.0",
"version": "6.2.1",
"description": "👊 Human-friendly and amazing TUI secrets manager.",
"license": "MIT",
"homepage": "https://secman.dev",
Expand Down

0 comments on commit 5e89962

Please sign in to comment.