From a73780f0b0ad97d5494fe1bd0f4799569f846a68 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 8 Jul 2024 13:32:45 +0500 Subject: [PATCH] mobile: bump version to v3.0.10 --- apps/mobile/native/android/app/build.gradle | 2 +- .../android/releasenotes/whatsnew-en-US | 3 +- .../ios/Notesnook.xcodeproj/project.pbxproj | 36 +++++++++---------- apps/mobile/native/ios/Podfile.lock | 2 +- apps/mobile/package.json | 2 +- .../android/en-US/changelogs/15094.txt | 5 +++ 6 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15094.txt diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle index e1201a3f9..23cd3da6f 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 3017 + versionCode 3018 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 e1849b3d6..14ca8d9d6 100644 --- a/apps/mobile/native/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US @@ -1,4 +1,5 @@ -- Bring back undo/redo buttons in editor +- Fixed realtime sync issues +- Fixed color popups not opening from main toolbar - 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 8298057ff..a775d7034 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -21,9 +21,9 @@ 6517B7C32B6838EB0079FF37 /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6517B7C02B6838EB0079FF37 /* OpenSans-Bold.ttf */; }; 6529A13E279BC4C70048D4A8 /* BootSplash.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6529A13D279BC4C70048D4A8 /* BootSplash.storyboard */; }; 656835812BB29A9800144BAB /* OpenSans-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 656835802BB29A8300144BAB /* OpenSans-Italic.ttf */; }; - 656DD2AB2B1891DF00A362EA /* (null) in Resources */ = {isa = PBXBuildFile; }; - 656DD2AC2B1891DF00A362EA /* (null) in Resources */ = {isa = PBXBuildFile; }; - 656DD2AD2B1891DF00A362EA /* (null) in Resources */ = {isa = PBXBuildFile; }; + 656DD2AB2B1891DF00A362EA /* BuildFile in Resources */ = {isa = PBXBuildFile; }; + 656DD2AC2B1891DF00A362EA /* BuildFile in Resources */ = {isa = PBXBuildFile; }; + 656DD2AD2B1891DF00A362EA /* BuildFile in Resources */ = {isa = PBXBuildFile; }; 6593E4A3281C345400492C50 /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6593E4A2281C345400492C50 /* AppDelegate.mm */; }; 659BE46725E11A5100E05671 /* notesnook-text.png in Resources */ = {isa = PBXBuildFile; fileRef = 659BE46625E11A5100E05671 /* notesnook-text.png */; }; 65AA857925E6DDEC00772A01 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65AA857825E6DDEC00772A01 /* WidgetKit.framework */; }; @@ -586,9 +586,9 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 656DD2AB2B1891DF00A362EA /* (null) in Resources */, - 656DD2AC2B1891DF00A362EA /* (null) in Resources */, - 656DD2AD2B1891DF00A362EA /* (null) in Resources */, + 656DD2AB2B1891DF00A362EA /* BuildFile in Resources */, + 656DD2AC2B1891DF00A362EA /* BuildFile in Resources */, + 656DD2AD2B1891DF00A362EA /* BuildFile in Resources */, 65C400DF2A80B6B600AA3DF5 /* MaterialCommunityIcons.ttf in Resources */, 65C149872A61151B005C40F1 /* extension.bundle in Resources */, 65B5014725A672B200E2D264 /* MainInterface.storyboard in Resources */, @@ -1015,7 +1015,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1089,7 +1089,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1120,7 +1120,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1194,7 +1194,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", @@ -1353,7 +1353,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1365,7 +1365,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; @@ -1396,7 +1396,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; @@ -1409,7 +1409,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1439,7 +1439,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1513,7 +1513,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; @@ -1544,7 +1544,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2106; + CURRENT_PROJECT_VERSION = 2107; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; @@ -1619,7 +1619,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 3.0.9; + MARKETING_VERSION = 3.0.10; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/apps/mobile/native/ios/Podfile.lock b/apps/mobile/native/ios/Podfile.lock index 996fc44eb..cea9de7ef 100644 --- a/apps/mobile/native/ios/Podfile.lock +++ b/apps/mobile/native/ios/Podfile.lock @@ -971,4 +971,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 2b8b28a341b202bf3ca5f231b75bb05893486ed8 -COCOAPODS: 1.15.2 +COCOAPODS: 1.14.2 diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 5330dd2a1..8d0e8a5ef 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.0.9", + "version": "3.0.10", "private": true, "license": "GPL-3.0-or-later", "workspaces": [ diff --git a/fastlane/metadata/android/en-US/changelogs/15094.txt b/fastlane/metadata/android/en-US/changelogs/15094.txt new file mode 100644 index 000000000..14ca8d9d6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15094.txt @@ -0,0 +1,5 @@ +- Fixed realtime sync issues +- Fixed color popups not opening from main toolbar +- Bug fixes and performance improvements + +Thank you for using Notesnook! \ No newline at end of file