diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 852d243407..a6fb9a4413 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -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',