summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-02-20 21:18:04 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-02-20 21:18:04 +0000
commitf6d43cec4246456003669f990c835bd14835d958 (patch)
treebb16b76d7afdeca3a1aef99bdae8d83dc80d7837 /CHANGELOG.md
parent8829a408ecf3bfffaf59af415817220fd63a81b7 (diff)
parent1cb417bce62087025db72296bff41a1dbb269009 (diff)
Merge branch 'fix/filters' into 'develop'
Minor fixes to upload filters See merge request pleroma/pleroma!3332
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74473b3d0..6199942c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Ability to define custom HTTP headers per each frontend
- MRF (`NoEmptyPolicy`): New MRF Policy which will deny empty statuses or statuses of only mentions from being created by local users
- New users will receive a simple email confirming their registration if no other emails will be dispatched. (e.g., Welcome, Confirmation, or Approval Required)
+- Added Pleroma.Upload.Filter.HeifToJpeg to automate converting .heic files from Apple devices to JPEGs which can be viewed in browsers. Requires heic-convert tool from libheif.
<details>
<summary>API Changes</summary>