Skip to content

Releases: exelban/stats

v2.6.5

15 Aug 11:11
Compare
Choose a tag to compare

Closed issues

  • fix: fixed Sensors module availability when FNum is not present in the SMC (#580)
  • fix: removed layer in the Sensors widget (#581)
  • feat: added Label option to the Network chart widget (#572)
  • feat: rewritten BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557)

Bug fixes and new features

  • feat: adjusted disk read/write icons in the Disk popup view
  • fix: fixed enabling widget when toggling some option in the settings when the module is disabled
  • fix: hide Split the value option in the RAM module if bar chart is not enabled

Localization

  • feat: updated Turkish translation (#585)
  • feat: updated Chinese Simplified translation (#587)

v2.6.4

08 Aug 10:42
386b61d
Compare
Choose a tag to compare

Closed issues

  • feat: add an option to enable split value (System/User) for CPU and RAM in the BarChart (#441)

Bug fixes and new features

  • fix: fixed toggle buttons visibility in the settings when they must be disabled
  • feat: fixed switching between Auto/Manual/Turbo modes in the Fans popup
  • feat: moved Fans to the top at the Sensors. Refactor the Sensor type to be more generic. Added Fan structure to the Sensors module. (first steps to merge Fans and Sensors modules)
  • feat: change value type from Double to ColorValue in the BarChart (#441)

Localization

  • feat: update Czech translation (#579)

v2.6.3

01 Aug 13:27
Compare
Choose a tag to compare

Closed issues

  • feat: add an option to select update interval for top processes to the CPU and RAM modules (#552)
  • fix: fixed switch buttons visibility on macOS 10.13 (#559)
  • fix: fixed BLE battery level update (wrong check) (#551)

Bug fixes and new features

  • feat: change UUID to address in the BLE device toolTip
  • fix: fixed popup view behavior when pinned. Now a pinned popup will not close if click on the settings window. Additionally fixed bug when popup view does not hide if previously was pinned and closed.
  • feat: disable auto enabling min and max speed buttons
  • feat: update support button link (now is GH sponsors page)

Localization

  • feat: update Dutch translation (#563)

v2.6.2

25 Jul 14:21
Compare
Choose a tag to compare

Closed issues

  • fix: fixed BLE battery level update (#551)
  • fix: check if IPv6 is not IPv4 (#550)

Bug fixes and new features

  • feat: add Bluetooth device UUID to the name toolTip
  • fix: fixed order of AirPods battery levels (Case, Left, Right)
  • fix: adjust text view height in the separator, process view, and row view

Localization

  • feat: update French translation (#555)

v2.6.1

18 Jul 13:02
Compare
Choose a tag to compare

Closed issues

  • feat: added turbo button to the fans (#520)
  • feat: add disk temperature to the Sensors module (#529)
  • feat: add support for Magic Trackpad (#546)

Bug fixes and new features

  • fix: enable Sensors widget settings (don't know why it was disabled)
  • feat: add an option to set minimum or maximum fan speed by buttons
  • fix: fixed fans order in the settings

Localization

  • feat: update Japanese translation (#537)
  • feat: update German and Croatian translation (#538)
  • feat: update Chinese Traditional translation (#539)
  • feat: update Turkish translation (#541)
  • feat: update Hungarian translation (#545)

v2.6.0

11 Jul 09:31
Compare
Choose a tag to compare

Closed issues

  • feat: add Bluetooth module (#277)

Bug fixes and new features

  • feat: changed minimal macOS version to 10.13 (experimental)
  • feat: init server plugin

Localization

  • feat: update German translation (#524)
  • feat: Add Module Translation with Chinese Traditional (Taiwan) (#531)
  • feat: update Russian translation
  • feat: update Ukrainian translation

v2.5.22

04 Jul 16:22
Compare
Choose a tag to compare

Closed issues

  • feat: add an option to choose text alignment in the Mini widget (#517)
  • feat: add modules translation (#496)
  • fix: fixed wrong top process size in the RAM module (#523)

Bug fixes and new features

  • feat: removed OSLog from the SystemKit (moved to the NextLog)

Localization

  • feat: add Croatian translation (#519)

v2.5.21

27 Jun 07:52
Compare
Choose a tag to compare

Closed issues

  • feat: add disk read/write throughput as a tooltip to the red/blue icons in the popup view (#505)
  • fix: fixed fan control on macs with T2 (#430)

Bug fixes and new features

  • feat: removed os.log and moved to NextLog

v2.5.20

20 Jun 11:26
Compare
Choose a tag to compare

Closed issues

  • fix: fixed zones range in the BarChart when value if more than 1 (#510)
  • fix: fixed GPU type in the Mini widget (#507)
  • feat: move to the new mechanism of setting up fan speed (separate SMC app) (#454)

Bug fixes and new features

  • feat: add a SMCHelper to work with SMC

Localization

  • feat: update Chinese Traditional translation (#504)
  • feat: update Norwegian translation (#506)

v2.5.19

13 Jun 07:54
Compare
Choose a tag to compare

Closed issues

  • fix: fixed top processes usage in the RAM when top returns additional + (#499)

Bug fixes and new features

  • feat: removed the SMC plugin from the Kit framework. Compile from SMC where needed.
  • fix: adjust buttons size in the update view
  • fix: update i18n script path in the gh action
  • feat: add GitHub action for SwiftLint