changelog

This commit is contained in:
Prospector
2025-12-18 12:24:35 -08:00
parent 9958600121
commit 539132a527

View File

@@ -10,6 +10,13 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2025-12-18T12:30:00-08:00`,
product: 'web',
body: `## Improvements
- Overhauled version creation to be more intelligent and easier to use.
- Versions and gallery images are now created and edited in project settings.`,
},
{ {
date: `2025-12-18T11:20:00-08:00`, date: `2025-12-18T11:20:00-08:00`,
product: 'web', product: 'web',