From: rinpatch Date: Sun, 15 Mar 2020 14:26:58 +0000 (+0300) Subject: changelog.md: add 2.0.1 entry X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8096bfb891cf29b5e54e102ef1b3a3911cbda33d;p=akkoma changelog.md: add 2.0.1 entry --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4168086e2..c68572f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,19 @@ 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/). -## [unreleased] +## [2.0.1] - 2020-03-15 +### Fixed +- 500 errors when no `Accept` header is present if Static-FE is enabled +- Instance panel not being updated immediately due to wrong `Cache-Control` headers +- Statuses posted with BBCode/Markdown having unncessary newlines in Pleroma-FE +- OTP: Fix some settings not being migrated to in-database config properly +- No `Cache-Control` headers on attachment/media proxy requests +- Character limit enforcement being off by 1 +- Mastodon Streaming API: hashtag timelines not working + ### Changed -- **Breaking:** BBCode and Markdown formatters will no longer return any `\n` and only use `
` for newlines +- BBCode and Markdown formatters will no longer return any `\n` and only use `
` for newlines +- Mastodon API: Allow registration without email if email verification is not enabled ## [2.0.0] - 2019-03-08 ### Security