Skip to content

Commit

Permalink
Clarify the Redis Sentinel work
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper authored Oct 10, 2024
1 parent a18d018 commit 3758e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here’s a look at some key updates:
- {{< feature-label name="new feature" >}} You can now allow domains to credit you in link previews using `fediverse:creator`. This setting is available in your account settings under **Profile > Verification** and is federated using a new `attributionDomains` property in the [ActivityPub profile object](https://docs.joinmastodon.org/spec/activitypub/#properties-used-1). Learn more in [the blog post](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/). {{< github-pr id=31819 authors="gargron" >}}
- {{< feature-label name="interface" >}} The media viewer has been improved. The alt badge can now be clicked to read the text, the show/hide button is more explicit, the styling has been slightly adjusted, and the media tab in profiles has a fresh look. {{< github-pr id=31807 authors="gargron" >}} {{< github-pr id=31852 authors="gargron" >}} {{< github-pr id=32058 authors="gargron" >}} {{< github-pr id=319672 authors="gargron" >}}
- {{< feature-label name="new feature" >}} You can now reorder media in the post composer via drag-and-drop. {{< github-pr id=32093 authors="gargron" >}}
- {{< feature-label name="admin" >}} Redis Sentinel is now fully supported. Thanks to @[gmemstr](https://github.com/gmemstr) for the initial work. {{< github-pr id=26571 authors="gmemstr" >}}. {{< github-pr id=31744 authors="oneiros" >}} {{< github-pr id=31767 authors="oneiros" >}} {{< github-pr id=31768 authors="oneiros" >}}
- {{< feature-label name="admin" >}} Redis Sentinel is now fully supported. Thanks to @[gmemstr](https://github.com/gmemstr) for the initial work {{< github-pr id=26571 authors="gmemstr" >}} and @[ThisIsMissEm](https://github.com/ThisIsMissEm) for the streaming improvements that enabled this {{< github-pr id=31623 authors="ThisIsMissEm" >}}. {{< github-pr id=31744 authors="oneiros" >}} {{< github-pr id=31767 authors="oneiros" >}} {{< github-pr id=31768 authors="oneiros" >}}
- {{< feature-label name="interface" >}} If an instance administrator enables image processing using `libvips` (we recommend it!), link preview images can now be up to 8MB, up from the previous 2MB limit. {{< github-pr id=31904 authors="ClearlyClaire" >}}
- {{< feature-label name="interface" >}} Embedded posts now use the same components as the main Web UI, ensuring a consistent design. We've also improved the embed code in case the JavaScript fails to load, and updated the "Get Embed Code" modal. {{< github-pr id=31801 authors="gargron" >}} {{< github-pr id=31766 authors="gargron" >}}
- {{< feature-label name="new feature" >}} Grouped notifications are now enabled for all users. We’ve also stabilized the API for grouped notifications, and encourage client developers to implement support for it. The backend also now supports grouping follow notifications, but this is not yet available in the Web UI. {{< github-pr id=31840 authors="ClearlyClaire" >}} {{< github-pr id=31929 authors="ClearlyClaire" >}} {{< github-pr id=32805 authors="renchap" >}}
Expand Down

0 comments on commit 3758e18

Please sign in to comment.