This commit is contained in:
Serhiy Mytrovtsiy
2020-01-20 22:31:39 +01:00
parent 178b51b3f5
commit a73148526f
2 changed files with 13 additions and 2 deletions

View File

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

View File

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