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

Commit 5e89962

Browse files
committed
publish secman v6.2.1, add secman v6.2.1 release notes 📜
1 parent 7237221 commit 5e89962

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,50 @@
44
55
---
66

7+
## [[v6.2.1] 2022-03-18](#v621-2022-03-18)
8+
9+
### Added
10+
11+
- Add `--tree-view` flag to `secman list` command.
12+
13+
```
14+
$ secman list --tree-view
15+
16+
.
17+
├──Logins
18+
│ ├──Railway
19+
│ ├──Charm
20+
│ ├──Vercel
21+
│ ├──Hashicorp
22+
│ ├──Firebase
23+
│ ├──Stripe
24+
│ ├──Twitter
25+
│ ├──Amazon
26+
│ ├──Microsoft Account
27+
│ └──MetaMask
28+
├──Credit Cards
29+
│ └──paypal.com
30+
├──Emails
31+
│ └──Gmail
32+
├──Notes
33+
│ └──Secret
34+
├──Servers
35+
└──┴──Home server
36+
```
37+
38+
- Add `--user` flag to `secman whoami` command to display user.
39+
- Build `secman files` command with `secman files send` and `secman files receive` sub-commands. Ingrated with [**tran**](https://github.com/abdfnx/tran).
40+
- Create `secman encrypt` command with `--sha256`, `--sha512`, `--aes`, `--aes-key`, and `--md5` flags.
41+
- Add `--username` and `--password` flags to `secman auth login` command.
42+
43+
### Changed
44+
45+
- Update secman initializer and add `~/.secman` directory checker.
46+
47+
### Fixed
48+
49+
- Fix secman config file issue in secman auth login command.
50+
751
## [[v6.2.0] 2022-03-11](#v620-2022-03-11)
852

953
> Secman v3 ✨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "secman",
33
"private": true,
4-
"version": "6.2.0",
4+
"version": "6.2.1",
55
"description": "👊 Human-friendly and amazing TUI secrets manager.",
66
"license": "MIT",
77
"homepage": "https://secman.dev",

0 commit comments

Comments
 (0)