Skip to content

Commit 713571d

Browse files
committed
update changelog
1 parent 4ad6daa commit 713571d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

packages/utils/changelog.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export type VersionEntry = {
1111

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-08-14T17:00:00-07:00`,
14+
date: `2025-08-15T11:45:00-07:00`,
1515
product: 'app',
16-
version: '0.10.4',
16+
version: '0.10.5',
1717
body: `### Improvements
1818
- On Windows, the app will now install per-user rather than system-wide.
1919
- This allows future versions of Modrinth App to update seamlessly if the user is not an administrator.
@@ -42,7 +42,15 @@ const VERSIONS: VersionEntry[] = [
4242
- Fixed the back/forward buttons appearing with white icons in light mode.
4343
- Fixed 'Party Alex' skin not using slim character model.
4444
- Improved resilience of Minecraft launching on Java 8 under certain circumstances.
45-
- Added system for showing users surveys to provide feedback on their experience with Modrinth App.`,
45+
- Added system for showing users surveys to provide feedback on their experience with Modrinth App.
46+
47+
**This update was originally launched as 0.10.4, but was pulled due to issues with many functions of the app.**`,
48+
},
49+
{
50+
date: `2025-08-14T14:20:00-07:00`,
51+
product: 'web',
52+
body: `### Improvements
53+
- Added additional items to the publishing checklist to help ensure creators address potential issues before submitting for review.`,
4654
},
4755
{
4856
date: `2025-08-01T21:30:00-04:00`,

0 commit comments

Comments
 (0)