diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d57f7882..83ce32595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - 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)) - Moved media license to post header ([390f3ab0](https://github.com/pixelfed/pixelfed/commit/390f3ab0)) +- Mobile app drawer menu ([7b4318fd](https://github.com/pixelfed/pixelfed/commit/7b4318fd)) ### 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 7d446f44a..a46f5ac90 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 ed4da5077..1328ee1d9 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ