changelog

This commit is contained in:
Prospector
2026-03-17 18:56:10 -07:00
parent 22d1b900f6
commit 235934abd7

View File

@@ -11,9 +11,24 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [
{
date: `2026-03-17T12:40:00-08:00`,
date: `2026-03-17T19:00:00-08:00`,
product: 'website',
body: `## Improvements
- Sorted server project categories, regions, and language filter options.
- Added GitHub Pages image links to the list of domains that can bypass the wsrv.nl image proxy for more real-time dynamic images.`,
},
{
date: `2026-03-17T19:00:00-08:00`,
product: 'hosting',
body: `## Improvements
- Fixed being unable to sort by project type and updates at the same time on the Content tab.
- Fixed a visual flicker when toggling some content on and off.
- Removed redundant org symbol from the Content list that threw off alignment.`,
},
{
date: `2026-03-17T12:40:00-08:00`,
product: 'website',
body: `## Improvements
- Fixed personal access token settings page erroring.`,
},
{