From 5d47594302b8b9eb66348f3d76e4894e35542aa3 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 27 Aug 2026 11:54:34 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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',