kopia lustrzana https://github.com/nextcloud/social
0.2.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/553/head v0.2.0
rodzic
a5a0855273
commit
12111ac7e0
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -1,6 +1,40 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## 0.2.0 - alpha2
|
||||
|
||||
|
||||
features:
|
||||
|
||||
- [global] Boosting Post.
|
||||
- [global] Delete a Post.
|
||||
- [UI] Following an account from an external website.
|
||||
- [federated] Async on incoming request.
|
||||
- [federated] Caching on incoming request.
|
||||
- [federated] Caching incoming attachments.
|
||||
- [federated] limit rights and access to/from the fediverse.
|
||||
|
||||
|
||||
enhancements:
|
||||
|
||||
- [global] Complete SQL migration.
|
||||
- [global] Timeline can now manage multiple type of Stream object.
|
||||
- [global] More logs.
|
||||
- [UI] Dark theme.
|
||||
- [UI] Searching now send only limited request.
|
||||
- [federated] Caching context content.
|
||||
- [federated] Outgoing request accepts redirection.
|
||||
- [federated] Removing an actor should deletes his posts.
|
||||
- [setup] The app can now works on local address, with no SSL support.
|
||||
- [setup] The app can be installed in custom apps folder.
|
||||
|
||||
|
||||
bugfixes:
|
||||
|
||||
- [bugfix] public post counter now count only public post.
|
||||
|
||||
|
||||
|
||||
## 0.1.3
|
||||
|
||||
- [global] fixing an issue displaying timeline when opening details for a local account.
|
||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
|
|||
github_account=nextcloud
|
||||
branch=master
|
||||
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
|
||||
version+=0.2.0-dev01
|
||||
version+=0.2.0
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||
]]></description>
|
||||
<version>0.2.0-dev02</version>
|
||||
<version>0.2.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
|
||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||
|
|
Ładowanie…
Reference in New Issue