@@ -11,32 +11,39 @@ export type VersionEntry = {
11
11
12
12
const VERSIONS : VersionEntry [ ] = [
13
13
{
14
- date : `2025-03-24T22:30:00-08:00` ,
14
+ date : `2025-03-25T18:25:00-07:00` ,
15
+ product : 'web' ,
16
+ body : `### Improvements
17
+ - Fixed random 'displayName' error on search pages on some browsers such as Firefox.
18
+ - Fixed 'Resubmit' icon in publishing checklist showing up when it hasn't been submitted before.` ,
19
+ } ,
20
+ {
21
+ date : `2025-03-25T10:40:00-07:00` ,
15
22
product : 'web' ,
16
23
body : `### Improvements
17
24
- Fixed error with links on error pages.` ,
18
25
} ,
19
26
{
20
- date : `2025-03-24T22:30:00-08 :00` ,
27
+ date : `2025-03-24T22:30:00-07 :00` ,
21
28
product : 'servers' ,
22
29
body : `### Improvements
23
30
- Fixed server plugin loaders not being populated when browsing for plugins
24
31
- Fixed modpack search being filtered by Minecraft version when browsing for modpacks.` ,
25
32
} ,
26
33
{
27
- date : `2025-03-24T22:30:00-08 :00` ,
34
+ date : `2025-03-24T22:30:00-07 :00` ,
28
35
product : 'web' ,
29
36
body : `### Improvements
30
37
- Improved error handling, especially when the Modrinth API is down.` ,
31
38
} ,
32
39
{
33
- date : `2025-03-13T19:30:00-08 :00` ,
40
+ date : `2025-03-13T19:30:00-07 :00` ,
34
41
product : 'web' ,
35
42
body : `### Improvements
36
43
- Updated Modrinth Servers marketing page, removing Pyro branding.` ,
37
44
} ,
38
45
{
39
- date : `2025-03-12T10:15:00-08 :00` ,
46
+ date : `2025-03-12T10:15:00-07 :00` ,
40
47
product : 'web' ,
41
48
body : `### Improvements
42
49
- Fixed low-res icons being pixelated.
0 commit comments