From adef71b89a3659bf30841ce7789a02b0fe2bad7e Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:50:42 -0700 Subject: [PATCH] 0.12.2 changelog (cherry picked from commit 4439c25b8d1d7894a81a25d8d67c9f9334a11273) --- packages/utils/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 4bf9e1a7e..9119c2649 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-03-13T00:15:00-00:00`, + product: 'app', + version: '0.12.2', + body: `## Hotfixes +- Fixed search pages not showing beyond the first page.`, + }, + { + date: `2026-03-12T16:30:00-00:00`, + product: 'app', + version: '0.12.1', + body: `## Improvements +- Added shift + click multiselect to the content tab. +- Fixed overflow problem with the content sort button in the content tab. +- Bulk enable, bulk disable and bulk delete actions are now done immediately all in one go, rather one by one. +- Improved installing visual and state management for content on the content tab.`, + }, { date: `2026-03-12T14:05:00-00:00`, product: 'app',