|
6 | 6 | <!ENTITY launch "Settings/FolderViewPlus"> |
7 | 7 | <!ENTITY plugdir "/usr/local/emhttp/plugins/&name;"> |
8 | 8 | <!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
9 | | -<!ENTITY version "2026.03.29.12"> |
| 9 | +<!ENTITY version "2026.03.29.14"> |
10 | 10 | <!ENTITY md5 "711d35a649fff291f57473b600daaf13"> |
11 | 11 | ]> |
12 | 12 |
|
13 | 13 | <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-icon.png" support="https://forums.unraid.net/topic/197631-plugin-folderview-plus/" min="7.0.0"> |
14 | 14 | <CHANGES> |
15 | 15 |
|
| 16 | +###2026.03.29.14 |
| 17 | +- Feature: Add Docker branch management actions with nested-aware `Clone branch` support plus `Delete branch folders` to remove a root folder and all of its child folders together. |
| 18 | +- Feature: Add a dedicated Docker `Clone` submenu so `Clone folder` and `Clone branch` are grouped under branch-aware actions. |
| 19 | +- Fix: Restore Docker advanced preview context popups for both click and hover activation modes. |
| 20 | +- Fix: Keep the modern folder editor on the current section when switching between Basic and Advanced modes. |
| 21 | +- Fix: Restore Docker WebUI launches for preview icons, container actions, and `Open all WebUIs` without landing on `about:blank#blocked`. |
| 22 | +- Fix: Stop Docker WebUI actions from using unresolved template URLs so runtime buttons and bulk opens use resolved container ports instead of placeholders like `http://[IP]:[PORT:80]`. |
| 23 | +- Fix: Preserve manually reordered Docker folder order across refreshes instead of snapping placeholders back to definition order. |
| 24 | +- Fix: Stop nested Docker parent previews from forcing WebUI, console, and logs quick-action icons when those preview actions are disabled. |
| 25 | +- Fix: Restore the modern folder editor after reinstall by loading shared editor modules with explicit PHP asset includes instead of short tags. |
| 26 | +- Fix: Restore Docker branch hover submenus so nested branch and clone actions render correctly on hover. |
| 27 | +- Fix: Create the release-notes consistency guard tmp directory before `mktemp` so Release On Main, back-merge, and CI guard lanes succeed on fresh GitHub Actions checkouts. |
| 28 | +- Quality: Expand regression coverage for Docker preview context popups, WebUI resolution, folder order persistence, nested preview actions, folder-editor bootstrap, branch cloning, branch deletion, clone rollback safety, and release-notes guard temp-directory creation. |
| 29 | + |
| 30 | + |
16 | 31 | ###2026.03.29.12 |
17 | 32 | - Feature: Add Docker branch management actions with nested-aware `Clone branch` support plus `Delete branch folders` to remove a root folder and all of its child folders together. |
18 | 33 | - Feature: Add a dedicated Docker `Clone` submenu so `Clone folder` and `Clone branch` are grouped under branch-aware actions. |
|
0 commit comments