fixed crashing; v1.5.2

This commit is contained in:
Serhiy Mytrovtsiy
2020-01-25 20:35:24 +01:00
parent 3fce79f914
commit 8f2eb5a3a2
4 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = "";

View File

@@ -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

View File

@@ -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