Skip to content

Releases: exelban/stats

v2.11.42

27 Apr 20:06
Compare
Choose a tag to compare

Bug fixes

  • fix: changed diff calculation for BarChart value update that prevents widget redraw every time even if the value is the same as previously

New features

  • feat: added a new mechanism for disk free space reader that potentially will take less CPU to make a read
  • feat: changed CPU temperature and frequency readers to be read only when popup view is open (improved CPU usage)

v2.11.41

20 Apr 18:10
Compare
Choose a tag to compare

New features

  • feat: added power adapter status to the combined view for Battery module (#2513)
  • feat: removed notification about Normal memory pressure since it never will be triggered (#2505)

Localization

  • fix: adjusted popup label width to better fit long translations (#2485)

v2.11.40

13 Apr 17:01
Compare
Choose a tag to compare

Bug fixes

  • fix: added queue synchronization for all charts (#2492)
  • fix: added self relation to the CPU widgets callback (#2492)

Localization

  • lang: updated German localization (#2491)

v2.11.39

06 Apr 16:05
Compare
Choose a tag to compare

HOT FIX

fix:

  • fixed Stats Remote host

v2.11.38

06 Apr 14:23
Compare
Choose a tag to compare

Bug fixes

  • fix: fixed updating the remote address that causes it to be impossible to select the address by double-clicking

New features

  • feat: moved from JSON objects of metrics to simplified strings for the Stats Remote
  • feat: added support of local v6 IP address
  • feat: updated login process to Stats Remote
  • feat: replaced login view for Remote with web authorization mechanism

v2.11.37

30 Mar 12:49
Compare
Choose a tag to compare

Bug fixes

  • fix: fixed logarithmic scaling in different than Network charts (#2418)

New features

  • feat: added text alignment for Stack widget (#2463)

Localization

  • lang: updated Taiwan Traditional Chinese Localization (#2465)

v2.11.36

23 Mar 10:50
Compare
Choose a tag to compare

Bug fixes

  • fix: fixed line and bar charts title labels
  • fix: prevented multiple frequency readers runs at once (#2449)

New features

  • feat: added Remote module that allows remote monitoring of the system (not publicly available since it's in the early stage)
  • feat: removed all logic from the Telemetry plugin since it's not used anyway. The toggle leaves for now since I have not decided what to do with that.
  • feat: added total units read/written as a tooltip (#2431)

Localization

  • lang: added seconds translation without breaking interval settings (#2412)
  • lang: updated French translation

v2.11.35

16 Mar 11:19
Compare
Choose a tag to compare

Bug fixes

  • fix: added missing NetworkChart restoreGState & combinedView separators (#2444)

New features

  • feat: added an option to show ICMP status and latency in the text widget (allows to show ping latency in the menu bar)
  • feat: refactored disk SMART details
  • feat: added total read/written from SMART (#2431)

v2.11.34

09 Mar 10:21
Compare
Choose a tag to compare

Bug fixes

  • fix: added queue to GPU list to prevent data race (#2417)
  • fix: fixed possible null pointer crash when reading CPU frequency

New features

  • feat: added threshold for network status notification

v2.11.33

02 Mar 10:49
Compare
Choose a tag to compare

Bug fixes

  • fix: another try to adjust the CPU stress test to prevent the compiler from optimizing it (#2391)
  • fix: fixed performance cores count in the pCores stress test

New features

  • feat: added an option to disable the public ip check at all (#2406)
  • feat: adjusted memory format to be more readable (#2416)

Localization

  • lang: fixed electrical current in German (#2423)
  • lang: fixed broken line breaks and spaces in french wording (#2414) (#2415)