changelog+appinfo

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/292/head
Maxence Lange 2019-01-02 10:30:28 -01:00
rodzic 6ae91e5ff9
commit fbd95ddc0d
3 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,18 @@
# Changelog
### 0.1.2
- [global] Fix Host Header on proxy setup
- [global] Delete object by objectId, not just by its Type+Id
- [global] Remove the ending slash from Id on webfinger
- [global] rewrite the exception handling during upstream request
- [global] Blind key rotation
- [request] Manage Update/Person and use signature date as creation on Person creation/update
- [request] check the status of queued request before forking process
- [request] fixing Accept header for Diaspora
- [UX] Integration of internal notification object in the stream.
### 0.1.1

Wyświetl plik

@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
version+=0.1.1
version+=0.1.2

Wyświetl plik

@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
<version>0.1.1</version>
<version>0.1.2</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>