From 8154dd183038f59bcc6b8136ecb8d2594a6d7d14 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 28 Feb 2023 16:41:37 +0500 Subject: [PATCH] mobile: release v2.4.5 --- apps/mobile/app/features.ts | 15 +++++++++++- .../android/releasenotes/whatsnew-en-US | 14 +++++------ .../ios/Notesnook.xcodeproj/project.pbxproj | 24 +++++++++---------- apps/mobile/native/release_notes.txt | 17 ++++++------- apps/mobile/package.json | 2 +- .../android/en-US/changelogs/10184.txt | 9 +++++++ 6 files changed, 52 insertions(+), 29 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10184.txt diff --git a/apps/mobile/app/features.ts b/apps/mobile/app/features.ts index 91c0880b9..6de6af9af 100644 --- a/apps/mobile/app/features.ts +++ b/apps/mobile/app/features.ts @@ -19,4 +19,17 @@ along with this program. If not, see . import { FeatureType } from "./components/sheets/new-feature"; -export const features: FeatureType[] = []; +export const features: FeatureType[] = [ + { + title: "Improved editor performance", + body: "The editor perfomance is now much better especially with images" + }, + { + title: "Sortable task lists", + body: "Now you can sort tasks by checked/unchecked in editor" + }, + { + title: "Improved outline lists", + body: "Rewritten outline lists to be more performant and less buggy" + } +]; diff --git a/apps/mobile/native/android/releasenotes/whatsnew-en-US b/apps/mobile/native/android/releasenotes/whatsnew-en-US index 038b38049..92c9228f3 100644 --- a/apps/mobile/native/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/native/android/releasenotes/whatsnew-en-US @@ -1,9 +1,9 @@ -- Improved UX for linking Notebooks -- Redesign properties sheet to be simple & handy -- Added support for RTL languages in editor -- Telemetery is now opt-in -- Get default reminder title/description from note -- Fix unable to input recovery code on 2FA sheet -- Bug fixes & small improvements +- You can not sort task list items +- Editor performance with images has been improved a lot +- Fixed issue with images not loading in editor during real-time sync +- Fix app not opening from notifications +- Added oss licenses +- Fix cursor goes behind keyboard on some devices +- Many other bug fixes and 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 75385fdfe..96d466241 100644 --- a/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj @@ -1083,7 +1083,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1157,7 +1157,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1187,7 +1187,7 @@ CODE_SIGN_ENTITLEMENTS = Notesnook/Notesnook.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -1260,7 +1260,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", @@ -1418,7 +1418,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1430,7 +1430,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; @@ -1460,7 +1460,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1472,7 +1472,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1501,7 +1501,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1575,7 +1575,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; @@ -1605,7 +1605,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2027; + CURRENT_PROJECT_VERSION = 2028; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; @@ -1679,7 +1679,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.4.4; + MARKETING_VERSION = 2.4.5; 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 038b38049..439e9f955 100644 --- a/apps/mobile/native/release_notes.txt +++ b/apps/mobile/native/release_notes.txt @@ -1,9 +1,10 @@ -- Improved UX for linking Notebooks -- Redesign properties sheet to be simple & handy -- Added support for RTL languages in editor -- Telemetery is now opt-in -- Get default reminder title/description from note -- Fix unable to input recovery code on 2FA sheet -- Bug fixes & small improvements +- You can not sort task list items +- Editor performance with images has been improved a lot +- Fixed issue with images not loading in editor during real-time sync +- Fix app not opening from notifications +- Added oss licenses +- Fix cursor goes behind keyboard on some devices +- Fix 2FA sheet does not show up sometimes after entering email +- Many other bug fixes and improvements -Thank you for using Notesnook! \ No newline at end of file +Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 105352ce5..eccc52fb0 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "2.4.4", + "version": "2.4.5", "private": true, "license": "GPL-3.0-or-later", "workspaces": [ diff --git a/fastlane/metadata/android/en-US/changelogs/10184.txt b/fastlane/metadata/android/en-US/changelogs/10184.txt new file mode 100644 index 000000000..92c9228f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10184.txt @@ -0,0 +1,9 @@ +- You can not sort task list items +- Editor performance with images has been improved a lot +- Fixed issue with images not loading in editor during real-time sync +- Fix app not opening from notifications +- Added oss licenses +- Fix cursor goes behind keyboard on some devices +- Many other bug fixes and improvements + +Thank you for using Notesnook! \ No newline at end of file