File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export type VersionEntry = {
11
11
12
12
const VERSIONS : VersionEntry [ ] = [
13
13
{
14
- date : `2025-08-14T17:00 :00-07:00` ,
14
+ date : `2025-08-15T11:45 :00-07:00` ,
15
15
product : 'app' ,
16
- version : '0.10.4 ' ,
16
+ version : '0.10.5 ' ,
17
17
body : `### Improvements
18
18
- On Windows, the app will now install per-user rather than system-wide.
19
19
- This allows future versions of Modrinth App to update seamlessly if the user is not an administrator.
@@ -42,7 +42,15 @@ const VERSIONS: VersionEntry[] = [
42
42
- Fixed the back/forward buttons appearing with white icons in light mode.
43
43
- Fixed 'Party Alex' skin not using slim character model.
44
44
- 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.` ,
46
54
} ,
47
55
{
48
56
date : `2025-08-01T21:30:00-04:00` ,
You can’t perform that action at this time.
0 commit comments