feat: changelog app 0.16.0

This commit is contained in:
Calum H. (IMB11)
2026-07-24 17:58:23 +01:00
parent 707722ded6
commit 8d1642181a
+29
View File
@@ -10,6 +10,35 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-07-24T16:57:14+00:00`,
product: 'web',
body: `## Fixed
- Fix bad feedback when crypto withdrawals fail due to the wallet not supporting the transaction.
- Fixed flickering on page headers at a specific window size.`,
},
{
date: `2026-07-24T16:57:14+00:00`,
product: 'app',
version: '0.16.0',
body: `## Added
- Added shared instances. You can now easily share your instances with your friends - [see the blog post here for more information.](https://modrinth.com/news/article/shared-instances)
## Fixed
- Privacy consent popup could not be dismissed after choosing an option.
- Fixed flickering on page headers at a specific window size.
- Fixed broken links in changelogs when switching the version of a content item in the content tab.
- Fixed external files having a "Switch version" button which did nothing in the content tab.
## Security
- Fixed a security issue that was privately reported.`,
},
{
date: `2026-07-24T16:57:14+00:00`,
product: 'hosting',
body: `## Fixed
- Fixed broken warning tooltips on content items in the content tab.`,
},
{
date: `2026-07-24T06:01:31+00:00`,
product: 'app',