diff --git a/CHANGELOG.md b/CHANGELOG.md index 59da9fef..d823cef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +### [v1.5.0] + - change modules + - a lot of improvements related to widget updates + - remove observability from application + - improve CPU and battery consumption + - improve widgets + - now charts updates only if a popup is opened + - widgets refactored + - a lot of small fixes + ### [v1.4.0] - fix bug when readers work in disabled modules - replace NSTimer with GCD @@ -132,6 +142,7 @@ All notable changes to this project will be documented in this file. ### [v1.0.0] - first release +[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 [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 diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index dd15d394..4b09f9a0 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -665,7 +665,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.4.0; + MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -694,7 +694,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.4.0; + MARKETING_VERSION = 1.5.0; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";