You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a compact `Bulk move` workflow directly to the Folder Editor `Members` tab for both Docker and VM folders, so users can move shown or included members into another folder without leaving the editor.
3
+
- Bulk move supports the scopes `Shown`, `Included shown`, `Excluded shown`, and `All included`.
4
+
- Bulk move reuses the guarded server-side bulk assignment path instead of duplicating a second editor-only mover.
5
+
- Each bulk move creates a backup first and exposes an editor-local undo path.
6
+
7
+
Fixes
8
+
- Fixed multi-row Docker preview `Console` and `Logs` actions so they keep their real runtime wiring instead of falling back to a top-of-page anchor jump.
9
+
- Fixed Folder Editor startup crashes introduced by the new Members-tab bulk move flow when hydration reached the bulk move helpers before those functions finished initializing.
10
+
- Fixed the Folder Editor post-bulk-move lockup so the page no longer gets trapped behind a blocking success or undo modal after the move completes.
11
+
- Fixed Members-tab bulk move live refresh so moved Docker containers and VMs disappear from the current folder immediately instead of remaining visible until the folder is submitted or reloaded.
12
+
- Fixed the leave-page warning after a successful Members-tab bulk move by syncing the member baseline correctly, while keeping the normal unsaved-changes prompt for regular manual member edits.
13
+
14
+
UI and UX
15
+
- The Members-tab bulk move flow now keeps the editor live after completion and shows a non-blocking inline undo action inside the bulk move summary area.
16
+
- Folder Editor bulk move status messaging now updates in place instead of interrupting the editor with follow-up confirmation dialogs.
17
+
18
+
Platform and Runtime
19
+
- Added versioned asset URLs for shipped FolderView Plus JavaScript, CSS, vendor includes, and locale assets so plugin updates no longer depend on users manually clearing browser cache to see new changes.
20
+
21
+
Release and Quality
22
+
- Hardened the main release process so stable cuts now require explicit curated release notes instead of falling back to generic seeded `CHANGES` text.
23
+
- Added a local `simulate_main_release.sh` path so the full stable-release flow can be rehearsed before merging and pushing `main`.
24
+
- Unified stable packaging through the shared `release_prepare.sh` entrypoint so the local and GitHub release flows use the same preparation path.
25
+
- Hardened back-merge handling so release-only artifacts and stable-only metadata do not keep breaking the `main` to `dev` sync path.
26
+
- Tightened workflow self-checks, release-note consistency validation, include-order coverage, and related release/package guards around the new release path.
0 commit comments