Add changelog and bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7d15b9092b
commit
c3ba8627a8
|
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 1.2.1 – 2021-04-21
|
||||||
|
### Fixed
|
||||||
|
- Don't append # to the URL so the Android WebView doesn't chock on it.
|
||||||
|
|
||||||
## 1.2.0 – 2021-04-15
|
## 1.2.0 – 2021-04-15
|
||||||
### Added
|
### Added
|
||||||
- Allow apps to hook into the registration flow, e.g. Terms of Service
|
- Allow apps to hook into the registration flow, e.g. Terms of Service
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ This app allows users to register a new account.
|
||||||
4. User is lead to a form where they can choose their username and password
|
4. User is lead to a form where they can choose their username and password
|
||||||
5. New account is created and is logged in automatically
|
5. New account is created and is logged in automatically
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.2.0</version>
|
<version>1.2.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||||
<types>
|
<types>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue