Releases: whimboo/perfchaser
Releases · whimboo/perfchaser
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
What's Changed
- Added code of conduct and .gitignore by @whimboo in #42
- Added process and pages count to details pane by @whimboo in #43
- Show CPU count in history chart's heading by @whimboo in #44
- Account for CPU count when drawing history graph by @whimboo in #45
- Support for selecting multiple processes by @whimboo in #47
- Restrict maximum CPU load to 100% in history chart on Windows by @whimboo in #48
- Convert build command for XPI to npm script by @whimboo in #49
- Move retrieval of CPU and platform info to background script by @whimboo in #54
- Fix text color of selected row for Proton changes by @whimboo in #56
- Scale cpu load values to match the ones from the system's task manager by @whimboo in #57
- Improve sidebar styles for Linux and Windows platform by @whimboo in #58
Full Changelog: v0.3.0...v0.4.0
0.3.0
New in this release:
- Use document's URI instead of title to better identify windows (#38)
- Align font size to other sidebar panels (#35)
- Move CPU history chart to the top of the sidebar so that it is always visible (#34)
- Cache history chart properties to avoid extra calculation and layout flushes (#33)
- Initialize details pane without triggering a click event (#31)
- Directly access the background script from the sidebar (#29)