fix timezone

This commit is contained in:
Prospector
2025-11-14 12:10:58 -08:00
parent 763a38812f
commit 20484ed7aa

View File

@@ -11,7 +11,7 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{ {
date: `2025-11-14T12:15:00-07:00`, date: `2025-11-14T12:15:00-08:00`,
product: 'servers', product: 'servers',
body: `## Improvements body: `## Improvements
- Improved the performance of the servers list. - Improved the performance of the servers list.
@@ -19,7 +19,7 @@ const VERSIONS: VersionEntry[] = [
- Fixed autocomplete on pardon-ip and ban-ip commands.`, - Fixed autocomplete on pardon-ip and ban-ip commands.`,
}, },
{ {
date: `2025-11-14T12:15:00-07:00`, date: `2025-11-14T12:15:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Improved contrast, visibility, and consistency of UI elements, especially in light mode. - Improved contrast, visibility, and consistency of UI elements, especially in light mode.
@@ -27,32 +27,32 @@ const VERSIONS: VersionEntry[] = [
- Fixed certain icons showing above the mobile navbar.`, - Fixed certain icons showing above the mobile navbar.`,
}, },
{ {
date: `2025-11-11T12:50:00-07:00`, date: `2025-11-11T12:50:00-08:00`,
product: 'app', product: 'app',
version: '0.10.19', version: '0.10.19',
body: `## Improvements body: `## Improvements
- Fixed automatic dependency resolution ignoring the selected mod loader.`, - Fixed automatic dependency resolution ignoring the selected mod loader.`,
}, },
{ {
date: `2025-11-10T11:20:00-07:00`, date: `2025-11-10T11:20:00-08:00`,
product: 'app', product: 'app',
version: '0.10.18', version: '0.10.18',
body: `No changes.`, body: `No changes.`,
}, },
{ {
date: `2025-11-07T21:10:00-07:00`, date: `2025-11-07T21:10:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Enhanced syntax highlighting support for skript, mcfunction, and kubejs code blocks in Markdown descriptions.`, - Enhanced syntax highlighting support for skript, mcfunction, and kubejs code blocks in Markdown descriptions.`,
}, },
{ {
date: `2025-11-07T15:45:00-07:00`, date: `2025-11-07T15:45:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Fixed download button pop-up on Resource Pack projects.`, - Fixed download button pop-up on Resource Pack projects.`,
}, },
{ {
date: `2025-11-07T09:30:00-07:00`, date: `2025-11-07T09:30:00-08:00`,
product: 'app', product: 'app',
version: '0.10.17', version: '0.10.17',
body: `## Improvements body: `## Improvements
@@ -63,31 +63,31 @@ const VERSIONS: VersionEntry[] = [
- Fixed glitchy text selection in Logs page.`, - Fixed glitchy text selection in Logs page.`,
}, },
{ {
date: `2025-11-07T09:30:00-07:00`, date: `2025-11-07T09:30:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Fixed 'Advanced rendering' toggle not working properly on many popups.`, - Fixed 'Advanced rendering' toggle not working properly on many popups.`,
}, },
{ {
date: `2025-11-07T08:05:00-07:00`, date: `2025-11-07T08:05:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Fixed some further issues with the new withdrawal experience.`, - Fixed some further issues with the new withdrawal experience.`,
}, },
{ {
date: `2025-11-04T18:20:00-07:00`, date: `2025-11-04T18:20:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Fixed an issue with PayPal International fees.`, - Fixed an issue with PayPal International fees.`,
}, },
{ {
date: `2025-11-04T16:20:00-07:00`, date: `2025-11-04T16:20:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Some bugfixes to the new withdrawal experience.`, - Some bugfixes to the new withdrawal experience.`,
}, },
{ {
date: `2025-11-03T15:30:00-07:00`, date: `2025-11-03T15:30:00-08:00`,
product: 'web', product: 'web',
body: `## Improvements body: `## Improvements
- Revamped creator revenue page and withdrawal experience.`, - Revamped creator revenue page and withdrawal experience.`,