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.

[sln] Update version to be in line with security hotfix release

This avoids "am I vulnerable to this?" confusion if running a :dev image or a -git package.

+10 -1
+9
CHANGELOG.md
··· 1 + ## v2025.1-beta5.patch3.security4 2 + This is a security hotfix release. It's identical to v2025.1-beta5.patch3.security3, except for the security mitigations listed below. Upgrading is strongly recommended for all server operators. 3 + 4 + ### Mastodon client API 5 + - Note visibility is now checked when requesting the hashtag timeline 6 + 7 + ### Attribution 8 + This release was made possible by project contributors: Laura Hausmann 9 + 1 10 ## v2025.1-beta5.patch3.security3 2 11 This is a security hotfix release. It's identical to v2025.1-beta5.patch3.security2, 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.patch3.security3</VersionSuffix> 30 + <VersionSuffix>beta5.patch3.security4</VersionSuffix> 31 31 </PropertyGroup> 32 32 33 33 <ItemGroup>