Skip to content

Commit adef71b

Browse files
committed
0.12.2 changelog
(cherry picked from commit 4439c25)
1 parent c44cc38 commit adef71b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/utils/changelog.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-03-13T00:15:00-00:00`,
15+
product: 'app',
16+
version: '0.12.2',
17+
body: `## Hotfixes
18+
- Fixed search pages not showing beyond the first page.`,
19+
},
20+
{
21+
date: `2026-03-12T16:30:00-00:00`,
22+
product: 'app',
23+
version: '0.12.1',
24+
body: `## Improvements
25+
- Added shift + click multiselect to the content tab.
26+
- Fixed overflow problem with the content sort button in the content tab.
27+
- Bulk enable, bulk disable and bulk delete actions are now done immediately all in one go, rather one by one.
28+
- Improved installing visual and state management for content on the content tab.`,
29+
},
1330
{
1431
date: `2026-03-12T14:05:00-00:00`,
1532
product: 'app',

0 commit comments

Comments
 (0)