diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b899d25..06971d72f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 2.11 +## 2.11.1 +### Fixed +- User note not working + +## 2.11.0 ### Added - Initial MFM rendering support - Button to remove all drafts diff --git a/changelog.d/2-11-2.fix b/changelog.d/2-11-2.fix new file mode 100644 index 000000000..2bb1e9869 --- /dev/null +++ b/changelog.d/2-11-2.fix @@ -0,0 +1,4 @@ +Fixed crashing on Firefox 153 +Fixed serif-fonts being used by default in some cases +Fixed font select component showing and using objects instead of strings +Fixed generic ('sans-serif', 'monospace' etc) fonts not working diff --git a/changelog.d/extra-notifications-style.fix b/changelog.d/extra-notifications-style.fix new file mode 100644 index 000000000..dc9466358 --- /dev/null +++ b/changelog.d/extra-notifications-style.fix @@ -0,0 +1 @@ +Fix style of extra notifications diff --git a/changelog.d/mfa-fixes.fix b/changelog.d/mfa-fixes.fix new file mode 100644 index 000000000..52575990b --- /dev/null +++ b/changelog.d/mfa-fixes.fix @@ -0,0 +1 @@ +Fix MFA login and recovery code authentication. diff --git a/changelog.d/no-crash-on-bad-style.fix b/changelog.d/no-crash-on-bad-style.fix new file mode 100644 index 000000000..828e94d74 --- /dev/null +++ b/changelog.d/no-crash-on-bad-style.fix @@ -0,0 +1 @@ +Do not crash even on css rule insertion failure diff --git a/package.json b/package.json index 1d94ac22f..ed9a8ab33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pleroma_fe", - "version": "2.11.0", + "version": "2.11.1", "description": "Pleroma frontend, the default frontend of Pleroma social network server", "author": "Pleroma contributors ", "private": false, diff --git a/src/components/extra_notifications/extra_notifications.vue b/src/components/extra_notifications/extra_notifications.vue index fc2516815..388435950 100644 --- a/src/components/extra_notifications/extra_notifications.vue +++ b/src/components/extra_notifications/extra_notifications.vue @@ -1,5 +1,5 @@