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.security2

+10 -1
+9
CHANGELOG.md
··· 1 + ## v2025.1-beta5.patch2.security2 2 + This is a security hotfix release. It's identical to v2025.1-beta5.patch2.security1, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators. 3 + 4 + ### Backend 5 + - Profile fields are now rendered as HTML for federation 6 + 7 + ### Attribution 8 + This release was made possible by project contributors: Laura Hausmann 9 + 1 10 ## v2025.1-beta5.patch2.security1 2 11 This is a security hotfix release. It's identical to v2025.1-beta5.patch2, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators. 3 12
+1 -1
Directory.Build.props
··· 27 27 <!-- Version metadata --> 28 28 <PropertyGroup> 29 29 <VersionPrefix>2025.1</VersionPrefix> 30 - <VersionSuffix>beta5.patch2.security1</VersionSuffix> 30 + <VersionSuffix>beta5.patch2.security2</VersionSuffix> 31 31 </PropertyGroup> 32 32 33 33 <ItemGroup>