Skip to content

Releases: exelban/stats

v2.10.8

14 Apr 13:44

Choose a tag to compare

Bug fixes

  • fix: fixed a bug in the setup process that set "Start at login" to on even if the user chooses to not turn that on.

New features

  • feat: redesigned Dashboard to new style
  • feat: redesigned App Settings to new style (Ventura-like)
  • feat: added an option to disable combined popup view
  • feat: use temporary folder for lldb if support is locked
  • feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2.
  • feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart.

v2.10.7

07 Apr 10:47

Choose a tag to compare

Bug fixes

  • fix: fixed Sensors align in combined view and added localizedString to PortalHeader (#1879)

New features

  • feat: added main chart scale setting to the Network popup settings
  • feat: added chart scale setting to the RAM popup settings
  • feat: added chart scale setting to the CPU popup settings
  • feat: initialized fixed scale for charts (#1787)

Localization

  • lang: updated Italian strings (#1878)
  • lang: updated Taiwan Traditional Chinese Localizable.strings (#1872)
  • lang: updated Simplified Chinese localization (#1871)
  • lang: updated German localization (#1866)
  • lang: added missing translations and fixed some names

v2.10.6

31 Mar 17:47

Choose a tag to compare

New features

  • feat: added option to import/export application settings (#1837)

Localization

  • lang: added a missing translation

v2.10.5

24 Mar 11:49

Choose a tag to compare

Bug fixes

  • fix: fixed nettop CPU abnormal usage in some cases (#1854)

New features

  • feat: added read and written data to the disk view (#1804)
  • feat: reverted 134a42f, looks like the problem was fixed in the new version of macOS
  • feat: added public IP address to the network portal view (#1842)

Localization

  • lang: updated Simplified Chinese translation (#1852)
  • lang: updated Taiwan Traditional Chinese translation (#1843)

v2.10.4

10 Mar 22:12

Choose a tag to compare

Bug fixes

  • fix: fixed data race in the Disk module (#1823)

New features

  • feat: added an option to select chart history range for line chart in the popup view for RAM module
  • feat: added an option to select chart history range for line chart in the popup view (CPU module only for now)
  • feat: added tooltip to the CPU efficient/performance bar charts in the popup view

Localization

  • lang: updated Hungarian translation (#1840)
  • lang: corrected Italian translation (#1838)
  • lang: added translation for chart duration

v2.10.3

03 Mar 11:05

Choose a tag to compare

New features

  • feat: changed no value behavior on a line chart. Starting from now no value will not visible on the chart. Before no value was presented as 0 which caused a little confusion.
  • feat: prevented closing popup view if unattached when open activity monitor or module settings
  • feat: added a timestamp to the line chart feat: added background for tooltip in the line chart

v2.10.2

25 Feb 15:46

Choose a tag to compare

Bug fixes

  • fix: fixed GPU temperature converting in the popup chart (#1809)
  • fix: adjusted sensors portal width per row (#1819)

New features

  • feat: added filter for fans in the portal view based on the popup settings

v2.10.1

18 Feb 15:03

Choose a tag to compare

Bug fixes

  • fix: limited last reader write to the db only once in 30 seconds to prevent I/O spamming with last read (#1817)

v2.10.0

11 Feb 10:58

Choose a tag to compare

New features

  • feat: moved all modules to the new way of reader mode with a small refactoring. Previously the module will be active when the first successful read will be achieved. From now the initial value for the module will be taken from the persistent storage (leveldb) that keeps the last read value.
  • feat: added leveldb as a backend for historical data storage

Localization

  • lang: fixed French translation (#1798)

v2.9.22

28 Jan 15:23

Choose a tag to compare

Bug fixes

  • fix: adjusted network chart tooltip size (#1788)

New features

  • feat: updated Disk portal view
  • feat: updated RAM portal view
  • feat: updated GPU portal view