diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle index c3a3d461e..12a0affc3 100644 --- a/apps/mobile/native/android/app/build.gradle +++ b/apps/mobile/native/android/app/build.gradle @@ -111,7 +111,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 2072 + versionCode 2073 versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/apps/mobile/native/android/releasenotes/whatsnew-en-US b/apps/mobile/native/android/releasenotes/whatsnew-en-US index 7f4418085..13c351d87 100644 --- a/apps/mobile/native/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US @@ -1,5 +1,6 @@ -- Added support for markdown with frontmatter in exports -- Fixed a bug that would randomly cause the app to freeze on launch after using the app for some days. +- Added support to check/uncheck all items in a checklist +- Now you can open pdfs/images in readonly mode +- Fixed a bug where users are unable to login when app lock is enabled - Bug fixes and performance improvements Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj index 8d2eff85a..b4d532467 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -997,7 +997,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1071,7 +1071,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1102,7 +1102,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1176,7 +1176,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", @@ -1335,7 +1335,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1347,7 +1347,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; @@ -1378,7 +1378,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; @@ -1391,7 +1391,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1421,7 +1421,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1495,7 +1495,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; @@ -1526,7 +1526,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2064; + CURRENT_PROJECT_VERSION = 2065; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; @@ -1601,7 +1601,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.6.13; + MARKETING_VERSION = 2.6.14; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/apps/mobile/package-lock.json b/apps/mobile/package-lock.json index 55a6e5a6e..ab63162db 100644 --- a/apps/mobile/package-lock.json +++ b/apps/mobile/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/mobile", - "version": "2.6.13", + "version": "2.6.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@notesnook/mobile", - "version": "2.6.13", + "version": "2.6.14", "hasInstallScript": true, "license": "GPL-3.0-or-later", "workspaces": [ diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 425af6153..431d65f0c 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "2.6.13", + "version": "2.6.14", "private": true, "license": "GPL-3.0-or-later", "workspaces": [ @@ -44,4 +44,4 @@ "react-native": "0.72.0", "react-native-iap": "12.11.0" } -} \ No newline at end of file +} diff --git a/fastlane/metadata/android/en-US/changelogs/10369.txt b/fastlane/metadata/android/en-US/changelogs/10369.txt new file mode 100644 index 000000000..13c351d87 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10369.txt @@ -0,0 +1,6 @@ +- Added support to check/uncheck all items in a checklist +- Now you can open pdfs/images in readonly mode +- Fixed a bug where users are unable to login when app lock is enabled +- Bug fixes and performance improvements + +Thank you for using Notesnook! \ No newline at end of file