Skip to content

Releases: exelban/stats

v2.5.16

23 May 09:15

Choose a tag to compare

Closed issues

  • feat: add an option to switch between fixed and dynamic Sensors/Fans widget width (#483)
  • fix: fix access race in the disk module (#485)
  • feat: add a button to reset network usage (#303)

Bug fixes and new features

  • fix: removed empty space in the battery popup view
  • feat: update "Refresh" icon in the Network popup view
  • feat: initialized swiftlint and fixed warnings and errors

Localization

  • feat: update Polish translation (#486)
  • feat: update German translation (#490)

v2.5.15

16 May 10:19

Choose a tag to compare

Closed issues

  • feat: add bar chart widget to the Fans module (#462)
  • fix: adjust details part in the battery popup to show battery level (#472)
  • feat: separate disk activity reader from disk capacity reader (#468)
  • feat: add changelog button to the update app window (#354)

Bug fixes and new features

  • fix: add information when the time to charge/discharge is unavailable

Localization

  • feat: update Chinese translation (#465)
  • feat: update German translation (#466)
  • feat: update Vietnamese translation (#470)
  • feat: update Chinese Traditional translation (#481)

v2.5.14

09 May 07:15

Choose a tag to compare

Closed issues

  • fix: adjust fans module width (#460)
  • feat: add information when last time charger was connected in the battery popup (#450)
  • fix: fixed memory leak in the Sensors module on Apple Silicon (#417)

Fixes and updates

  • feat: add mac pro 2019 icon (#464)

Localization

  • feat: update Dutch translation (#463)

v2.5.13

05 May 19:53

Choose a tag to compare

HOTFIX

Closed issues

  • fix: crop sensors values to int (#452)
  • fix: fixed crashes on some macs (#453)

v2.5.12

02 May 16:06

Choose a tag to compare

Closed issues

  • fix: removed test sensor from the Apple Silicon sensors reader (#440)
  • fix: escape temperature read in CPU module for apple silicon (#445)

Fixes and updates

  • feat: moved Sensors widget to the core graphics. The width of the widget will be fixed from now (#348). Also fixed different graphics glitches (#374)

Localization

  • feat: update Chinese Traditional translation (#438)

v2.5.11

25 Apr 12:40

Choose a tag to compare

Closed issues

  • fix: fixed widget settings reset after restarting in GPU module (#432)

Fixes and updates

  • feat: add i18n check as gh action
  • fix: fixed yellow, orange, purple, and brown colors
  • feat: add refresh icon to the network (#422)

Localization

  • feat: update Spanish translation (#429)
  • feat: update Chinese Simplified translation (#437)

v2.5.10

18 Apr 11:47
21a5cb7

Choose a tag to compare

Closed issues

  • feat: return label options for bar and pie charts. Revert changes of 3ac95f9. (#416)

Fixes and updates

  • feat: add colors translation

Localization

  • feat: add colors to the internationalization files
  • feat: update Russian translation (#418)
  • feat: update German translation (#419)
  • feat: update Traditional Chinese translation (#424)
  • feat: update Czech translation (#425, #428)
  • feat: update Spanish translation (#393, #427)

v2.5.9

11 Apr 14:16

Choose a tag to compare

Closed issues

  • feat: init apple silicon sensors (#210)

Fixes and updates

  • fix: fixed memory leak in the Battery reader
  • fix: update battery high level notification message
  • fix: removed label from bar and pie charts

Localization

  • fix: correct Dutch translation
  • feat: update German translation (#406)
  • feat: update Bulgarian translation (#410)
  • feat: update Traditional Chinese translation (#412)
  • feat: add missing translations (#411)

v2.5.8

04 Apr 16:42

Choose a tag to compare

Closed issues

  • feat: add a new icon to the battery widget. Plug icon - visible when charger is connected, but battery not charging (#386)
  • feat: init Label widget (#376)
  • fix: fixed RAM and GPU information on Apple Silicon (#394)

Fixes and updates

  • fix: enable battery top process reader (the pipe was closed when setup)
  • feat: removed another UnsafeMutablePointer
  • fix: fixed border color in the widget selector
  • fix: fixed multi GPU in the Dashboard (SystemKit)

Localization

  • feat: add missing translations
  • feat: add dutch translation (#398)
  • feat: update Bulgarian translation (#389)
  • feat: update Portuguese (Brazil) translation (#390)
  • feat: update German translation (#392)
  • feat: update Turkish translation (#403)

v2.5.7

28 Mar 14:08

Choose a tag to compare

Closed issues

  • feat: added fan speed control panel to the popup (#152)
  • fix: fixed file descriptors leak (#384)

Fixes and updates

  • feat: removed global Store instance
  • feat: moved from UnsafePointer to sharable instance (SMC shared)