Skip to content

Commit

Permalink
mobile: bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jan 14, 2023
1 parent 90cdd5f commit ba9b671
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 26 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/app/components/sheets/new-feature/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ NewFeature.present = () => {
return;
}
if (version && version === getVersion()) return false;
SettingsService.set({
version: getVersion()
});
// SettingsService.set({
// version: getVersion()
// });
const _features = features?.filter(
(feature) => !feature.platform || feature.platform === Platform.OS
);
Expand Down
23 changes: 22 additions & 1 deletion apps/mobile/app/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

import { FeatureType } from "./components/sheets/new-feature";

export const features: FeatureType[] = [];
export const features: FeatureType[] = [
{
title: "Cross platform Reminders 🔔",
body: "Finally reminders are here. You can set reminders on notes or independently. Go to Side Menu > Reminders to set your first reminder!"
},
{
title: "Multi-factor auth by default",
body: "Multi-factor auth is enabled by default for all users to improve login security."
},
{
title: "Change account email",
body: "Now you can go to Settings > Account Settings to change your email."
},
{
title: "Sync settings",
body: "Added options to disable sync, auto-sync & real-time sync from settings."
},
{
title: "Improved PDF exports styling",
body: "Tables, checklists, codeblocks, quotes are now properly formatted in PDF exports."
}
];
2 changes: 1 addition & 1 deletion apps/mobile/native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 2022
versionCode 2023
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
10 changes: 6 additions & 4 deletions apps/mobile/native/android/releasenotes/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- Added support for displaying webclips in editor
- Fixed pdf export saves corrupted files
- Fixed multi-window support
- Fixed a bug in sync causing sync to get stuck on some devices
- Cross platform Reminders 🔔
- Multi-factor auth is enabled by default for all users to improve login security
- Now you can change account email from Settings -> Account Settings -> Change email
- Added options to disable sync, auto-sync & real-time sync from settings.
- Improved PDF exports styling
- Many bug fixes and improvements

Thank you for using Notesnook!
24 changes: 12 additions & 12 deletions apps/mobile/native/ios/Notesnook.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEVELOPMENT_TEAM = 53CWBG3QUC;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down Expand Up @@ -1157,7 +1157,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1187,7 +1187,7 @@
CODE_SIGN_ENTITLEMENTS = Notesnook/Notesnook.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Expand Down Expand Up @@ -1260,7 +1260,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1418,7 +1418,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand All @@ -1430,7 +1430,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget;
Expand Down Expand Up @@ -1460,7 +1460,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand All @@ -1472,7 +1472,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.notewidget;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1501,7 +1501,7 @@
CODE_SIGN_ENTITLEMENTS = "Make Note/Make Note.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down Expand Up @@ -1575,7 +1575,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share;
Expand Down Expand Up @@ -1605,7 +1605,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2022;
CURRENT_PROJECT_VERSION = 2023;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 53CWBG3QUC;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
Expand Down Expand Up @@ -1679,7 +1679,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.streetwriters.notesnook.share;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
10 changes: 6 additions & 4 deletions apps/mobile/native/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- Added support for displaying webclips in editor
- Fixed pdf export saves corrupted files
- Fixed multi-window support
- Fixed a bug in sync causing sync to get stuck on some devices
- Cross platform Reminders 🔔
- Multi-factor auth is enabled by default for all users to improve login security
- Now you can change account email from Settings -> Account Settings -> Change email
- Added options to disable sync, auto-sync & real-time sync from settings.
- Improved PDF exports styling
- Many bug fixes and improvements

Thank you for using Notesnook!
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"license": "GPL-3.0-or-later",
"workspaces": [
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2121269252.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Cross platform Reminders 🔔
- Multi-factor auth is enabled by default for all users to improve login security
- Now you can change account email from Settings -> Account Settings -> Change email
- Added options to disable sync, auto-sync & real-time sync from settings.
- Improved PDF exports styling
- Many bug fixes and improvements

Thank you for using Notesnook!

0 comments on commit ba9b671

Please sign in to comment.