aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-19 20:04:19 +0000
committerrinpatch <rinpatch@sdf.org>2019-11-19 20:04:19 +0000
commit0ba3f1ffb28792c21809fa9a30fc03a7a52d9361 (patch)
tree0b1a885f966c36e296d8d48048ddf25fc30b7a93 /CHANGELOG.md
parent36f4382b3367a889a191b124066fbbafab37d047 (diff)
parent34206e4d7f2f5abe896882874e142374d987c44f (diff)
downloadpleroma-1.1.6.tar.gz
Merge branch 'release/1.1.6' into 'stable'v1.1.6
Release/1.1.6 See merge request pleroma/pleroma!1995
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 86c0553d5..eac7d7366 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## [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