diff --git a/CHANGELOG.md b/CHANGELOG.md index c488da7d7..0a453aee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Easy Avatar updates - update from timelines with drag-n-drop support ([f37d3798](https://github.com/pixelfed/pixelfed/commit/f37d3798)) - Comment hovercards ([f37d3798](https://github.com/pixelfed/pixelfed/commit/f37d3798)) - Mod tools button on posts for admins ([f37d3798](https://github.com/pixelfed/pixelfed/commit/f37d3798)) +- Improved Media Previews - disable to restore original preview aspect ratios ([c55eeac8](https://github.com/pixelfed/pixelfed/commit/c55eeac8)) ### Updated - Updated MediaStorageService, fix remote avatar bug. ([1c20d696](https://github.com/pixelfed/pixelfed/commit/1c20d696)) diff --git a/public/js/spa.js b/public/js/spa.js index 2d83981be..b4474e810 100644 Binary files a/public/js/spa.js and b/public/js/spa.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 1bd86512a..1c69dbe94 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ