Fix changelog timestamps being an hour off
This commit is contained in:
parent
7183b3d761
commit
098519dea1
@ -11,7 +11,7 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2025-02-11T13:00:00-09:00`,
|
date: `2025-02-11T13:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Added project issues link to report page if present.
|
- Added project issues link to report page if present.
|
||||||
@ -20,19 +20,19 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
- Fixed various padding issues and changelog overlapping navbar on mobile.`,
|
- Fixed various padding issues and changelog overlapping navbar on mobile.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-02-11T09:00:00-09:00`,
|
date: `2025-02-11T09:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Added
|
body: `### Added
|
||||||
- Added a changelog page to view recent changes to Modrinth.`,
|
- Added a changelog page to view recent changes to Modrinth.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-02-10T14:00:00-09:00`,
|
date: `2025-02-10T14:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- 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))`,
|
- 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))`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-02-10T08:00:00-09:00`,
|
date: `2025-02-10T08:00:00-08:00`,
|
||||||
product: 'servers',
|
product: 'servers',
|
||||||
body: `### Added
|
body: `### Added
|
||||||
- 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.
|
- 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[] = [
|
|||||||
- Opening a platform modal, then opening another, no longer causes versions of that platform to fail to load.`,
|
- Opening a platform modal, then opening another, no longer causes versions of that platform to fail to load.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-02-06T10:00:00-09:00`,
|
date: `2025-02-06T10:00:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
version: `0.9.3`,
|
version: `0.9.3`,
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
@ -64,7 +64,7 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
- Improved ability for package managers to update Modrinth App by skipping the updater at runtime with an environment variable.`,
|
- Improved ability for package managers to update Modrinth App by skipping the updater at runtime with an environment variable.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-02-02T14:00:00-09:00`,
|
date: `2025-02-02T14:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- 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.
|
- 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.
|
||||||
@ -72,7 +72,7 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-01-28T19:00:00-09:00`,
|
date: `2025-01-28T19:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- 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:
|
- 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[] = [
|
|||||||
Contributed by [IMB11](https://github.com/modrinth/code/pull/1301).`,
|
Contributed by [IMB11](https://github.com/modrinth/code/pull/1301).`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-01-10T09:00:00-09:00`,
|
date: `2025-01-10T09:00:00-08:00`,
|
||||||
product: 'servers',
|
product: 'servers',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- The content page layout has been enhanced, now showing the file name and author of each installed item.
|
- The content page layout has been enhanced, now showing the file name and author of each installed item.
|
||||||
- You can now upload directly from the content page, instead of having to go to the Files page.`,
|
- You can now upload directly from the content page, instead of having to go to the Files page.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-01-10T09:00:00-09:00`,
|
date: `2025-01-10T09:00:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Tags on project pages are now clickable to view other projects with that tag (Contributed by [Neddo](https://github.com/modrinth/code/pull/3126))
|
- Tags on project pages are now clickable to view other projects with that tag (Contributed by [Neddo](https://github.com/modrinth/code/pull/3126))
|
||||||
- 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))`,
|
- 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))`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2024-12-25T14:00:00-09:00`,
|
date: `2024-12-25T14:00:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
version: `0.9.2`,
|
version: `0.9.2`,
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Prevent ads from being able to play audio.`,
|
- Prevent ads from being able to play audio.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2024-12-24T22:00:00-09:00`,
|
date: `2024-12-24T22:00:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
version: `0.9.1`,
|
version: `0.9.1`,
|
||||||
body: `### Added
|
body: `### Added
|
||||||
@ -118,7 +118,7 @@ Contributed by [IMB11](https://github.com/modrinth/code/pull/1301).`,
|
|||||||
- Made sidebar hide instantly.`,
|
- Made sidebar hide instantly.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2024-12-23T22:16:00-09:00`,
|
date: `2024-12-23T22:16:00-08:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
version: `0.9.0`,
|
version: `0.9.0`,
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user