updated version and release notes

This commit is contained in:
MSpeed 2020-11-22 13:55:33 +01:00
parent de7343fb91
commit f86f85badc
3 changed files with 14 additions and 14 deletions

View File

@ -403,7 +403,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 382;
CURRENT_PROJECT_VERSION = 383;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -416,7 +416,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.51;
MARKETING_VERSION = 1.0.53;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";
@ -541,7 +541,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 382;
CURRENT_PROJECT_VERSION = 383;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -554,7 +554,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.51;
MARKETING_VERSION = 1.0.53;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";
@ -574,7 +574,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 382;
CURRENT_PROJECT_VERSION = 383;
DEVELOPMENT_TEAM = JLKV36C38P;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -587,7 +587,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.0.51;
MARKETING_VERSION = 1.0.53;
PRODUCT_BUNDLE_IDENTIFIER = org.meditofoundation;
PRODUCT_NAME = Runner;
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@ -11,7 +11,7 @@ description: A meditation learning tool
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.51+382
version: 1.0.53+383
environment:
sdk: ">=2.6.0 <3.0.0"

View File

@ -1,7 +1,7 @@
- Fixed going back from text screens
- Better loading screen for tiles
- Fixed streak counter bugs (not updating on home page and resetting itself too early)
- Attempt to stop ANR
- Fixed audio player bugs
- Background audio
- Better error handling
- Added ability to donate with Google Pay
- Added ability to consent to tracking
- Increased background audio volume and quality
- Remembers previous session length selection
- Enable move to SD card
- Improved support for screen readers
- UI and bug fixes!