1
0

Update app changelog + fix accordion issue

This commit is contained in:
Prospector
2025-12-11 16:19:51 -08:00
parent 147f19f11e
commit 91accd5578
2 changed files with 10 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<script setup lang="ts">
import { DropdownIcon } from '@modrinth/assets'
import { computed, ref, useSlots } from 'vue'
import { computed, ref, useSlots, watch } from 'vue'
const props = withDefaults(
defineProps<{

View File

@@ -10,6 +10,15 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-12-11T17:00:00-08:00`,
product: 'app',
version: '0.10.22',
body: `## Improvements
- Updated Modrinth Servers branding to new Modrinth Hosting branding.
- Fixed server pinging blocking the app from loading.
- Fixed instance overrides for window and Java settings not being able to be disabled.`,
},
{
date: `2025-12-11T16:15:00-08:00`,
product: 'hosting',