1
0

changelog

This commit is contained in:
Prospector
2026-01-05 16:58:07 -08:00
parent a6cd4dfc0f
commit 2e9730ea1f

View File

@@ -10,6 +10,20 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-01-05T17:05:00-08:00`,
product: 'web',
body: `## Improvements
- Fixed some issues with the analytics page, causing it to not load countries properly.
- Improved error handling when withdrawing money, and made it easier for support team to help users with errors.
- Updated crowd-sourced translations.`,
},
{
date: `2026-01-05T17:05:00-08:00`,
product: 'hosting',
body: `## Improvements
- Overhauled the Files tab for servers for better performance, fewer bugs, and new features like file multiselect.`,
},
{
date: `2026-01-05T12:35:00-08:00`,
product: 'web',