From da7f77c1a3b62342c4dda3b751ad0784ee423c19 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Mon, 13 Jan 2020 23:59:24 +0100 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 12 ++++++++++++ Cartfile | 2 +- README.md | 2 +- Stats.xcodeproj/project.pbxproj | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a859f0b..59da9fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +### [v1.4.0] + - fix bug when readers work in disabled modules + - replace NSTimer with GCD + - fix GCD initialization + - starting to remove observable from project (because of memory leak) + - a new version will be download and mount automatically + - fully rewritten menuBar + - remove observability from AppDelegate, MenuBar + - additional readers read fix + - small fixes + ### [v1.3.5] - removed first empty point from CPU and Memory charts - percentage value disabled if battery is fully charged @@ -121,6 +132,7 @@ All notable changes to this project will be documented in this file. ### [v1.0.0] - first release +[v1.4.0]: https://github.com/exelban/stats/releases/tag/v1.4.0 [v1.3.5]: https://github.com/exelban/stats/releases/tag/v1.3.5 [v1.3.4]: https://github.com/exelban/stats/releases/tag/v1.3.4 [v1.3.3]: https://github.com/exelban/stats/releases/tag/v1.3.3 diff --git a/Cartfile b/Cartfile index ea251114..12d30e77 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "sindresorhus/LaunchAtLogin" -github "danielgindi/Charts" ~> 3.3.0 \ No newline at end of file +github "danielgindi/Charts" ~> 3.4.0 \ No newline at end of file diff --git a/README.md b/README.md index 2e54c82a..bdd54d13 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can download latest version [here](https://github.com/exelban/stats/releases ## Compatibility | macOS | Compatible | | --- | --- | -| 10.15.2 *(Catalina)* | **false** | +| 10.15.2 *(Catalina)* | **true** | | 10.14.6 *(Mojave)* | **true** | | 10.13.6 *(High Sierra)* | **true** | diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 4f062992..2e5df78b 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -641,7 +641,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.3.5; + MARKETING_VERSION = 1.4.0; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -670,7 +670,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.3.5; + MARKETING_VERSION = 1.4.0; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";