Skip to content

Commit 3aa7aca

Browse files
authored
v.1.7.4 - README update
1 parent c7100ab commit 3aa7aca

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# PC_Workman 1.7.3
1+
# PC_Workman 1.7.4
22

33
**Real-time PC monitoring + AI diagnostics.**
44
![Status](https://img.shields.io/badge/Status-Active%20Development-green)
5-
![Version](https://img.shields.io/badge/Version-1.7.3-blue)
5+
![Version](https://img.shields.io/badge/Version-1.7.4-blue)
66
![Python](https://img.shields.io/badge/Python-3.9+-brightgreen)
77
![License](https://img.shields.io/badge/License-MIT-blue)
88
-
@@ -145,7 +145,26 @@ PC_Workman/
145145
- Educational value (demonstrates Python best practices)
146146
-
147147

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)*
149168

150169
### Live Guide
151170
- 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.
506525
| v1.6.3 | Released | Fan dashboard, menu system, .exe |
507526
| v1.7.1 | Released | Stats Engine v2, Time-Travel, Monitoring |
508527
| 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** |
510530
| v2.0.0 | **Q2 2026** | ML patterns, advanced gaming |
511531

512532
**[Full Changelog](./CHANGELOG.md)**

0 commit comments

Comments
 (0)