Skip to content

Releases: exelban/stats

v2.3.2

30 Aug 15:10

Choose a tag to compare

  • add internationalization (i18n) to application
  • add Polish language
  • add Ukrainian language
  • add Russian language
  • small fixes

v2.3.1

26 Aug 10:51

Choose a tag to compare

  • add activity monitor button to popup view (#72)
  • fix crash when GPU module is enabled (#74)
  • fix module enabling (when disabled in the old version of the app) (#75)
  • few small fixes

v2.3.0

23 Aug 15:49

Choose a tag to compare

  • add GPU module
  • add pressure level graph to RAM module
  • fix widget ordering when disable/enable the module
  • fix popup processes when open for the first time
  • fix unnecessary popup interface update (when popup closed)
  • redraw Network chart
  • add max visible axis value to the Network chart (#70)

v2.2.2

16 Aug 11:43

Choose a tag to compare

  • fix temperature converting (#67)
  • add a dashboard to CPU popup (move chart below, add circle chart in the dashboard)
  • add temperature circle chart to the CPU popup
  • update dashboard in Memory popup
  • rename History to Usage history
  • rename Disk widget to Memory
  • add Memory widget to RAM module
  • write Disks reader from scratch
  • add disk read/write state to popup
  • add chart (usage history) to Network popup (#66)
  • add color upload/download identification to the Network popup

v2.2.1

09 Aug 09:45

Choose a tag to compare

  • rename Network widget to Speed
  • fix widget ordering in widget selector (now there will be ordering)
  • adjust the width of settings (will be the same with the scroll as without)
  • disk IO stats (MVP) #4

v2.2.0

02 Aug 11:11

Choose a tag to compare

  • add top processes consuming CPU, RAM, Network, and Battery (#63)
  • update settings layout (now scroll view is one for all settings)

v2.1.14

26 Jul 11:56

Choose a tag to compare

  • add toolTip to widget selector
  • update toolTip in main settings menu
  • fix battery charging state in a popup view
  • add a visualization of battery level when charging (vertical bar)

v2.1.13

20 Jul 16:07

Choose a tag to compare

  • update battery low level notification algorithm
  • fix showing a low level notification if already show
  • remove Recovery disk from disks list
  • update first color (0-60%) in based on utilization from system accent to blue #62

v2.1.12

19 Jul 09:05

Choose a tag to compare

  • fix multiply update notifications (now only one can be shows per new version if first one did not react)
  • add an option to select an application automatically checks for the new version (at start/once per day/once per week/once per month/never) #58
  • adjust select box y position
  • add low battery notification with the option to select battery level (disabled/3%/5%/10%/15%/20%/30%/40%/50%)
  • fix sensors order in the widget (now the orders in the widget the same as in popup and settings)
  • change default widget mode for CPU. Now in bar chart will be total CPU usage, not per core) #60
  • add an option to switch between usage per core and total usage for CPU in bar chart widget #60
  • update a download view
  • add a progress bar to download new version view
  • small refactoring in upgrader
  • add lightning to the battery widget when power cable connected (now the battery widget have the same behavior as default macOS) #59
  • fix battery reader (app gets to know that AC is connected after the second read)
  • updated selection in Network and Battery module
  • update default color for a mini widget in the battery module

v2.1.11

12 Jul 10:29

Choose a tag to compare

  • update default color in some of the modules
  • add frame option to bar chart
  • add frame option to the line chart
  • adjust widget selection views
  • adjust disk widget (F/U)
  • add an option to set up update interval for CPU module
  • add an option to select update interval for RAM module
  • add an option to select update interval for Disk module
  • add an option to select update interval for Sensors module
  • add setInterval() to reader protocol
  • update reader start process (run initStoreValues() before start())
  • small refactoring in cpu and ram settings
  • add tooltip to the settings menu