mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 10:09:26 +02:00
Merge pull request #10220 from streetwriters/mobile-release/3.4.9
mobile: release v3.4.9
This commit is contained in:
@@ -140,7 +140,7 @@ android {
|
|||||||
if (project.hasProperty("prBuildNumber")) {
|
if (project.hasProperty("prBuildNumber")) {
|
||||||
versionCode Integer.parseInt(prBuildNumber())
|
versionCode Integer.parseInt(prBuildNumber())
|
||||||
} else {
|
} else {
|
||||||
versionCode 3114
|
versionCode 3115
|
||||||
}
|
}
|
||||||
versionName getNpmVersion()
|
versionName getNpmVersion()
|
||||||
testBuildType System.getProperty('testBuildType', 'debug')
|
testBuildType System.getProperty('testBuildType', 'debug')
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
- Added sync status icon in sidebar
|
- Fix drag/drop issues in task-lists and improved UX
|
||||||
- Added new reminder shortcut in app icon context menu
|
|
||||||
- Improved editor saving reliability
|
|
||||||
- Minor bug fixes and improvements
|
- Minor bug fixes and improvements
|
||||||
|
|
||||||
Thank you for using Notesnook!
|
Thank you for using Notesnook!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Production iOS build identifiers
|
// Production iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2192
|
IOS_CURRENT_PROJECT_VERSION = 2193
|
||||||
IOS_MARKETING_VERSION = 3.4.8
|
IOS_MARKETING_VERSION = 3.4.9
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Production iOS build identifiers
|
// Production iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2192
|
IOS_CURRENT_PROJECT_VERSION = 2193
|
||||||
IOS_MARKETING_VERSION = 3.4.8
|
IOS_MARKETING_VERSION = 3.4.9
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Staging iOS build identifiers
|
// Staging iOS build identifiers
|
||||||
IOS_CURRENT_PROJECT_VERSION = 2192
|
IOS_CURRENT_PROJECT_VERSION = 2193
|
||||||
IOS_MARKETING_VERSION = 3.4.8
|
IOS_MARKETING_VERSION = 3.4.9
|
||||||
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook
|
||||||
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget
|
||||||
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@notesnook/mobile",
|
"name": "@notesnook/mobile",
|
||||||
"version": "3.4.8",
|
"version": "3.4.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
4
fastlane/metadata/android/en-US/changelogs/15579.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/15579.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- Fix drag/drop issues in task-lists and improved UX
|
||||||
|
- Minor bug fixes and improvements
|
||||||
|
|
||||||
|
Thank you for using Notesnook!
|
||||||
Reference in New Issue
Block a user