Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
Showing only changes of commit adef71b89a - Show all commits
+17
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',