Skip to content

Commit d2c0823

Browse files
Merge pull request #94 from nextcloud/release/0.8.0
Release 0.8.0
2 parents 25faf43 + 39ec3cd commit d2c0823

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.8.0 – 2018-08-24
5+
### Added
6+
- Ability to enable all three gateways (Signal, SMS, Telegram) at the same time
7+
- An occ command to get the configuration status
8+
- An occ command to interactively configure the gateways
9+
- Ability to set a custom URL for the Signal gateway
10+
### Fixed
11+
- Fatal errors if no provider has been configured
12+
413
## 0.7.0
514
### Added
615
- First working implementation

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Two-Factor Gateway</name>
66
<summary>Two-factor gateway provider (SMS, Telegram, Signal)</summary>
77
<description>A message-based two-factor-auth provider</description>
8-
<version>0.7.0</version>
8+
<version>0.8.0</version>
99
<licence>agpl</licence>
1010
<author>Christoph Wurst</author>
1111
<namespace>TwoFactorGateway</namespace>

package-lock.json

Lines changed: 8 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twofactor_gateway",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A two-factor auth provider for Nextcloud",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)