mobile: release v2.4.5

This commit is contained in:
ammarahm-ed
2023-02-28 16:41:37 +05:00
parent 686674c855
commit 8154dd1830
6 changed files with 52 additions and 29 deletions

View File

@@ -19,4 +19,17 @@ 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: "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"
}
];

View File

@@ -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!

View File

@@ -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)";

View File

@@ -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!
Thank you for using Notesnook!

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
"version": "2.4.4",
"version": "2.4.5",
"private": true,
"license": "GPL-3.0-or-later",
"workspaces": [

View File

@@ -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!