changelog

This commit is contained in:
Prospector
2026-02-16 12:33:46 -08:00
parent 8c0edf669d
commit b3fbd884e0

View File

@@ -10,6 +10,15 @@ export type VersionEntry = {
} }
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{
date: `2026-02-16T12:40:00-08:00`,
product: 'web',
body: `## Improvements
- Fixed slider inputs not being styled correctly.
- Fixed tabbed modal icons shrinking when the text is too long.
- Fixed version dependencies sometimes appearing as "Unknown project"
- Fixed overflow in the collections list when descriptions contain very long words.`,
},
{ {
date: `2026-02-09T16:45:00-08:00`, date: `2026-02-09T16:45:00-08:00`,
product: 'app', product: 'app',