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
Secman v5.3.62
v5.3.61
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
v5.3.5
- Add
Open
command, creator: @abdfnx - Add
Sync
, creator: @abdfnx- Start
- Clone
- Push
- Pull
- Add new websites
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
Added
- Add Secman Docker Image, creator: @abdfnx
- in Docker Hub
- in Github Packages
- Add Github Commands, creator: @abdfnx
- Auth
- Login
- Logout
- Refresh
- Status
- Repo
- Clone
- Create
- Fork
- List
- Auth
- Configure Gitpod for secman, creator: @abdfnx
- Docker CI, creator: @abdfnx
- Add Contributing Guids at ./.github/CONTRIBUTING.md, creator: @abdfnx
- Create Github API with secman, creator: @abdfnx
- Create sm-upg package for windows
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
Added
- Create imgs website https://imgs-secman.web.app, creator: @abdfnx
- Add version-checker package, creator: @abdfnx
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
Added
- Create / command (cn), creator @iMRxM7mD.
- Configure upgrade command for windows, creator @abdfnx.
- Create deps website https://secman-team.github.io, creator: @Timothee-Cardoso.
- Create uninstall command, creator: @abdfnx.
- When install secman in windows, now it's creates env path variable, creator: @abdfnx.
- Add special build for scoop, creator: @abdfnx.
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
Added
- Show warn message when secman dependencies are not found
Changed
- Remove Dockerfile
Fixed
nothing
v5.3.0
Added
-
Create
clean
command -
In sm-win folder
- Add vx.ps1
- Add ct.ps1
- Add secman-sync.ps1
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
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