Skip to content

Commit

Permalink
alpha 2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jul 26, 2019
1 parent 2dcdedd commit bcd9396
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog


## 0.2.100 (alpha 2.1)

- [setup] it is now possible to create an account using ./occ
- [setup] it is now possible to follow an account using ./occ
- [setup] new command to completely uninstall the app: ./occ social:reset --uninstall
- [federated] better management of the ID generator.
- [federated] Caching now generate also a thumb version of remote Image document.
- [federated] fixing an issue with hashtags importation
- [global] better parsing on non-latin hashtags
- [global] Attachments (Image) should now be displayed.
- [global] like/unlike on Post.
- [global] new Timeline: Liked post.
- [global] better compatibility with Pleroma.
- [global] fixing an issue on exact result during search.
- [global] cleaning code.



## 0.2.6

- [global] Improving and fixing streams.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
version+=0.2.6
version+=0.2.100



Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Expand Up @@ -18,7 +18,7 @@
**馃暩 Open standards:** We use the established ActivityPub standard!
]]></description>
<version>0.2.6</version>
<version>0.2.100</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius H盲rtl</author>
Expand Down

0 comments on commit bcd9396

Please sign in to comment.