aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-31 19:08:14 +0200
committerlain <lain@soykaf.club>2019-05-31 19:08:14 +0200
commite2c72e53906a75f4a69a312129aa644c3a2fcd39 (patch)
tree01ebea44c66851c8a052cb24f1cf760035663bb6 /CHANGELOG.md
parent3591b7c1529be2703b7dfbb1f88390e596e11ef9 (diff)
parentf061d551a97ed35114ee47c3baf61cf7c376983d (diff)
downloadpleroma-0.9.99999.tar.gz
Merge branch 'hotfix-0.9.99999'v0.9.99999
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7509ca325..f649e01df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,26 @@
# Changelog
+=======
+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/).
+## [0.9.99999] - 2019-05-31
+### Security
+- Mastodon API: Fix lists leaking private posts
+- HTML escaping: Lock down allowed class attributes to only those related to microformats
+
+## [0.9.9999] - 2019-04-05
+### Security
+- Mastodon API: Fix content warnings skipping HTML sanitization
+
+## [0.9.999] - 2019-03-13
+Frontend changes only.
+### Added
+- Added floating action button for posting status on mobile
+### Changed
+- Changed user-settings icon to a pencil
+### Fixed
+- Keyboard shortcuts activating when typing a message
+- Gaps when scrolling down on a timeline after showing new
## [0.9.99] - 2019-03-08
### Changed