Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-24 15:14:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-24 15:14:43 +0300
commit39ec3cdc2e05bf9eaa712f0c2079550861ea55e5 (patch)
treef10a49f7099a2be5cf7518ac7e349a03b8fa9802
parent63192cd0a4efd302fed4135b67cd53f133929358 (diff)
Update changelog for v0.8.0v0.8.0v0.8.0-beta1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f316e0..4dc31d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.8.0 – 2018-08-24
+### Added
+- Ability to enable all three gateways (Signal, SMS, Telegram) at the same time
+- An occ command to get the configuration status
+- An occ command to interactively configure the gateways
+- Ability to set a custom URL for the Signal gateway
+### Fixed
+- Fatal errors if no provider has been configured
+
## 0.7.0
### Added
- First working implementation