diff options
author | Mark Felder <feld@feld.me> | 2021-06-09 11:56:54 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-06-09 11:56:54 -0500 |
commit | d12e62c0b6f83a439c49a4bd94b4e77e53da66a1 (patch) | |
tree | cd07e088a3bab277d21d23f993c15022a677dbbf | |
parent | f37db238480f841763555418d11859e3f0a06e5e (diff) | |
download | pleroma-d12e62c0b6f83a439c49a4bd94b4e77e53da66a1.tar.gz |
Add new Twittercard/OGP changes
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb462f07..52d92c6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. - HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. - Email address is now returned if requesting user is the owner of the user account so it can be exposed in client and FE user settings UIs. +- Improved Twittercard and OpenGraph meta tag generation including thumbnails and image dimension metadata when available. ### Added |