mobile: bump version to v3.4.4

This commit is contained in:
Ammar Ahmed
2026-07-01 14:02:14 +05:00
parent daa0c8cf4c
commit 3b7d594bef
6 changed files with 16 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ android {
if (project.hasProperty("prBuildNumber")) {
versionCode Integer.parseInt(prBuildNumber())
} else {
versionCode 3109
versionCode 3110
}
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2187
IOS_MARKETING_VERSION = 3.4.3
IOS_CURRENT_PROJECT_VERSION = 2188
IOS_MARKETING_VERSION = 3.4.4
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Production iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2187
IOS_MARKETING_VERSION = 3.4.3
IOS_CURRENT_PROJECT_VERSION = 2188
IOS_MARKETING_VERSION = 3.4.4
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
// Staging iOS build identifiers
IOS_CURRENT_PROJECT_VERSION = 2187
IOS_MARKETING_VERSION = 3.4.3
IOS_CURRENT_PROJECT_VERSION = 2188
IOS_MARKETING_VERSION = 3.4.4
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/mobile",
"version": "3.4.3",
"version": "3.4.4",
"private": true,
"license": "GPL-3.0-or-later",
"scripts": {
@@ -18,7 +18,7 @@
"e2e-android": "detox test --configuration android.emu.release --detectOpenHandles",
"e2e-android-debug": "detox test --configuration android.emu.debug --detectOpenHandles",
"e2e-ios": "detox test -c ios.sim.release --detectOpenHandles",
"bump": "npx react-native bump-version --skip-semver-for android",
"bump": "node ./scripts/bump-version.mjs",
"release-android": "cd android && GITHUB_RELEASE=true ENVFILE=.env.public ./gradlew assembleRelease --no-daemon",
"release-android-bundle": "cd android && ./gradlew bundleRelease --no-daemon",
"lint": "eslint --ext .js,.jsx,.tsx,.ts ./app"

View File

@@ -0,0 +1,7 @@
- Inbox API is now in beta. Learn more about it at https://help.notesnook.com/inbox-api/getting-started
- Added close all tabs button in editor
- Deeplinking support for nn:// urls
- Set default image compression mode in Settings -> Behavior
- Minor bug fixes and performance improvements
Thank you for using Notesnook!