Add changelog and publish 1.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d568233690
commit
1655237d92
|
|
@ -1,6 +1,12 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.7.0 – 2021-03-22
|
||||
### Fixed
|
||||
- Some layout issues when the screen is integrated into the Nextcloud mobile apps
|
||||
[#277](https://github.com/nextcloud/registration/pull/277)
|
||||
[#276](https://github.com/nextcloud/registration/pull/276)
|
||||
|
||||
## 0.7.0 – 2021-02-23
|
||||
### Added
|
||||
- Compatibility with Nextcloud 21
|
||||
|
|
|
|||
|
|
@ -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
|
||||
5. New account is created and is logged in automatically
|
||||
]]></description>
|
||||
<version>0.7.0</version>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||
<types>
|
||||
|
|
|
|||
Loading…
Reference in New Issue