File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ export type VersionEntry = {
1010}
1111
1212const 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' ,
You can’t perform that action at this time.
0 commit comments