This commit is contained in:
Serhiy Mytrovtsiy
2020-01-22 23:40:16 +01:00
parent 068ad9049e
commit 3fce79f914
2 changed files with 11 additions and 2 deletions

View File

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

View File

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