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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-23 13:07:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-23 13:08:35 +0300
commitf01cd48c484f2ca69267c24b4aa8905492828f34 (patch)
treede1bff93439a55c119071d2b4bf631697c2b5399
parentacf717cae9f80d6707d85a839699d2568b543771 (diff)
version bump and changelog update
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
2 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4274849..ba5cb6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,27 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.5
+## 1.0.0 – 2017-01-23
+### Added
+- Nextcloud 12 support
+- php7.1 support
+- Password confirmation when enabling/disabling the provider
+- Publish events to two-factor activities stream (Nextcloud 12 only)
+
+### Changed
+- Vendor neutral provider name
+
+## 0.5 – 2016-11-25
+### Added
- Support NC11
+### Changed
- php 5.6-7.0
## 0.4.0 – 2016-08-19
+### Added
- Cloud ID, product name and URL encoded in QR code label
- Support for NC10/OC9.1
## 0.3.0 – 2016-06-09
-
### Added
- App is now signed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c3b8117..35b9eda 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>0.5.1</version>
+ <version>1.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>