This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: scmn-dev/secman
Releases · scmn-dev/secman
14 December Release v6.0.8
What's Changed
- add
Homebrew
job topack
workflow, add git-config ruby scripter by @david-tomson in #117 - update Owners (@abdfnx , @david-tomson, @Timothee-Cardoso) of secman by @david-tomson in #118
- remove
homebrew
job frompack
workflow, and run it manually by @david-tomson in #119 - fix config files warning messages, update yarn.lock by @abdfnx in #120
- fix secman twitter username in
README.md
by @david-tomson in #122 - fix
Homedir
bug in windows #121 by @david-tomson in #123
Full Changelog: v6.0.71...v6.0.8
v6.0.71
Full Changelog: v6.0.7...v6.0.71
13 November Release v6.0.7
Added
- Add
--user
and--password
flags toauth
command. @abdfnx - Create
--password-stdin
flag to read password from stdin toauth
command. @abdfnx - Add errors catchers to show error messages. @abdfnx
Changed
nothing
Fixed
- Fix exit from secman editor in visual studio code terminal with Alt + E shortcut.
- Fix missing files error messages.
What's Changed
- fix windows builder job, and fix homebrew job by @david-tomson in #112
- remove
from_github_packages
job fromsecman ci
to fix bugs by @david-tomson in #113 - change nodejs nodesource version to
14.x
to fix snapcraft bugs by @david-tomson in #114
Full Changelog: v6.0.61...v6.0.7
11 November Release v6.0.61
Added
nothing
Changed
nothing
Fixed
- Fix version checker in
update
command. @abdfnx
What's Changed
- fix secman provider typo to
SM_PROVIDER
forsecman update
cmd by @david-tomson in #109
Full Changelog: v6.0.6...v6.0.61
11 November Release v6.0.6
Added
- Add
modify
&change
aliases tosecman edit
command. - Build github api to
api
dir.
Changed
- Build our own
update
command.
Fixed
- Fix
update
command.
Full Changelog: v6.0.5...v6.0.6
8 November Release v6.0.5
Added
nothing
Changed
nothing
Fixed
- Fix authentication check for
secman insert
command.
Full Changelog: v6.0.4...v6.0.5
6 November Release v6.0.4
Added
nothing
Changed
nothing
Fixed
- fix version command.
v6.0.3
Secman V2
this release is the first release of secman v2
it's comes with new features, new design, new infrastructure, and new secman
Added
- Create
crypto
command. - Create
bcrypt
command. - Add
docs
command. - Build
info
command. - Add
list
command. - Create
settings
command. - Create
update
command. logout
command.- Build
whoami
command.
Changed
- All secman.
- Change secman language from
golang
totypescript
. - The root command is
secman .
instead ofsecman
. if you executesecman
, it will show the help. auth
,delete
,edit
,generate
,init
,insert
, read` commands are totally changed.- New help design.
- Secman is now using the secman api. it's a new way to use secman. and now users can manage their secrets from everywhere.
Fixed
- Fix many errors, bugs, and issues.
v6.0.2-beta3
replace `on` with `workflow_dispatch`
v6.0.2-beta2
Merge branch 'main' of https://github.com/scmn-dev/secman into main