You've already forked AstralRinth
forked from didirus/AstralRinth
Update app changelog + fix accordion issue
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { DropdownIcon } from '@modrinth/assets'
|
import { DropdownIcon } from '@modrinth/assets'
|
||||||
import { computed, ref, useSlots } from 'vue'
|
import { computed, ref, useSlots, watch } from 'vue'
|
||||||
|
|
||||||
const props = withDefaults(
|
const props = withDefaults(
|
||||||
defineProps<{
|
defineProps<{
|
||||||
|
|||||||
@@ -10,6 +10,15 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: 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`,
|
date: `2025-12-11T16:15:00-08:00`,
|
||||||
product: 'hosting',
|
product: 'hosting',
|
||||||
|
|||||||
Reference in New Issue
Block a user