Skip to content

v1.3.2 - Feature Complete Release

Choose a tag to compare

@jeiel85 jeiel85 released this 16 Apr 09:07
· 17 commits to master since this release

Major Features Added

Monitoring Enhancements

  • #7: CPU usage monitoring with real-time display
  • #8: Configurable resource thresholds (Memory, CPU, Restart count) via settings UI
  • #9: Command-line arguments support for monitored processes
  • #11: Hang detection - alerts when process becomes unresponsive

Logging & Persistence

  • #10: File-based persistent logging to %LOCALAPPDATA%\ProcessGuardian\logs\
  • #10: Log export and clear buttons
  • #13: Windows Event Viewer integration

Notifications

  • #12: Webhook notifications (Discord/Slack compatible)

Settings & Profiles

  • #14: JSON import/export for settings backup/restore
  • #15: Process group/profile management with pause/resume toggle
  • #17: System-wide auto-start (HKLM) for all users

Infrastructure

  • #18: GitHub Actions CI/CD pipeline
  • #19: Unit test project (ProcessGuardian.Tests)
  • #20: Auto-update check from GitHub Releases
  • #21: ARM64 (win-arm64) build support

Technical

  • Build warnings: 0
  • All unit tests passing