Skip to content

Releases: whimboo/perfchaser

0.8.0

04 Aug 08:56
fcb26d0
Compare
Choose a tag to compare

What's Changed

  • Stop importing of Services.jsm which is no longer possible by @whimboo in #78

Full Changelog: v0.7.0...v0.8.0

0.7.0

11 Apr 11:38
a0cd36b
Compare
Choose a tag to compare

What's Changed

  • Remove dependency on "chrome://global/skin/in-content/common.css" by @whimboo in #74

Full Changelog: v0.6.1...v0.7.0

0.6.1

17 Dec 08:39
447e010
Compare
Choose a tag to compare

What's Changed

  • Fix process filtering for pages and threads view by @whimboo in #69

Full Changelog: v0.6.0...v0.6.1

0.6.0

13 Dec 12:36
3d43f7f
Compare
Choose a tag to compare

What's Changed

  • Update handling of CPU value for cpuTime by @whimboo in #65

Full Changelog: v0.5.0...v0.6.0

0.5.0

05 Oct 08:10
ffb1de0
Compare
Choose a tag to compare

What's Changed

  • Make use of performance improvements when collecting memory information by @whimboo in #61

Full Changelog: v0.4.0...v0.5.0

0.4.0

22 Apr 18:31
ebffdc5
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

14 Mar 10:20
81c3bf8
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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)

0.2.1

01 Mar 21:41
cb195cf
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed in this release:

  • Add-on manager can now correctly check for extension updates

0.2

01 Mar 20:13
de91a5a
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

New in this release:

  • Added circular buffer for process information
  • Displays system and user CPU usage in details pane
  • Displays history chart for system and user CPU load

0.1

07 Feb 20:25
d8d7078
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release of PerfChaser.