Skip to content

Releases: exelban/stats

v2.9.11

05 Nov 17:08

Choose a tag to compare

Bug fixes

  • fix: fixed out of bound the number in the process view (#1667)

Localization

  • lang: updated Brazilian Portuguese translations (#1665)
  • lang: updated Turkish language (#1678)

v2.9.10

22 Oct 11:42

Choose a tag to compare

Bug fixes

  • fix: moved from frame to dirtyRect origin for line chart
  • fix: fixed CPU line chart baseline in the popup view

New features

  • feat: added speed base selector to the disk module when speed widget is enabled
  • feat: moved network base setting to module from widget (#1635)
  • feat: temporarily disabled NVMeSmart reader because of a problem with the new macOS Sonoma

Localization

  • lang: updated Turkish translation (#1655)
  • lang: updated French translation (#1648)

v2.9.9

08 Oct 10:21

Choose a tag to compare

Bug fixes

  • fix: fixed duplicating the clocks in the popup view when only the local clock is presented
  • fix: fixed clock size in the Clock popup
  • fix: adjusted network chart frame origin (#1636)

v2.9.8

01 Oct 17:38

Choose a tag to compare

Temporary no disk SMART data because of problems with the new macOS Sonoma

Bug fixes

  • fix: moved battery widget and popup view from dirtyRect to the frame
  • fix: fixed a few data races that prevent correct widget activation (#1605)
  • fix: prevent disk duplication in the list because of a data race. It causes the popup view or widget to stop updating the value (#1624)
  • fix: fixed circles charts in the new version of Cocoa

Localization

  • lang: fixed typo in Simplified Chinese localization (#1628)

v2.9.7

10 Sep 17:25

Choose a tag to compare

Bug fixes

  • fix: ISP being mislabelled as airport (#1609)

Localization

  • lang: updated Korean translation (#1603)
  • lang: updated Danish translation (#1601)
  • feat: updated German localization (#1597)

v2.9.6

21 Aug 16:27

Choose a tag to compare

Bug fixes

  • fix: fixed free space reader to read the selected drive, not the document directory (#1589)
  • fix: adding new value to the chart in the line chart widget (#1591)

v2.9.5

20 Aug 12:01

Choose a tag to compare

Bug fixes

  • fix: trying to fix the crash by fixing some data racing in the widgets (#1578)
  • fix: changed reference from unowned to weak in the modules (prevents crash in some cases)
  • fix: adjusted popup height for MacBook with a screen less than 15"

New features

  • feat: added an alert that informs that turning off the fan is not recommended action before turning off the fan (#1567)
  • feat: rollback to the "proper" way to read the free disk space. There is still a performance issue when using this way. But I have enough of the wrong free disk space and purging it all the time.

Localization

  • lang: updated Taiwan Traditional Chinese translation (#1588)
  • lang: updated Simplified Chinese localization (#1587)
  • lang: small refactoring of the turn off fan description
  • lang: updated German translation with recent changes (#1586)

v2.9.4

06 Aug 18:02

Choose a tag to compare

New features

  • feat: adjusted CPU and GPU sensors for m2 apple silicon (#1286)
  • feat: added a button that allows to turn off the fan (#1567)
  • feat: removed check if the setting fan speed is less than minimum fan speed

v2.9.3

30 Jul 15:07

Choose a tag to compare

Localization

  • lang: added Estonian language localization (#1573)
  • lang: updated Italian translations (#1570)

v2.9.2

09 Jul 11:33

Choose a tag to compare

New features

  • feat: removed Low power mode status from the battery module since it does not work. The API does not provide updates via the notification center. Read ProcessInfo does not update the value too. pmset returns only manually managed mode. So it cannot be used to determine if low power mode is enabled.
  • feat: added releasing all processes when closing the popup view
  • feat: updated Report struct