Serhiy Mytrovtsiy
5167f026b8
v2.4.5
2020-11-29 12:51:53 +01:00
Thomas Mansencal
c1507155af
Update "Homebrew" installation procedure. ( #198 )
...
`brew cask install` is deprecated:
> Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.
The *Homebrew* installation procedure thus becomes: `brew install --cask stats`
2020-11-29 12:16:09 +01:00
Serhiy Mytrovtsiy
e1b4386c95
- update project to the recommended settings (disabled framework signing)
2020-11-28 21:47:05 +01:00
Serhiy Mytrovtsiy
2145816e1e
- add Fans to the Sensors module ( #197 )
2020-11-28 21:18:10 +01:00
paragonnov
1a6bea941a
Localization: Fix typo and improve words naturally (Korean) ( #196 )
...
* Fix typo and improve words naturally
2020-11-28 18:52:23 +01:00
Serhiy Mytrovtsiy
dfac8a617c
- remove disk from the list if does not have path (prevent to show MacintoshHD - Data partition) ( #180 )
2020-11-28 18:49:49 +01:00
Serhiy Mytrovtsiy
d1818523c7
- fix update interval in Disk module when speed widget selected ( #182 )
...
- fix initial disk read/write stats
2020-11-28 14:54:34 +01:00
Serhiy Mytrovtsiy
a8e68c6231
- change Constants.Widget.margin from CGFloat to CGPoint
2020-11-28 13:31:39 +01:00
Serhiy Mytrovtsiy
19e20ea063
- add option to select the network reader (interface based or process based)
...
- small refactoring in Network reader
2020-11-27 18:11:14 +01:00
Ahmed Osama
6b58302089
Fix: No download speed ( #157 )
...
* Implemented alternative approach to get download speed
* Early check
* Reset data on interface change
* Trigger alternative approach manually
* Fix
2020-11-26 16:02:04 +01:00
Serhiy Mytrovtsiy
2876fddc4f
- move a few loops to the main thread (not call main thread from loop)
2020-11-26 15:39:36 +01:00
Serhiy Mytrovtsiy
91c32d8ad2
- fix GPU popup initialization (GPU not showing in the popup) ( #185 )
2020-11-26 15:35:30 +01:00
jrthsr700tmax
75151e40f7
Optimize Chinese Taiwan Localization ( #188 )
...
Optimize Chinese Taiwan Localization
* 調整為符合臺灣當地慣用詞彙。
2020-11-25 18:00:47 +01:00
Serhiy Mytrovtsiy
fc0ec3e92d
- fixed app crash on start up (fixed out of index in top processes reader) ( #187 )
2020-11-25 14:37:25 +01:00
Serhiy Mytrovtsiy
b14436b0c3
- added Apple Silicon macs to the list (MacMini9,1 and MacBookAir10,1 and MacBookPro17,1) ( #184 , #181 )
2020-11-25 14:37:25 +01:00
HXD
d268540b53
Update Localizable.strings ( #190 )
2020-11-25 10:11:49 +01:00
Serhiy Mytrovtsiy
5974548d56
- remove C bridge for IntelPowerGadget framework
...
- remove IntelPowerGadget framework dependency
- add IntelPowerGadget dynamic load if x86
- enable universal build (from now supports Apple Silicon) (#181 )
2020-11-24 00:11:02 +01:00
Serhiy Mytrovtsiy
3909be70b9
- clean up archs in CPU and Stats targets
2020-11-22 14:17:23 +01:00
Serhiy Mytrovtsiy
52e4715dc0
v2.4.4
2020-11-22 13:36:02 +01:00
rubjo
9250152ad1
🇳🇴 Added Norwegian Bokmål ( #178 )
2020-11-22 13:27:49 +01:00
NanoSector
aff3406450
Partially fix duplicate entries in RAM module ( #174 )
...
* Do not create more ProcessView instances than necessary
Signed-off-by: NanoSector <rick@nanosector.nl >
* Clear out any potentially leftover ProcessView instances in RAM module
Signed-off-by: NanoSector <rick@nanosector.nl >
* Add clear() method to ProcessView
Signed-off-by: NanoSector <rick@nanosector.nl >
* Add attachProcess helper method
Signed-off-by: NanoSector <rick@nanosector.nl >
* Memory: Refactor processCallback method
Signed-off-by: NanoSector <rick@nanosector.nl >
* Battery: Refactor processCallback method
Signed-off-by: NanoSector <rick@nanosector.nl >
* CPU: Refactor processCallback method
Signed-off-by: NanoSector <rick@nanosector.nl >
* Network: Refactor processCallback method
Signed-off-by: NanoSector <rick@nanosector.nl >
* Set exclusive process range for other popups
Signed-off-by: NanoSector <rick@nanosector.nl >
* Process code review: Remove unnecessary semicolons
Signed-off-by: NanoSector <rick@nanosector.nl >
* Process code review: Remove more unnecessary semicolons
Signed-off-by: NanoSector <rick@nanosector.nl >
2020-11-20 22:08:07 +01:00
Serhiy Mytrovtsiy
e31f9934f6
- fix Network stats base in the popup view ( #176 )
2020-11-20 17:15:10 +01:00
Serhiy Mytrovtsiy
147d3ee2cc
- fix disk read/write stats on Big Sur ( #175 )
2020-11-20 16:59:51 +01:00
Serhiy Mytrovtsiy
2e2eeaa42c
- fix incorrect and duplicate top processes in Memory module (improve regex) ( #169 )
...
- remove logs from GPU reader
2020-11-20 11:51:13 +01:00
Serhiy Mytrovtsiy
58f668b81c
Merge pull request #171 from Military-Doctor/master
...
- fix wrong deletion while enumerating (issue #170 )
2020-11-19 08:43:19 +01:00
Serhiy Mytrovtsiy
399d699f0f
- fix top processes sorting in the Network module ( #150 )
2020-11-18 20:48:55 +01:00
Junyi
5c42a92577
- fix wrong deletion while enumerating (issue #170 )
2020-11-19 02:11:10 +08:00
Serhiy Mytrovtsiy
ec1c834e58
- add pid to the process toolTip in the top processes
2020-11-17 16:50:55 +01:00
Serhiy Mytrovtsiy
eccdf6e9a7
- fix Disk popup initialization (disks not showing in the popup)
2020-11-16 20:48:59 +01:00
Serhiy Mytrovtsiy
44d229c34f
- move back from CALayer to Core Graphics in Mini widget (CG using less CPU)
2020-11-16 20:05:44 +01:00
Serhiy Mytrovtsiy
bc4bdf9043
- fix Sensors updates in one of the screens in multi-monitor configuration ( #168 )
2020-11-16 19:50:13 +01:00
Serhiy Mytrovtsiy
52f32d33e4
- remove background drawing in the popup view ( #165 )
2020-11-16 18:33:33 +01:00
wfrank21
45a00151bc
Little Updates to DE Translation ( #167 )
...
Little updates to the DE translation to make it more readable.
2020-11-16 18:05:23 +01:00
wfrank21
cc982d7770
Updated DE Localization ( #163 )
...
Changed:
Total Download from "Völlig Heruntergeladen" to "Empfangen"
Total Upload from "Völlig Hochgeladen" to "Gesendet"
2020-11-16 08:36:52 +01:00
Serhiy Mytrovtsiy
e0c88e148b
- update PAGE_SIZE -> vm_page_size
2020-11-15 13:55:55 +01:00
Serhiy Mytrovtsiy
da1b68a4b1
v2.4.3
2020-11-15 13:23:19 +01:00
Ahmed Osama
33b739c915
Fix usage accumulated ( #156 )
2020-11-15 13:01:01 +01:00
Marcelo Chaves
850d169750
Brazilian translation ( #154 )
...
* Added pt-BT localizable
* Fix localizable
* Update Network section
* Update Words section
* Fix Network section
* Update Battery section
2020-11-15 13:00:15 +01:00
Gian Marco Cinalli
99f77612e5
Adds italian translation ( #149 )
...
Co-authored-by: Gian Marco Cinalli <gianmarco.cinalli@cyberdyne.it >
2020-11-15 12:59:15 +01:00
Serhiy Mytrovtsiy
e840726415
- fix CPU and Memory chart height
2020-11-14 16:33:17 +01:00
Serhiy Mytrovtsiy
6069ea23e8
- add an option to hide additional information when the battery is full ( #138 )
2020-11-14 16:21:46 +01:00
Serhiy Mytrovtsiy
133eff398f
- add missing words to the external translations
...
- small update in the sensors list
2020-11-14 15:09:02 +01:00
Serhiy Mytrovtsiy
d3ca8232ce
- adjust new settings layout
2020-11-13 18:27:04 +01:00
Serhiy Mytrovtsiy
3b47c09906
- update settings view and layout
2020-11-13 16:29:44 +01:00
Serhiy Mytrovtsiy
b843ff4cbf
- add total upload/download stats to the Network widget ( #153 )
2020-11-13 13:57:33 +01:00
Serhiy Mytrovtsiy
5b649df28c
- 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
- adjust label size in Mini widget
- fix temperature unit format for macOS Big Sur
2020-11-13 13:43:42 +01:00
Serhiy Mytrovtsiy
88a0062170
- move Sensors widget to the CALayout ( #125 )
2020-11-12 19:03:32 +01:00
Serhiy Mytrovtsiy
762afd1763
- adjust Mini widget sizes
2020-11-09 22:31:56 +01:00
Serhiy Mytrovtsiy
3ab1fb0156
- adjust value and layout updates (updateLayer() and layout()) in Mini widget
2020-11-09 21:45:06 +01:00
Serhiy Mytrovtsiy
66738cc010
- round sensor value to integer when more than 100 ( #139 )
2020-11-08 16:34:57 +01:00