Skip to content

Releases: exelban/stats

v2.4.5

29 Nov 11:52
Compare
Choose a tag to compare

Closed issues

  • enable universal build (from now supports Apple Silicon) (#181)
  • added Apple Silicon macs to the list (MacMini9,1 and MacBookAir10,1 and MacBookPro17,1) (#184, #181)
  • fixed app crash on start up (fixed out of the index in top processes reader) (#187)
  • fix GPU popup initialization (GPU not showing in the popup) (#185)
  • fix no download speed (#157)
  • fix update interval in Disk module when speed widget selected (#182)
  • remove the disk from the list if does not have a path (prevent to show MacintoshHD - Data partition) (#180)
  • add Fans to the Sensors module (#197)

Fixes and updates

  • clean up archs in CPU and Stats targets
  • remove C bridge for IntelPowerGadget framework
  • remove IntelPowerGadget framework dependency
  • add IntelPowerGadget dynamic load if x86
  • add an option to select the network reader (interface based or process based)
  • fix initial disk read/write stats

Localization

  • update Vietnamese translation and correct grammar errors (#190)
  • optimize Chinese Taiwan Localization (#188)
  • fix typo and improve words naturally (Korean) (#196)

v2.4.4

22 Nov 12:36
Compare
Choose a tag to compare

Closed issues

  • remove background drawing in the popup view (#165)
  • fix Sensors updates in one of the screens in multi-monitor configuration (#168)
  • fix the wrong deletion while enumerating (#170)
  • fix top processes sorting in the Network module (#150)
  • fix incorrect and duplicate top processes in the Memory module (improve regex) (#169)
  • fix disk read/write stats on Big Sur (#175)
  • fix Network stats base in the popup view (#176)

Fixes and updates

  • move back from CALayer to Core Graphics in Mini widget (CG using less CPU)
  • fix Disk popup initialization (disks not showing in the popup)
  • add pid to the process toolTip in the top processes

Languages

  • add Norwegian Bokmål (#178)
  • update German Localization (#163)

v2.4.3

15 Nov 12:24
Compare
Choose a tag to compare

Closed issues

  • round sensor value to integer when more than 100 (#139)
  • add total upload/download stats to the Network widget (#153)
  • move Sensors widget to the CALayout (#125)
  • add an option to hide additional information when the battery is full (#138)

Fixes

  • fix CPU and Memory chart height
  • add missing words to the external translations
  • small update in the sensors list
  • update settings view and layout
  • adjust Mini widget
  • fix disk name for macOS Big Sur
  • fix label color in Mini widget for macOS Big Sur
  • fix colors in Sensors widget for macOS Big Sur
  • fix temperature unit format for macOS Big Sur

New languages

  • Italian language (#149)
  • Portuguese language (#154)

v2.4.2

08 Nov 09:31
Compare
Choose a tag to compare
  • fix app crash when start (#136) (font bug)
  • fix Fans visibility on some macs (#135)
  • fix fans disappearing from the menu bar (#141)
  • fix GPU detecting when 2 cards have the same driver (#143)
  • processing GPUs with a generic model name (#109)
  • add French language (#142)
  • move from core graphics to CALayout in Mini widget
  • fix out of bounds when changing to the chart widget (happens only when empty history)
  • add Build version to the version toolTip
  • add debug argument which allows saving some logs to the file (/Documents/log.txt)

v2.4.1

02 Nov 18:57
Compare
Choose a tag to compare

HOTFIX
If the app is not crashing for you and you want to use the Fans module please use v2.4.0 version.

  • temporary disable Fans module (#136)

v2.4.0

01 Nov 10:52
04c07cb
Compare
Choose a tag to compare
  • add Chinese (Traditional) language (#119)
  • add Spanish language (#126)
  • add Vietnamese language (#133)
  • add Fans module (visualization only) (#50)
  • add an option to select the number of top processes (#79)
  • add some missing sensors (#128)
  • add an option to select the battery time: short (01:25) and long (1h 25min) (#129)
  • improve performance when changing the widget
  • move trigger process.read when changing the number of top processes to the background
  • move CPU frequency and temperature to the dedicated reader (less CPU consumption)
  • add the model identifier to the model name tooltip
  • add support button
  • add an option to select the sensors widget layout (automatic/one row/two rows)
  • improved translations
  • add missing translation to the Pictogram setting in the Network module
  • add missing sensors group translation
  • rewrite Popup view
  • improve popup view updates and resizes
  • add scrollView to popup view (need to display a lot of sensors)

v2.3.8

18 Oct 17:09
Compare
Choose a tag to compare
  • add support for German translation (#107)
  • change app icon (#110)
  • fix disk name visibility when doesn't fit in the popup view (#108)
  • add CPU frequency to the popup (IntelPowerGaget is required) (#102)
  • reduce the app size
  • migrate from Carthage to Swift Package Manager

v2.3.7

11 Oct 09:09
Compare
Choose a tag to compare
  • fix a bug when an empty space appears in the menu bar (#98)
  • add bar chart widget to the battery module (#100)
  • remove clear background color sensors widget (#103)
  • fix hyperthreading cores option CPU without hyperthreading on the CPU module (#104)
  • add support for Korean translation (#106)

v2.3.6

04 Oct 10:20
Compare
Choose a tag to compare
  • add an option to select a base (byte or bit) for speed (#87)
  • fix widget visibility when few displays connected (#95)
  • fix empty spaces in a disabled widget in Big Sur (#84)
  • remove recovery disk from the list (#96)

v2.3.5

27 Sep 08:48
Compare
Choose a tag to compare
  • fix battery module enabling when disabled (#89)
  • update the visibility of sensors value in the widget when one value in a row (#90)
  • add an option to select the unit for temperature sensor (#73)
  • add beta mechanism to the updater (miss beta version if stable installed; install a new beta version if the oldest beta installed)