Merge pull request #353 from nextcloud/version/0.1.3/changelog

0.1.3
pull/358/head
Maxence Lange 2019-01-21 10:21:41 -01:00 zatwierdzone przez GitHub
commit 5676999f15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,17 @@
# Changelog
## 0.1.3
- [global] fixing an issue displaying timeline when opening details for a local account.
- [global] provide more details in logs on async failure.
- [global] Cache refreshing on some events (new post, new follow)
- [federated] adding security @context on returned Actor.
- [federated] signature can be 5min old (instead of 30s) to avoid issue on badly configured instance of Nextcloud.
- [federated] webfinger will also check the host of the account.
- [UI] do not clear post field on fail post creation.
## 0.1.2
- [global] Fix Host Header on proxy setup

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.2
version+=0.1.3

Wyświetl plik

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