From 9253b9dd600205e72c0bedadd6b2beec4595a3e3 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 14 Nov 2017 01:20:50 +0100 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0842dc5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## master (unreleased) + +* Improve versionning (static VERSION + dynamic GIT_* info) +* Configuration management (backup + restore) +* Implement Exit (fix [#6](https://github.com/moul/sshportal/pull/6)) + +## 1.0.0 (2017-11-14) + +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