diff --git a/CHANGELOG.md b/CHANGELOG.md index d823cef5..0d6f143f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +### [v1.5.1] + - now update open downloaded file, not just file with name Stats.dmg + - add a popup view for network module + - new reader in network module + - fix changing active popup view when switching the tabs + - remove Carthage vendor folder from project + - small fixes + ### [v1.5.0] - change modules - a lot of improvements related to widget updates @@ -142,6 +150,7 @@ All notable changes to this project will be documented in this file. ### [v1.0.0] - first release +[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 [v1.3.5]: https://github.com/exelban/stats/releases/tag/v1.3.5 diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 12a67fa7..e7027bdf 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -679,7 +679,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.5.0; + MARKETING_VERSION = 1.5.1; 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.0; + MARKETING_VERSION = 1.5.1; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";