|
1 | | -# PC_Workman 1.7.3 |
| 1 | +# PC_Workman 1.7.4 |
2 | 2 |
|
3 | 3 | **Real-time PC monitoring + AI diagnostics.** |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 |  |
8 | 8 | - |
@@ -145,7 +145,26 @@ PC_Workman/ |
145 | 145 | - Educational value (demonstrates Python best practices) |
146 | 146 | - |
147 | 147 |
|
148 | | -## What's New [1.7.3] - `2026-05-02` - CURRENT |
| 148 | +## What's New [1.7.4] - `2026-05-14` - CURRENT |
| 149 | + |
| 150 | +### Optimization Center — Full Redesign |
| 151 | +- Feature grid rebuilt as 2-column expandable card layout — each card has an inline info panel, no separate overlay |
| 152 | +- Snapshot strip (CPU / RAM / Disk) now shows subtle fill bars behind the percentage values |
| 153 | +- **Turbo Power Plan** now actually creates a "Turbo PC" power scheme via `powercfg`; handles non-English Windows, detects missing admin rights, restores original plan on exit |
| 154 | +- **Quick Actions** replaced: Startup Manager (nav), Services Manager (nav), Disk Defragmenter (run), Weekly Performance Report (window) |
| 155 | +- **Weekly Performance Report**: 6 bar charts (CPU/GPU/RAM avg + peak over 4 rolling weeks), AI text summary, TXT export |
| 156 | +- **LIVE NOW** sidebar: CPU/RAM/GPU mini-bars, refreshes every 2 s |
| 157 | +- Typography upgrade: Segoe UI Semibold throughout; fixed icon widget parenting bug |
| 158 | + |
| 159 | +### Dashboard |
| 160 | +- "More Optimization Tools" button replaced with a subtle dark "Optimization Center" chip — navigates to My PC → Hardware & Health; glow animation removed |
| 161 | + |
| 162 | +### My PC |
| 163 | +- `yourpc_page.py` now uses the shared `utils.fonts` font system (`_HDR / _BODY / _MONO`) |
| 164 | + |
| 165 | +--- |
| 166 | + |
| 167 | +## What's New [1.7.3] - `2026-05-02` *(previous)* |
149 | 168 |
|
150 | 169 | ### Live Guide |
151 | 170 | - New `ui/guide/live_guide.py` — `LiveGuide` class: interactive spotlight overlay with Windows `-transparentcolor` dim technique |
@@ -506,7 +525,8 @@ Click any process to see more details. |
506 | 525 | | v1.6.3 | Released | Fan dashboard, menu system, .exe | |
507 | 526 | | v1.7.1 | Released | Stats Engine v2, Time-Travel, Monitoring | |
508 | 527 | | v1.7.2 | Released | Startup/Services Manager, Optimization Hub, hck_GPT AI layer, Hybrid Engine (Ollama), bilingual, EXE build | |
509 | | -| **v1.7.3** | **Current** | **Live Guide, hck_GPT AI quality (followups, help rewrite, optimization live), session data store, WMI scan, nav links** | |
| 528 | +| v1.7.3 | Released | Live Guide, hck_GPT AI quality (followups, help rewrite, optimization live), session data store, WMI scan, nav links | |
| 529 | +| **v1.7.4** | **Current** | **Optimization Center redesign (2-col grid, expandable cards, Turbo PP creation, Weekly Report, LIVE NOW), dashboard button restyle** | |
510 | 530 | | v2.0.0 | **Q2 2026** | ML patterns, advanced gaming | |
511 | 531 |
|
512 | 532 | **[Full Changelog](./CHANGELOG.md)** |
|
0 commit comments