mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-10 20:41:26 +02:00
mobile: bump version to v3.4.4
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
7
fastlane/metadata/android/en-US/changelogs/15554.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/15554.txt
Normal 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!
|
||||
Reference in New Issue
Block a user