Releases: jadenpeek/ProcessX
Release list
ProcessX v1.2
-
Process list now auto-refreshes every 2 seconds while the window is open, and stops refreshing when minimized to tray (no wasted CPU in the background).
-
Removed the manual "Refresh" button (no longer needed now that the list refreshes on its own).
-
Added an "Edit Rule" button.
-
Cleaned up the codebase by removing all inline comments for a leaner source file.
-
CPU Sets now compresses to ranges
0-15instead of0,1,2,3.
ProcessX v1.1
-
Brought back the "Add Rule" function for non-existent .exe files (requested by users).
-
Fixed incorrect P-core/E-core detection on Intel Core Ultra series CPUs.
ProcessX v1.0.1
-
Fixed window slowly growing to the right when clicking near column borders or headers, even without resizing anything.
-
Removed the process list refreshing every 2 seconds to reduce CPU overhead.
-
Added a "Refresh" button to manually refresh the process list.
-
Fixed dark titlebar missing on the Rules window and rule editor (main window only had it before).
-
Removed dead "Add Rule" code that was never used.
-
Improved the refresh algorithm.