sshportal/CHANGELOG.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

2017-11-14 08:20:50 +08:00
# Changelog
2017-11-22 22:16:24 +08:00
## master (unreleased)
2017-11-23 17:05:13 +08:00
* More details in 'ls' commands
2017-11-23 18:36:24 +08:00
* Add 'host update' command (fix [#2](https://github.com/moul/sshportal/issues/2))
* Add 'user update' command (fix [#3](https://github.com/moul/sshportal/issues/3))
2017-11-23 19:01:17 +08:00
* Add 'acl update' command (fix [#4](https://github.com/moul/sshportal/issues/4))
2017-11-24 01:59:59 +08:00
* Allow connecting to the shell mode with the registered username or email (fix [#5](https://github.com/moul/sshportal/issues/5))
* Add 'listhosts' role (fix [#5](https://github.com/moul/sshportal/issues/5))
2017-11-22 22:16:24 +08:00
2017-11-22 22:15:00 +08:00
## v1.2.0 (2017-11-22)
2017-11-14 18:16:24 +08:00
* Support adding multiple `--group` links on `host create` and `user create`
* Use govalidator to perform more consistent input validation
2017-11-19 08:18:17 +08:00
* Use a database migration system
2017-11-14 18:16:24 +08:00
## v1.1.0 (2017-11-15)
2017-11-14 08:20:50 +08:00
* Improve versionning (static VERSION + dynamic GIT_* info)
* Configuration management (backup + restore)
* Implement Exit (fix [#6](https://github.com/moul/sshportal/pull/6))
2017-11-14 08:28:18 +08:00
* Disable mysql support (not fully working right now)
2017-11-14 08:29:25 +08:00
* Set random seed properly
2017-11-14 08:20:50 +08:00
2017-11-14 18:16:24 +08:00
## v1.0.0 (2017-11-14)
2017-11-14 08:20:50 +08:00
Initial version
* Host management
* User management
* User Group management
* Host Group management
* Host Key management
* User Key management
* ACL management
* Connect to host using key or password
* Admin commands can be run directly or in an interactive shell