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

Releases: scmn-dev/secman

Secman v5.3.62

01 Jun 08:02
Compare
Choose a tag to compare

Added

nothing

Changed

nothing

Fixed

fix #49

v5.3.61

26 May 20:42
Compare
Choose a tag to compare

Added

  • Create -t/--use-template flag.
  • Add secman auth get-username command.
  • Add user checker #42.

Changed

  • Change Secman Help Form with
    • USAGE
    • COMMANDS
    • FLAGS
    • EXAMPLES
    • LEARN MORE
    • FEEDBACK
  • Change CLI Website from get.secman.dev to cli.secman.dev.

Fixed

v5.3.6

18 May 19:56
5703826
Compare
Choose a tag to compare

Added

nothing

Changed

  • Complete Uninstall command with
    • -d & --delete-data flags (Just MacOS & Linux)

Fixed

  • Fix Upgrade command

v5.3.5

10 May 01:45
Compare
Choose a tag to compare

Changed

  • Make Secman is self-reliant #32 (the most important change), The author of the idea: @abdfnx

  • Change Secman Repo Form
  • Change Git Config
  • Move Our website from next.js to docusaurus secman.dev#45, The author of the idea: @Timothee-Cardoso

Fixed

  • Fix version checks in windows #29

v5.3.4

21 Apr 11:24
Compare
Choose a tag to compare

Added

Changed

  • Remove Macos Job at Secman CI
  • Improve Makefile and make it more practical

Fixed

  • Fix error: exit status 1 when type secman -h

v5.3.3

12 Apr 10:37
Compare
Choose a tag to compare

Added

Changed

  • Make version is main, ver is an alias
  • Make clone is main, cn and / are aliases
  • Change clone message, now it's shows the private repo at https://github.com/:USERNAME/.secman
  • Add usage message in secman-sync
  • Also Add usage message in cgit
  • Clean up cgit and verx
  • Move sm folder location from /home to ~

Fixed

  • Fix upgrade command

v5.3.2

03 Apr 17:11
Compare
Choose a tag to compare

Added

Changed

  • Make upgrade is main, upg is alias.
  • Now secman-un is not a subprogram, it's in sm folder.
  • When there's a new release, the message was changed.
  • Improve CircelCI Actions in secman.
  • Change the url of install secman from script.
  • Now secman doesn't need bash in windows 👍.

Fixed

  • Fix syncing in windows.
  • Fix installing for windows.

v5.3.1

26 Mar 18:29
Compare
Choose a tag to compare

Added

  • Show warn message when secman dependencies are not found

Changed

  • Remove Dockerfile

Fixed

nothing

v5.3.0

13 Mar 10:15
Compare
Choose a tag to compare

Added

Changed

  • Remove Secman Dockerfile
  • New version of shell plugin v3.0.0
  • Remove backup command

Fixed

  • Fix instllation errors in secman_latest_version_x64.rpm
  • Fix update checker in windows

v5.2.1

05 Mar 12:13
Compare
Choose a tag to compare

Added

  • Add error dir, it's contains falied commands
  • Create secman schema by graphql
  • Create secman formula for homebrew 🍺,
    and homebrew-assets repo

Changed

  • Remove vm command, because it's not very important thing
  • Location of sm was changed, from ~ to /home/

Fixed

  • Fix the bug in secman-sync, the bug is
    when you sync your ~/.secman
    it's should create a private repo under the username, and push all files to branch
    but in fact, it's create a private repo without push files to branch
    so we fix it...

  • Fix installation errors in secman_latest_version.deb

  • Fix and Remove virues in secman-sync.exe, so shell repo was created

  • Fix Docker CI in github actions

  • Fix fetch command in windows