1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-04-21 19:45:16 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Cozic 3a7a30c507 iOS 13.6.1 2026-02-04 14:57:15 +00:00
Laurent Cozic 7b1f003c11 Chore: Limit build cleaning function to just Android 2026-02-04 14:48:16 +00:00
3 changed files with 33 additions and 12 deletions
@@ -520,7 +520,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Joplin/Joplin.entitlements;
CURRENT_PROJECT_VERSION = 149;
CURRENT_PROJECT_VERSION = 150;
DEVELOPMENT_TEAM = A9BXAFS6CT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Joplin/Info.plist;
@@ -529,7 +529,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 13.6.0;
MARKETING_VERSION = 13.6.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -555,7 +555,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Joplin/Joplin.entitlements;
CURRENT_PROJECT_VERSION = 149;
CURRENT_PROJECT_VERSION = 150;
DEVELOPMENT_TEAM = A9BXAFS6CT;
INFOPLIST_FILE = Joplin/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
@@ -563,7 +563,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 13.6.0;
MARKETING_VERSION = 13.6.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -758,7 +758,7 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 149;
CURRENT_PROJECT_VERSION = 150;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = A9BXAFS6CT;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -769,7 +769,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 13.6.0;
MARKETING_VERSION = 13.6.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
@@ -801,7 +801,7 @@
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 149;
CURRENT_PROJECT_VERSION = 150;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = A9BXAFS6CT;
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -812,7 +812,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 13.6.0;
MARKETING_VERSION = 13.6.1;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
+5 -4
View File
@@ -1,5 +1,6 @@
// We don't make that a gulp task because we might want to run it before
// gulp has been installed.
// We don't make that a gulp task because we might want to run it before gulp has been installed.
// For now this script is specifically for Android, as it's the build that causes the most problems.
// We also don't want to clear the iOS data whenever we build the Android app.
const fs = require('fs');
@@ -27,7 +28,7 @@ function deleteMatchingDirs(rootDir, predicate) {
function main() {
const mobileDir = `${__dirname}/..`;
// Standard Android / iOS build artefacts
// Standard Android build artefacts
fs.rmSync(`${mobileDir}/android/.gradle`, { recursive: true, force: true });
fs.rmSync(`${mobileDir}/android/build`, { recursive: true, force: true });
fs.rmSync(`${mobileDir}/android/app/build`, { recursive: true, force: true });
@@ -39,7 +40,7 @@ function main() {
fs.rmSync(`${mobileDir}/android/app/build/generated/source/codegen`, { recursive: true, force: true });
// iOS
fs.rmSync(`${mobileDir}/ios/Pods`, { recursive: true, force: true });
// fs.rmSync(`${mobileDir}/ios/Pods`, { recursive: true, force: true });
// Delete all native module Android build artefacts
// Equivalent to:
+20
View File
@@ -1,5 +1,25 @@
# Joplin iOS Changelog
## [ios-v13.6.1](https://github.com/laurent22/joplin/releases/tag/ios-v13.6.1) - 2026-02-04T14:45:26Z
- New: Add more error information when the profile is corrupted (f075b56)
- New: Add support for FrontMatter block rendering in notes (#14256)
- New: Add support for external embeds, eg. YouTube videos (#14012)
- Improved: Editor: Inline rendering: Render inline HTML (colorized text, superscript, subscript, strikethrough) (#14133 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Improve Fountain notes exported as PDF (#14120) (#14106)
- Improved: Markdown Editor: Make code block highlighting closer to the viewer (#14168) (#14158 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Markdown: Allow specifying the start/end of audio, videos, and PDFs (#14257) (#9745 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Sync: Make resource processing in read-only shares more reliable (#14204 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Updated packages @react-native-community/datetimepicker (v8.4.7), @rollup/plugin-commonjs (v28.0.9), @rollup/plugin-node-resolve (v16.0.3), @rollup/plugin-replace (v6.0.3), babel-plugin-react-native-web (v0.21.2), dayjs (v1.11.19), esbuild (v0.25.12), react-native-device-info (v14.1.1), react-native-localize (v3.5.4), react-native-safe-area-context (v5.6.2), react-native-web (v0.21.2), react-refresh (v0.18.0), sass (v1.93.3), style-to-js (v1.1.18), turndown (v7.2.2)
- Improved: Upgrade to React Native 0.81 (#14232 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Align tag search-input-clear behavior across input methods (#14042) (#13243 by [@Fardin96](https://github.com/Fardin96))
- Fixed: Application crashes when profile database has been analyzed (#14144)
- Fixed: Markdown editor: Fix error logged in "hide markdown" mode for certain markup (#14179 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Markdown editor: Scroll jumps in notes with many inline images (#13955) (#13933 by [@bwat47](https://github.com/bwat47))
- Fixed: Markdown editor: Upgrade most CodeMirror dependencies (#14186) (#14009 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Prevent the back button sometimes disappearing when switching between editors (#14164) (#14153 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Unlinked resource deletion: Fix resources attached only via reference links are auto-deleted (#14178 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
## [ios-v13.5.3](https://github.com/laurent22/joplin/releases/tag/ios-v13.5.3) - 2026-01-10T10:09:33Z
- Fixed: Fix icon rendering (#14071) (#14063 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))