|
36 | 36 | > |
37 | 37 |
|
38 | 38 | <CHANGES> |
39 | | -###2026.06.11.1517 |
40 | | -- Features: add progressive stack list loading |
41 | | -- Features (container): add persistent container cache and icon resolution logic |
42 | | -- Features: return to update dialog when changelog is dismissed |
43 | | -- Features: show docker.versions changelogs in the update dialog |
44 | | -- Bug Fixes (ExecActionsTest): improve testGetSavedUpdateStatusDockerVersionsNotInstalled for determinism |
45 | | -- Bug Fixes (composeLoadlist): bind autostart change handler early for dynamic rows and update loading status on success |
46 | | -- Bug Fixes (Exec.php): improve dockerVersionsInstalled check to verify actual changelog assets |
47 | | -- Bug Fixes (sync-plugin-url): enhance branch detection and pluginURL synchronization logic |
48 | | -- Bug Fixes (docker.versions): conditionally load external styles for Docker versions if available |
49 | | -- Bug Fixes (compose): optimize cache invalidation logic based on stack/container structure changes |
50 | | -- Bug Fixes (changelog): conditionally load changelog script if available so it works when compose is on its own tab |
51 | | -- Bug Fixes (update): update button now triggers update action instead of always triggering force update |
52 | | -- Bug Fixes (composeSortable): enhance details row detachment logic during drag-and-drop |
53 | | -- Bug Fixes (composeSortable): improve drag-and-drop behavior by detaching non-sortable rows |
54 | | -- Bug Fixes (profiles): unify action profile picker and enforce profile precedence |
55 | | -- Bug Fixes: plug poll interval leak and skip dialog reopen when warnings disabled |
56 | | -- Bug Fixes: whitelist changelog message types, filter scaffolding noise |
57 | | -- Bug Fixes: discard stale Nchan buffer and concurrent changelog messages |
58 | | -- Bug Fixes: correct version and package details in plugin metadata |
59 | | -- Refactoring: delegate changelog display to docker.versions' showChangeLog() |
60 | | -- Documentation: document docker.versions changelog integration in user guide |
61 | | -- Tests: add unit tests for getSavedUpdateStatus docker.versions detection |
62 | | -- Chores: sync pluginURL+README for dev branch [skip ci] |
63 | | -- Chores: remove test compose setup |
64 | | -- Potential fix for pull request finding |
| 39 | +###2026.06.11.1526 |
| 40 | +- Bug Fixes (deploy.sh, test.sh): update file permissions to make scripts executable |
| 41 | +- Bug Fixes (Exec.php): update dockerVersionsInstalled check to verify plugin directory existence and cleanup tests |
65 | 42 | - [PR #120](https://github.com/mstrhakr/compose_plugin/pull/120) |
66 | | -- [beta release diff](https://github.com/mstrhakr/compose_plugin/compare/v2026.06.06...v2026.06.11.1517) |
| 43 | +- [beta release diff](https://github.com/mstrhakr/compose_plugin/compare/v2026.06.06...v2026.06.11.1526) |
67 | 44 | </CHANGES> |
68 | 45 |
|
69 | 46 | <!-- The 'pre-install' script. --> |
|
0 commit comments