changelog

This commit is contained in:
Prospector
2025-12-22 12:48:17 -08:00
parent 53ec2c5306
commit 934936eba8
2 changed files with 8 additions and 1 deletions

View File

@@ -305,8 +305,8 @@ export const FilterIcon = _FilterIcon
export const FolderArchiveIcon = _FolderArchiveIcon
export const FolderOpenIcon = _FolderOpenIcon
export const FolderSearchIcon = _FolderSearchIcon
export const FolderIcon = _FolderIcon
export const FolderUpIcon = _FolderUpIcon
export const FolderIcon = _FolderIcon
export const GameIcon = _GameIcon
export const GapIcon = _GapIcon
export const GaugeIcon = _GaugeIcon

View File

@@ -10,6 +10,13 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-12-22T12:55:00-08:00`,
product: 'app',
version: '0.10.24',
body: `## Improvements
- Fixed issue with modpack export not working with certain projects.`,
},
{
date: `2025-12-19T13:45:00-08:00`,
product: 'web',