summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-05-30 17:12:25 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-05-30 17:12:25 -0100
commit12111ac7e09ac919f64e92d43f254c2177130e17 (patch)
treecda7e7df6246cd555973668685c918b8216c647d /CHANGELOG.md
parenta5a085527335e38b12dbbdfdd2d58793fa2b281f (diff)
0.2.0v0.2.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edc97e45..2be41e0b 100644
--- a/CHANGELOG.md
+++ b/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.