From 9fbf03fe6a4c1165bf2cd86023448685a21de715 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 6 Aug 2022 23:47:19 +0500 Subject: [PATCH] bump version & add changelog --- .../android/releasenotes/whatsnew-en-US | 11 +++------ apps/mobile/features.ts | 11 ++++++++- .../ios/Notesnook.xcodeproj/project.pbxproj | 24 +++++++++---------- apps/mobile/release_notes.txt | 13 +++------- apps/mobile/version.js | 2 +- 5 files changed, 29 insertions(+), 32 deletions(-) diff --git a/apps/mobile/android/releasenotes/whatsnew-en-US b/apps/mobile/android/releasenotes/whatsnew-en-US index e39522a5c..171e5b55c 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,10 +1,5 @@ -- Fix group/subgroup with index 0 cannot be removed in toolbar -- Fix press events getting cancelled -- Fix a crash when opening merge dialog -- Fix auto backups not working on some devices -- Fix images placeholders are not loaded in editor -- Fix editor lags on large notes -- Fix cursor jumps to start on typing issue -- Improved note loading in editor +- Now you can disable double spaced lines in editor +- Uploading full quality images is not supported. +- Many bug fixes and performance improvements Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/features.ts b/apps/mobile/features.ts index ba019e771..13846d31d 100644 --- a/apps/mobile/features.ts +++ b/apps/mobile/features.ts @@ -1,3 +1,12 @@ import { FeatureType } from './src/components/sheets/new-feature'; -export const features: FeatureType[] = []; +export const features: FeatureType[] = [ + { + title: 'Configurable line spacing', + body: 'Many of you requested to be able to change line spacing on pressing enter. Now you can go to settings & configure line spacing in Editor section' + }, + { + title: 'Disabled image compression', + body: 'Due to some performance reasons, previously image compression was enabled. From now on, images will be uploaded, as is in full quality.' + } +]; diff --git a/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj b/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj index 3586e94ac..298d21fcb 100644 --- a/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj +++ b/apps/mobile/ios/Notesnook.xcodeproj/project.pbxproj @@ -1079,7 +1079,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEVELOPMENT_TEAM = 53CWBG3QUC; ENABLE_BITCODE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; @@ -1152,7 +1152,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -1181,7 +1181,7 @@ CODE_SIGN_ENTITLEMENTS = Notesnook/Notesnook.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEVELOPMENT_TEAM = 53CWBG3QUC; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; HEADER_SEARCH_PATHS = ( @@ -1253,7 +1253,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", @@ -1411,7 +1411,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1422,7 +1422,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; @@ -1452,7 +1452,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1463,7 +1463,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -1492,7 +1492,7 @@ CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 53CWBG3QUC; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1565,7 +1565,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; @@ -1595,7 +1595,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2008; + CURRENT_PROJECT_VERSION = 2009; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = 53CWBG3QUC; GCC_C_LANGUAGE_STANDARD = gnu11; @@ -1668,7 +1668,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.1.4; + MARKETING_VERSION = 2.1.5; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/apps/mobile/release_notes.txt b/apps/mobile/release_notes.txt index e6de9a76b..171e5b55c 100644 --- a/apps/mobile/release_notes.txt +++ b/apps/mobile/release_notes.txt @@ -1,12 +1,5 @@ -- fix group/subgroup with index 0 cannot be removed in toolbar -- fix Fluid tabs sensitivity conflicting with press events -- fix incorrect bottom insets hide some part of the toolbar -- fix a crash when opening merge conflict dialog -- fix auto backups not working on some devices -- fix images placeholders are not loaded in editor -- fix toggling checklist opens the keyboard -- fix editor becomes very laggy on large notes -- fix cursor jumps to start on typing issue description -- improved note loading in editor for better UX +- Now you can disable double spaced lines in editor +- Uploading full quality images is not supported. +- Many bug fixes and performance improvements Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/version.js b/apps/mobile/version.js index 7bdeb437f..761d2cd31 100644 --- a/apps/mobile/version.js +++ b/apps/mobile/version.js @@ -1 +1 @@ -export const APP_VERSION = 214; +export const APP_VERSION = 215;