Serhiy Mytrovtsiy
6f6354cf69
- add gh action to build the application
...
- add `dep` script to makefile (update carthage dependency)
- change carthage build -> carthage update in gh action
2020-07-11 21:06:42 +02:00
Serhiy Mytrovtsiy
1621d8b3a0
- add tooltip to settings menu
2020-07-11 20:25:03 +02:00
Serhiy Mytrovtsiy
4c9ad3aa03
Create FUNDING.yml
2020-07-11 13:57:02 +02:00
Serhiy Mytrovtsiy
8dbafa40ac
- add option to set up update interval for CPU module
...
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())
- add option to select update interval for RAM module
- add option to select update interval for Disk module
- small refactoring in cpu and ram settings
- add option to select update interval for Sensors module
2020-07-11 13:40:59 +02:00
Serhiy Mytrovtsiy
c5df430a06
- adjust widget selection views
...
- adjust disk widget (F/U)
2020-07-10 18:45:55 +02:00
Serhiy Mytrovtsiy
196cd82051
- add frame option to bar chart
...
- add frame option to line chart
2020-07-10 18:45:51 +02:00
Serhiy Mytrovtsiy
3edc15d352
- update default color in some of modules
2020-07-10 13:41:27 +02:00
Serhiy Mytrovtsiy
50f078c91d
- add part of updater.sh for back compatibility
...
add dSYMs.zip to .gitignore
2020-07-09 23:59:24 +02:00
Serhiy Mytrovtsiy
a0100c994f
- another fix of update mechanism (hdiutil block dmg mounting when call it from bash, moved a mostly all logic to swift)
2020-07-09 22:34:19 +02:00
Serhiy Mytrovtsiy
8296acb5e9
- 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)
- small fix
2020-07-09 19:11:58 +02:00
Serhiy Mytrovtsiy
533770c761
- fix creating dSYMs
2020-07-09 16:30:49 +02:00
Serhiy Mytrovtsiy
8374a34256
- small fix in SystemKit (prevent crash missing gpu name)
2020-07-09 16:23:12 +02:00
Serhiy Mytrovtsiy
4cb405f0de
- fix network speed update in popup window ( #57 )
2020-07-09 09:41:48 +02:00
Serhiy Mytrovtsiy
2e05d9164b
update a version number
2020-07-08 20:53:34 +02:00
Serhiy Mytrovtsiy
62b1db1ea1
v2.1.8
2020-07-08 20:36:06 +02:00
Serhiy Mytrovtsiy
f5ee4ea57e
v2.1.7
2020-07-08 20:29:49 +02:00
Serhiy Mytrovtsiy
0e0530bcf0
- now Network module will be disabled if the icon is none and value is disabled (there is nothing to show in the widget)
2020-07-08 18:47:15 +02:00
Serhiy Mytrovtsiy
8b9698006f
- add an option to select a color for each module (from a predefined list)
...
- add a separator to select color menu
2020-07-08 18:14:38 +02:00
Serhiy Mytrovtsiy
cb8ab6365c
- add option to show removable disks in Disk module
...
- add notification when popup view size must be recalculated
2020-07-06 20:34:29 +02:00
Serhiy Mytrovtsiy
5e51770cbc
- 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
2020-07-06 19:25:41 +02:00
Serhiy Mytrovtsiy
40d44248d9
- fix Sensors module path
2020-07-06 15:52:57 +02:00
Serhiy Mytrovtsiy
4e29364d39
- get network interface from store
2020-07-06 15:47:19 +02:00
Serhiy Mytrovtsiy
45e9af9aee
- add a notification when new version of the app installed
2020-07-05 16:02:25 +02:00
Serhiy Mytrovtsiy
8bdd968f3b
Update Makefile
2020-07-04 23:01:54 +02:00
Serhiy Mytrovtsiy
457f370fc0
- new Makefile
2020-07-04 23:00:21 +02:00
Serhiy Mytrovtsiy
6100ba7380
- fix update script (CRITICAL UPDATE); - v2.1.6
2020-07-04 14:43:04 +02:00
Serhiy Mytrovtsiy
a172785d0e
v2.1.5
2020-07-04 14:03:12 +02:00
Serhiy Mytrovtsiy
3147453628
- add cron task to check if a new version exists (every 12 hours)
2020-07-04 14:00:08 +02:00
Serhiy Mytrovtsiy
76fcb63f28
- change custom window with an update available with the default system notification
2020-07-02 23:02:41 +02:00
Serhiy Mytrovtsiy
94806f819c
- add a script which automatically installs the new version of the app, restarts the app, and clean up dmg and old version
2020-07-02 00:49:09 +02:00
Serhiy Mytrovtsiy
d206da1be6
- now Sensor module will disable if no sensor is selected
...
- click on application will open Settings
2020-07-01 18:36:03 +02:00
Serhiy Mytrovtsiy
1e8737734c
hot fix (set RAM pressure to false by default)
2020-06-30 23:39:21 +02:00
Serhiy Mytrovtsiy
48c9532a36
v2.1.3
2020-06-30 23:30:53 +02:00
Serhiy Mytrovtsiy
aab85cfdfd
- added RAM pressure to BarChart widget
...
- added RAM pressure to LineChart widget
2020-06-30 23:19:31 +02:00
Serhiy Mytrovtsiy
5b6b393c3f
- added a new widget for Disk module (F: 123GB and U: 122GB)
2020-06-30 21:45:59 +02:00
Serhiy Mytrovtsiy
225aed962d
- add option to copy network values (public IP, local IP, network name, and physical address)
...
- small fix
2020-06-30 18:18:19 +02:00
Serhiy Mytrovtsiy
8f1afba91d
- update a color accent in bar chart and network widget
2020-06-29 22:51:43 +02:00
Serhiy Mytrovtsiy
f562d965de
- update a CPU temperature sensor key
...
- log missing sensor key in dict
- fix network type detection
- small fixes
2020-06-29 21:05:38 +02:00
Tobias Schaefer
d36e1bb3d7
Fix typos in application and README.md ( #49 )
...
* Fix typo 'Temperatrure' on battery details
* Fix typos in README.md
2020-06-29 20:07:32 +02:00
Serhiy Mytrovtsiy
0f8e9ea739
fix crash on start (the problem with self.window in popup)
...
- fix crash when missing wifi network name
2020-06-29 17:39:34 +02:00
Serhiy Mytrovtsiy
e061a81723
v2.1.1
2020-06-29 00:00:00 +02:00
Serhiy Mytrovtsiy
3f8ee3bd65
- update structure name in modules
...
- add arguments support (--reset, --disable)
- update a README
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
8669bb0c2b
clean mini widget
...
- make Colorize works in Mini (text) widget
- now Colorize properly works (line chart/bar chart)
- main color is system color accent
- fix box visibility in dark mode
- fix colors in chart
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
ec8f7a5a73
- adjust processor row height to fix processor name
...
v2.1.0
2020-06-24 16:35:15 +02:00
Serhiy Mytrovtsiy
f463204187
Merge pull request #42 from dawidd6/patch-1
...
add Homebrew install instruction
2020-06-24 16:14:14 +02:00
Dawid Dziurla
c6a3e16ff2
add Homebrew install instruction
2020-06-24 14:53:20 +02:00
Serhiy Mytrovtsiy
a2d702b6c7
fix popup position with few displays
2020-06-24 14:18:06 +02:00
Serhiy Mytrovtsiy
d88f5d1e1a
fix temperature visibility in popup
2020-06-24 00:53:36 +02:00
Serhiy Mytrovtsiy
c5ba0f885e
- sensors module mvp
...
- improve module settings responsibility
- change labelText color to textColor
2020-06-24 00:23:06 +02:00
Serhiy Mytrovtsiy
c3368ddd19
init Sensors module
2020-06-23 00:03:00 +02:00