0.12.2 changelog

(cherry picked from commit 4439c25b8d1d7894a81a25d8d67c9f9334a11273)
This commit is contained in:
Prospector
2026-03-12 23:50:42 -07:00
parent c44cc38b3a
commit adef71b89a

View File

@@ -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',