Skip to content

Releases: exelban/stats

v2.2.1

09 Aug 09:45
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v2.1.10

09 Jul 20:39
Compare
Choose a tag to compare

Another iteration of try to fix an update mechanism.

  • fix bug when hdiutil block dmg (moved a part of update logic from bash to swift)

v2.1.9

09 Jul 17:12
Compare
Choose a tag to compare

CRITICAL UPDATE FOR MOJAVE USERS

Unfortunately, v2.1.7 and v2.1.8 have broken update mechanism (only in macOS Mojave). And cannot be updated to the latest version automatically.

  • fix updater.sh for macOS Mojave (10.14)
  • fix notification that new version installed (not showing only if the new version is higher than previous one)

v2.1.8

09 Jul 07:43
Compare
Choose a tag to compare
  • fix network speed update in the popup window (#57)

v2.1.7

08 Jul 18:32
Compare
Choose a tag to compare
  • add an option to select a color for each module (from a predefined list)
  • now Network module will be disabled if the icon is none and value is disabled (there is nothing to show in the widget)
  • new makefile
  • add a notification when a new version of the app installed
  • add an option to select a network interface
  • update logic when the module is not available (now reader initializing after the module is initialized)
  • update a Network popup view
  • add an option to show removable disks in Disk module
  • fix Sensors module path
  • small fixes