a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Release: v2025.1-beta5.patch2

+32 -1
+31
CHANGELOG.md
··· 1 + ## v2025.1-beta5.patch2 2 + This is a hotfix release. It's identical to v2025.1-beta5.patch1, except for a bunch of bugfixes. Upgrading is strongly recommended for all server operators running v2025.1-beta5 or v2025.1-beta5.patch1. 3 + 4 + ### Blazor Frontend 5 + - The compose dialog send button no longer gets stuck on "Sent!" 6 + - The compose dialog can no longer be closed while files are uploading or the composed note is being created 7 + - Alt text no longer overflows the avatar box when the avatar fails to load 8 + - Firefox no longer displays the avatar alt text while the image is loading 9 + - If an avatar fails to load, the user's identicon is loaded as a fallback image 10 + - Avatars now take up the same amount of space while they're loading 11 + - The contrast of poll results has been improved 12 + - An error dialog is displayed when poll voting fails 13 + - Quotes no longer have extraneous whitespace above their content 14 + - A frontend crash related to early JSInterop use has been fixed 15 + - Profile fields now get rendered with an improved layout which no longer breaks on overflow 16 + 17 + ### Backend 18 + - Link verification now works with `rel="me"` links in the `<head>` section, and works with MFM/aliased links 19 + - Voting on a poll using the Web API no longer fails 20 + - A bug related to LDLocalizedString serialization has been resolved 21 + 22 + ### Mastodon client API 23 + - `/api/v2/instance` now returns the streaming API URL in the correct format 24 + 25 + ### Miscellaneous 26 + - Release builds no longer use compiled EF models, fixing API errors & frontend page load issues 27 + - Docker builds are getting tagged as :latest again 28 + 29 + ### Attribution 30 + This release was made possible by project contributors: Kopper, Laura Hausmann, Lilian & pancakes 31 + 1 32 ## v2025.1-beta5.patch1 2 33 This is a hotfix release. It's identical to v2025.1-beta5, except for a bunch of bugfixes. Upgrading is strongly recommended for all server operators running v2025.1-beta5. 3 34
+1 -1
Directory.Build.props
··· 27 27 <!-- Version metadata --> 28 28 <PropertyGroup> 29 29 <VersionPrefix>2025.1</VersionPrefix> 30 - <VersionSuffix>beta5.patch1</VersionSuffix> 30 + <VersionSuffix>beta5.patch2</VersionSuffix> 31 31 </PropertyGroup> 32 32 33 33 <ItemGroup>