diff --git a/CHANGELOG.md b/CHANGELOG.md index d52d82fa8..6dca6c722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ ### Metro 2.0 UI - Added Hovercards ([16ced7b4](https://github.com/pixelfed/pixelfed/commit/16ced7b4)) - Fix word-break on statuses ([16ced7b4](https://github.com/pixelfed/pixelfed/commit/16ced7b4)) +- Add pronouns to hovercards ([33f863e8](https://github.com/pixelfed/pixelfed/commit/33f863e8)) ### Updated - Updated MediaStorageService, fix remote avatar bug. ([1c20d696](https://github.com/pixelfed/pixelfed/commit/1c20d696)) - Updated WebfingerService. Fixes #3167. ([aff74566](https://github.com/pixelfed/pixelfed/commit/aff74566)) +- Updated ComposeModal, add max file size and allowed mime types. Fixes #3162. ([879281cc](https://github.com/pixelfed/pixelfed/commit/879281cc)) ## [v0.11.2 (2022-01-09)](https://github.com/pixelfed/pixelfed/compare/v0.11.1...v0.11.2) diff --git a/public/js/compose.js b/public/js/compose.js index 8ebfeb3d4..1e2104b68 100644 Binary files a/public/js/compose.js and b/public/js/compose.js differ diff --git a/public/js/spa.js b/public/js/spa.js index 4d23f46bf..df034dbce 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 a4a842cee..a89ec71c2 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/ComposeModal.vue b/resources/assets/js/components/ComposeModal.vue index ec074a93a..d73196c76 100644 --- a/resources/assets/js/components/ComposeModal.vue +++ b/resources/assets/js/components/ComposeModal.vue @@ -184,6 +184,7 @@ +
@@ -237,7 +238,7 @@
-
+
@@ -248,12 +249,13 @@ New Post

Share up to {{config.uploader.album_limit}} photos or videos

+

{{config.uploader.media_types.split(',').map(v => v.split('/')[1]).join(', ')}} allowed up to {{filesize(config.uploader.max_photo_size)}}

-