mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
v1.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user