|
5 | 5 | <!ENTITY github "alexphillips-dev/FolderView-Plus"> |
6 | 6 | <!ENTITY launch "Settings/FolderViewPlus"> |
7 | 7 | <!ENTITY plugdir "/usr/local/emhttp/plugins/&name;"> |
8 | | -<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/dev/folderview.plus.plg"> |
9 | | -<!ENTITY version "2026.03.29.11"> |
10 | | -<!ENTITY md5 "3823ae3651dbae4395f304b29c7c149f"> |
| 8 | +<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg"> |
| 9 | +<!ENTITY version "2026.03.29.12"> |
| 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.12 |
| 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 | +- Quality: Expand regression coverage for Docker preview context popups, WebUI resolution, folder order persistence, nested preview actions, folder-editor bootstrap, branch cloning, branch deletion, and clone rollback safety. |
| 28 | + |
16 | 29 | ###2026.03.29.11 |
17 | 30 | - Feature: Add `Delete branch folders` under Docker branch actions to remove a root folder and every nested child folder in that branch. |
18 | 31 | - Quality: Add behavior-level regression coverage for clone-of-clone branch cloning, deep-copy payload safety, rollback ordering, and branch delete ordering. |
|
4235 | 4248 | </CHANGES> |
4236 | 4249 |
|
4237 | 4250 | <FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new"> |
4238 | | - <URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL> |
| 4251 | + <URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL> |
4239 | 4252 | <MD5>&md5;</MD5> |
4240 | 4253 | </FILE> |
4241 | 4254 |
|
|
0 commit comments