|
14 | 14 | <CHANGES> |
15 | 15 |
|
16 | 16 | ###2026.04.15.01 |
17 | | -- Theme Workspace |
18 | | -- Added a managed Theme Workspace to Settings with GitHub theme import, activate/deactivate, delete, variable overrides, custom CSS, and update checks. |
19 | | -- Added a dedicated `theme_workspace.php` endpoint plus managed CSS generation so imported themes flow through the existing custom asset pipeline safely. |
20 | | -- Added GitHub source parsing, CSS safety scanning, and persisted theme-workspace state in plugin prefs/storage. |
21 | | -- Folder Defaults |
22 | | -- Added saved folder-default profiles for Docker and VM settings so a source folder's icon, folder settings, and script actions can be reused. |
23 | | -- Added `Apply to all` for saved defaults using the existing guarded folder-settings batch-apply path. |
24 | | -- Added new-folder inheritance in the modern folder editor so create mode hydrates from the saved default profile before the user edits anything. |
25 | | -- Verification and Guardrails |
26 | | -- Added prefs/runtime contract coverage for saved folder defaults, theme workspace settings wiring, and editor create-mode inheritance. |
27 | | -- Updated the settings include-order guard to allow the new Theme Workspace runtime module. |
| 17 | +- Feature: Added a managed Theme Workspace in Settings with GitHub theme import, activate/deactivate, delete, variable overrides, custom CSS, and update checks. |
| 18 | +- Fix: Added a dedicated `theme_workspace.php` endpoint plus managed CSS generation so imported themes flow through the existing custom asset pipeline safely. |
| 19 | +- Security: Added GitHub CSS safety scanning and persisted managed-theme metadata and warnings for imported theme sources. |
| 20 | +- Feature: Added saved Docker and VM folder-default profiles so a source folder's icon, folder settings, and script actions can be reused. |
| 21 | +- Feature: Added `Apply to all` for saved defaults using the existing guarded folder-settings batch-apply path. |
| 22 | +- Fix: Added new-folder inheritance in the modern folder editor so create mode hydrates from the saved default profile before the user edits anything. |
| 23 | +- Quality: Added prefs/runtime contract coverage for saved folder defaults, theme workspace settings wiring, and editor create-mode inheritance. |
| 24 | +- Maintenance: Updated the settings include-order guard to allow the new Theme Workspace runtime module. |
28 | 25 |
|
29 | 26 | ###2026.04.14.15 |
30 | 27 | - UX: Icon picker, bundled icon packs, and custom icon management. |
|
0 commit comments