From d66bda7adcc5693319cba9b011f66d2a4392566a Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 17 Dec 2025 15:38:37 +0500 Subject: [PATCH 1/3] mobile: release 3.3.10 --- apps/mobile/android/app/build.gradle | 2 +- apps/mobile/android/releasenotes/whatsnew-en-US | 5 ++++- apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj | 12 ++++++------ apps/mobile/ios/Podfile.lock | 4 ++-- apps/mobile/package.json | 2 +- fastlane/metadata/android/en-US/changelogs/15434.txt | 5 +++++ 6 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15434.txt diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 29f0703b5..7b324603d 100644 --- a/apps/mobile/android/app/build.gradle +++ b/apps/mobile/android/app/build.gradle @@ -125,7 +125,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 3085 + versionCode 3086 versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' diff --git a/apps/mobile/android/releasenotes/whatsnew-en-US b/apps/mobile/android/releasenotes/whatsnew-en-US index f0a0f1300..e2b8cccf8 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,3 +1,6 @@ +- Get an overview of your year with Notesnook with Wrapped 2025 +- Cell selection and column resizing in tables +- Added support for uploading large files in background - Bug fixes and minor improvements -Thank you for using Notesnook! \ No newline at end of file +Thank you for using Notesnook! diff --git a/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj index d089c289d..a2232b918 100644 --- a/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj @@ -1029,7 +1029,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1135,7 +1135,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1367,7 +1367,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1410,7 +1410,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; @@ -1453,7 +1453,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1565,7 +1565,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2165; + CURRENT_PROJECT_VERSION = 2166; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 53CWBG3QUC; diff --git a/apps/mobile/ios/Podfile.lock b/apps/mobile/ios/Podfile.lock index 5f8f7ff1c..3fcf11898 100644 --- a/apps/mobile/ios/Podfile.lock +++ b/apps/mobile/ios/Podfile.lock @@ -2244,7 +2244,7 @@ PODS: - ReactCommon/turbomodule/core - SocketRocket - Yoga - - react-native-upload (6.28.0): + - react-native-upload (6.29.0): - React - react-native-view-shot (4.0.3): - boost @@ -3911,7 +3911,7 @@ SPEC CHECKSUMS: react-native-share-extension: fdc6aaab51591a2d445df239c446aaa3a99658ec react-native-sodium: 066f76e46c9be13e9260521e3fa994937c4cdab4 react-native-theme-switch-animation: 449d6db7a760f55740505e7403ae8061debc9a7e - react-native-upload: ddf12a152c62fcafa202ef0404d3d46333a6a6a6 + react-native-upload: 1459a4be625dda39e4364d9e7d859477a3000f2a react-native-view-shot: 6c008e58f4720de58370848201c5d4a082c6d4ca react-native-webview: 654f794a7686b47491cf43aa67f7f428bea00eed React-NativeModulesApple: 46690a0fe94ec28fc6fc686ec797b911d251ded0 diff --git a/apps/mobile/package.json b/apps/mobile/package.json index ef93a7895..e920f561d 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.3.10-beta.6", + "version": "3.3.10", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15434.txt b/fastlane/metadata/android/en-US/changelogs/15434.txt new file mode 100644 index 000000000..02ede5f52 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15434.txt @@ -0,0 +1,5 @@ +- Get an overview of your year with Notesnook with Wrapped 2025 +- Cell selection and column resizing in tables +- Bug fixes and minor improvements + +Thank you for using Notesnook! From abd5fa00ed5d78716826a4cf8b1b71c70095a815 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 17 Dec 2025 16:28:50 +0500 Subject: [PATCH 2/3] mobile: fix ci workflow no space left --- .github/workflows/android.publish.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index a0836cc0d..adb0a42e0 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -24,6 +24,22 @@ jobs: java-version: "17" architecture: "x64" + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false + + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: false + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - name: Install node modules run: | npm ci --ignore-scripts --prefer-offline --no-audit From f42489ecb5e81fba5ba1b09cd56777141fe4638e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 17 Dec 2025 19:06:48 +0500 Subject: [PATCH 3/3] mobile: fix package version is null --- .github/workflows/android.publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index adb0a42e0..db5bc314f 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -159,8 +159,8 @@ jobs: uses: softprops/action-gh-release@v1 with: draft: true - tag_name: ${{ steps.package-version.outputs.current-version}}-android - name: Notesnook Android v${{ steps.package-version.outputs.current-version}} + tag_name: ${{ steps.package-version.outputs.version}}-android + name: Notesnook Android v${{ steps.package-version.outputs.version}} repository: streetwriters/notesnook token: ${{ secrets.GITHUB_TOKEN }} files: |