changelog

This commit is contained in:
Prospector
2026-08-27 11:54:34 -07:00
parent 8a0d683ae2
commit 5d47594302
+20
View File
@@ -10,6 +10,26 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-08-27T18:54:17+00:00`,
product: 'app',
version: '0.19.1',
body: `## Changed
- Updated style of spoilers in descriptions.
- Updated style of code formatting and snippets in descriptions.
- Fourth-level headings in descriptions now have more contrast compared to regular body text.
## Fixed
- Fixed lag on Screenshots page/tab when you have a lot of screenshots`,
},
{
date: `2026-08-27T18:54:17+00:00`,
product: 'web',
body: `## Changed
- Updated style of spoilers in descriptions.
- Updated style of code formatting and snippets in descriptions.
- Fourth-level headings in descriptions now have more contrast compared to regular body text.`,
},
{
date: `2026-08-27T17:07:29+00:00`,
product: 'app',