Commit 1cd5ffc
committed
β‘ [perf] Improves caching and updates module version
β‘ [perf] Improves caching and boosts performance
- πΎ Implements an enhanced caching system that utilizes an OS-wide cache in AppData, centralizing cache storage.
- π Achieves a 6-19x performance improvement due to the enhanced caching mechanism.
π οΈ [fix] Corrects regex and updates output message
- π Fixes a regular expression in `Show-ColorScriptHelp` to correctly identify parameter metadata lines, ensuring proper formatting. The `?` was escaped incorrectly.
- β
Updates the success message in `Add-ColorScriptProfile` to a more standard format: "[OK]".
π§Ή [chore] Updates module version and release notes
- π¦ Updates the module version in `ColorScripts-Enhanced.psd1` from '2025.10.15.0349' to '2025.10.15.1509' to reflect the latest changes.
- π Updates the release notes in `ColorScripts-Enhanced.psd1` to include the new caching improvements and performance enhancements.
Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>1 parent f40b353 commit 1cd5ffc
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
2724 | 2724 | | |
2725 | 2725 | | |
2726 | 2726 | | |
2727 | | - | |
| 2727 | + | |
2728 | 2728 | | |
2729 | 2729 | | |
2730 | 2730 | | |
| |||
0 commit comments