Skip to content

Commit 098519d

Browse files
committed
Fix changelog timestamps being an hour off
1 parent 7183b3d commit 098519d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
1313
{
14-
date: `2025-02-11T13:00:00-09:00`,
14+
date: `2025-02-11T13:00:00-08:00`,
1515
product: 'web',
1616
body: `### Improvements
1717
- Added project issues link to report page if present.
@@ -20,19 +20,19 @@ const VERSIONS: VersionEntry[] = [
2020
- Fixed various padding issues and changelog overlapping navbar on mobile.`,
2121
},
2222
{
23-
date: `2025-02-11T09:00:00-09:00`,
23+
date: `2025-02-11T09:00:00-08:00`,
2424
product: 'web',
2525
body: `### Added
2626
- Added a changelog page to view recent changes to Modrinth.`,
2727
},
2828
{
29-
date: `2025-02-10T14:00:00-09:00`,
29+
date: `2025-02-10T14:00:00-08:00`,
3030
product: 'web',
3131
body: `### Improvements
3232
- The license selector in project settings has been updated to make selecting a license a clearer process. (Contributed by [Erb3](https://github.com/modrinth/code/pull/3225))`,
3333
},
3434
{
35-
date: `2025-02-10T08:00:00-09:00`,
35+
date: `2025-02-10T08:00:00-08:00`,
3636
product: 'servers',
3737
body: `### Added
3838
- You can now search and filter through your server's console in the Overview tab, jump to specific results to see the log in context, select them, and copy them.
@@ -52,7 +52,7 @@ const VERSIONS: VersionEntry[] = [
5252
- Opening a platform modal, then opening another, no longer causes versions of that platform to fail to load.`,
5353
},
5454
{
55-
date: `2025-02-06T10:00:00-09:00`,
55+
date: `2025-02-06T10:00:00-08:00`,
5656
product: 'app',
5757
version: `0.9.3`,
5858
body: `### Improvements
@@ -64,15 +64,15 @@ const VERSIONS: VersionEntry[] = [
6464
- Improved ability for package managers to update Modrinth App by skipping the updater at runtime with an environment variable.`,
6565
},
6666
{
67-
date: `2025-02-02T14:00:00-09:00`,
67+
date: `2025-02-02T14:00:00-08:00`,
6868
product: 'web',
6969
body: `### Improvements
7070
- The report form has been updated to walk you through the report process better and clarify some things like that the form is for Modrinth rules and terms violations, not for bug reports or DMCA takedowns.
7171
7272
![A screenshot of the new report form on Modrinth, using Iris Shaders as an example. The title says "Report Iris Shaders to moderators". Below that, it says "Please report violations of Modrinth Rules or Terms of Use. Examples include malicious, spam, offensive, deceptive, misleading, and illegal content. This form is not for bug reports or DMCA takedowns (See our Copyright Policy)." Then, there is a form that asks "Which of Modrinth's rules is this project violating?" with many options: Spam, Reuploaded work, Inappropriate, Malicious, Name-squatting, Poor description, Invalid metadata, Other. Reuploaded work is selected. Below that, is a note in an orange box with a warning icon: "Please note that you are *not* submitting a DMCA takedown request, but rather a report of reuploaded content. If you meant to file a DMCA takedown request (which is a legal action) instead, please see our Copyright Policy." Then, it asks you to provide additional context, including links and images, with a text editor and a submit button at the bottom.](https://cdn-raw.modrinth.com/changelog/web/2025-02-02/reports.jpg)`,
7373
},
7474
{
75-
date: `2025-01-28T19:00:00-09:00`,
75+
date: `2025-01-28T19:00:00-08:00`,
7676
product: 'web',
7777
body: `### Improvements
7878
- The UI for analytics has been updated to make it way more useful. What was previously called "Last month" really meant "Previous 30 days". Now, many more options have been added such as:
@@ -82,28 +82,28 @@ const VERSIONS: VersionEntry[] = [
8282
Contributed by [IMB11](https://github.com/modrinth/code/pull/1301).`,
8383
},
8484
{
85-
date: `2025-01-10T09:00:00-09:00`,
85+
date: `2025-01-10T09:00:00-08:00`,
8686
product: 'servers',
8787
body: `### Improvements
8888
- The content page layout has been enhanced, now showing the file name and author of each installed item.
8989
- You can now upload directly from the content page, instead of having to go to the Files page.`,
9090
},
9191
{
92-
date: `2025-01-10T09:00:00-09:00`,
92+
date: `2025-01-10T09:00:00-08:00`,
9393
product: 'web',
9494
body: `### Improvements
9595
- Tags on project pages are now clickable to view other projects with that tag (Contributed by [Neddo](https://github.com/modrinth/code/pull/3126))
9696
- You can now send someone a link to the download interface with a specific version and loader selected, like so: https://modrinth.com/mod/sodium?version=1.21.2&loader=quilt#download (Contributed by [AwakenedRedstone](https://github.com/modrinth/code/pull/3138))`,
9797
},
9898
{
99-
date: `2024-12-25T14:00:00-09:00`,
99+
date: `2024-12-25T14:00:00-08:00`,
100100
product: 'app',
101101
version: `0.9.2`,
102102
body: `### Improvements
103103
- Prevent ads from being able to play audio.`,
104104
},
105105
{
106-
date: `2024-12-24T22:00:00-09:00`,
106+
date: `2024-12-24T22:00:00-08:00`,
107107
product: 'app',
108108
version: `0.9.1`,
109109
body: `### Added
@@ -118,7 +118,7 @@ Contributed by [IMB11](https://github.com/modrinth/code/pull/1301).`,
118118
- Made sidebar hide instantly.`,
119119
},
120120
{
121-
date: `2024-12-23T22:16:00-09:00`,
121+
date: `2024-12-23T22:16:00-08:00`,
122122
product: 'app',
123123
version: `0.9.0`,
124124
body: `### Improvements

0 commit comments

Comments
 (0)