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

Releases: scmn-dev/secman

14 December Release v6.0.8

14 Dec 13:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.71...v6.0.8

v6.0.71

15 Nov 05:46
Compare
Choose a tag to compare

Full Changelog: v6.0.7...v6.0.71

13 November Release v6.0.7

13 Nov 17:58
Compare
Choose a tag to compare

Added

  • Add --user and --password flags to auth command. @abdfnx
  • Create --password-stdin flag to read password from stdin to auth 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

Full Changelog: v6.0.61...v6.0.7

11 November Release v6.0.61

10 Nov 15:26
Compare
Choose a tag to compare

Added

nothing

Changed

nothing

Fixed

  • Fix version checker in update command. @abdfnx

What's Changed

  • fix secman provider typo to SM_PROVIDER for secman update cmd by @david-tomson in #109

Full Changelog: v6.0.6...v6.0.61

11 November Release v6.0.6

10 Nov 11:22
Compare
Choose a tag to compare

Added

  • Add modify & change aliases to secman 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

08 Nov 18:09
Compare
Choose a tag to compare

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

05 Nov 17:24
Compare
Choose a tag to compare

Added

nothing

Changed

nothing

Fixed

  • fix version command.

v6.0.3

05 Nov 12:00
Compare
Choose a tag to compare

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 to typescript.
  • The root command is secman . instead of secman. if you execute secman, 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

05 Nov 07:21
1484cba
Compare
Choose a tag to compare
replace `on` with `workflow_dispatch`

v6.0.2-beta2

04 Nov 18:34
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/scmn-dev/secman into main