summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-19 21:03:42 +0000
committerrinpatch <rinpatch@sdf.org>2019-11-19 21:03:42 +0000
commit27f73d38c019cd8b5b16817b20467e0e7dcbd75a (patch)
tree93e5142f6aee424ad04a17fc6a29b51b4cc9f0da /CHANGELOG.md
parentbf89e0bf38d9709f6dd331f5d9b326575994423d (diff)
parentdc8830da2759056e35846a68021778eef17d9a9b (diff)
downloadpleroma-27f73d38c019cd8b5b16817b20467e0e7dcbd75a.tar.gz
pleroma-27f73d38c019cd8b5b16817b20467e0e7dcbd75a.zip
Merge branch 'chore/bump-fe' into 'develop'
Bump fe and sync changelogs See merge request pleroma/pleroma!1996
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00fc00ca8..6bd835a3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -81,6 +81,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname`
</details>
+## [1.1.6] - 2019-11-19
+### Fixed
+- Not being able to log into to third party apps when the browser is logged into mastofe
+- Email confirmation not being required even when enabled
+- Mastodon API: conversations API crashing when one status is malformed
+
+### Bundled Pleroma-FE Changes
+#### Added
+- About page
+- Meme arrows
+
+#### Fixed
+- Image modal not closing unless clicked outside of image
+- Attachment upload spinner not being centered
+- Showing follow counters being 0 when they are actually hidden
+
## [1.1.5] - 2019-11-09
### Fixed
- Polls having different numbers in timelines/notifications/poll api endpoints due to cache desyncronization