Initial commit: PulseDock System Monitor

This commit is contained in:
Developer
2026-07-23 12:37:00 +02:00
commit 2cfe8fb858
57 changed files with 3495 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Changelog PulseDock
## [1.0.0] - 2026-07-23
### Added
- Initial production-ready release of PulseDock.
- .NET 10 WPF Application with MVVM architecture.
- Glassmorphic UI supporting Compact, Standard, and Expanded view modes.
- Telemetry services for CPU, RAM, GPU, Disks, Network, Battery, and Top Processes.
- Custom `SparklineControl` and `ProgressRingControl`.
- Non-admin fallback mechanism for LibreHardwareMonitor and WMI/PerformanceCounters.
- Configurable warning alerts with notifications & audio cues.
- Tray icon context menu & HKCU registry autostart manager.
- Multi-monitor DPI-aware position bounds clamping & position locking.
- Global Click-Through hotkey (`Ctrl + Shift + F12`).
- Complete xUnit test suite & self-contained Release x64 build configuration.