mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fixed crashing; v1.5.2
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### [v1.5.2]
|
||||
- fixed crashing
|
||||
|
||||
### [v1.5.1]
|
||||
- now update open downloaded file, not just file with name Stats.dmg
|
||||
- add a popup view for network module
|
||||
@@ -150,6 +153,7 @@ All notable changes to this project will be documented in this file.
|
||||
### [v1.0.0]
|
||||
- first release
|
||||
|
||||
[v1.5.2]: https://github.com/exelban/stats/releases/tag/v1.5.2
|
||||
[v1.5.1]: https://github.com/exelban/stats/releases/tag/v1.5.1
|
||||
[v1.5.0]: https://github.com/exelban/stats/releases/tag/v1.5.0
|
||||
[v1.4.0]: https://github.com/exelban/stats/releases/tag/v1.4.0
|
||||
|
||||
@@ -679,7 +679,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
MARKETING_VERSION = 1.5.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
@@ -708,7 +708,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 1.5.1;
|
||||
MARKETING_VERSION = 1.5.2;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -32,6 +32,7 @@ extension CPU {
|
||||
self.chart.pinchZoomEnabled = false
|
||||
self.chart.doubleTapToZoomEnabled = false
|
||||
self.chart.drawBordersEnabled = false
|
||||
self.chart.autoScaleMinMaxEnabled = true
|
||||
|
||||
self.chart.rightAxis.enabled = false
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ extension RAM {
|
||||
self.chart.pinchZoomEnabled = false
|
||||
self.chart.doubleTapToZoomEnabled = false
|
||||
self.chart.drawBordersEnabled = false
|
||||
self.chart.autoScaleMinMaxEnabled = true
|
||||
|
||||
self.chart.rightAxis.enabled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user