From 8ba3cf172e3a3ce0d8d9d004b230d67bb157a082 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 27 Apr 2023 12:49:02 +0500 Subject: [PATCH] mobile: release v2.4.14 --- apps/mobile/app/features.ts | 7 +----- apps/mobile/native/android/app/build.gradle | 2 +- .../android/releasenotes/whatsnew-en-US | 12 ++++------ .../ios/Notesnook.xcodeproj/project.pbxproj | 24 +++++++++---------- apps/mobile/native/release_notes.txt | 12 ++++------ apps/mobile/package.json | 2 +- 6 files changed, 23 insertions(+), 36 deletions(-) diff --git a/apps/mobile/app/features.ts b/apps/mobile/app/features.ts index a0935587d..91c0880b9 100644 --- a/apps/mobile/app/features.ts +++ b/apps/mobile/app/features.ts @@ -19,9 +19,4 @@ along with this program. If not, see . import { FeatureType } from "./components/sheets/new-feature"; -export const features: FeatureType[] = [ - { - title: "Default font size & font family", - body: "Now you can set default font size and font family in editor that will be used across all your new and old notes." - } -]; +export const features: FeatureType[] = []; diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle index fc4a75f59..ded856d08 100644 --- a/apps/mobile/native/android/app/build.gradle +++ b/apps/mobile/native/android/app/build.gradle @@ -164,7 +164,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 2044 + versionCode 2045 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 ceca636e0..32fcb6a1b 100644 --- a/apps/mobile/native/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US @@ -1,10 +1,6 @@ -- Added default font size & font family settings -- Redesign reminder/notebook sheets to improve UX -- Fixed an issue causing sync to fail -- Fix tag suggestions in share extension -- Fix app font sizes too small in some places -- Improved mobile editor performance on low-end devices -- Fix pin to notifications not working -- Bug fixes and performance improvements +- Sync notes created from share extension & notification quick notes without requiring to launch the app +- Fix formatting is lost when sharing notes to other apps +- Fix editor would be blank after entering the app from background +- Small bug fixes and ux 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 e8ff0cb31..dcf975d7c 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -993,7 +993,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1067,7 +1067,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1097,7 +1097,7 @@ CODE_SIGN_ENTITLEMENTS = Notesnook/Notesnook.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -1170,7 +1170,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", @@ -1328,7 +1328,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1340,7 +1340,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; @@ -1370,7 +1370,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1382,7 +1382,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1411,7 +1411,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1485,7 +1485,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; @@ -1515,7 +1515,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2036; + CURRENT_PROJECT_VERSION = 2037; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1589,7 +1589,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.13; + MARKETING_VERSION = 2.4.14; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/apps/mobile/native/release_notes.txt b/apps/mobile/native/release_notes.txt index ceca636e0..230d0ac7d 100644 --- a/apps/mobile/native/release_notes.txt +++ b/apps/mobile/native/release_notes.txt @@ -1,10 +1,6 @@ -- Added default font size & font family settings -- Redesign reminder/notebook sheets to improve UX -- Fixed an issue causing sync to fail -- Fix tag suggestions in share extension -- Fix app font sizes too small in some places -- Improved mobile editor performance on low-end devices -- Fix pin to notifications not working -- Bug fixes and performance improvements +- Sync notes created from share extension & notification quick notes in background +- Fix formatting is lost when sharing notes to other apps +- Fix editor would be blank after entering the app from background sometimes +- Small bug fixes and UX improvements Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 4d11a77b8..4f9eae487 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "2.4.13", + "version": "2.4.14", "private": true, "license": "GPL-3.0-or-later", "workspaces": [