1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-03-03 09:27:01 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Joplin Bot
36b25a9517 Doc: Auto-update documentation
Auto-updated using release-website.sh
2026-03-03 02:18:36 +00:00
Laurent Cozic
b3e0575361 iOS 13.6.2 2026-03-02 22:16:27 +00:00
Joplin Bot
f9f40b3c9b Doc: Auto-update documentation
Auto-updated using release-website.sh
2026-03-02 18:59:44 +00:00
4 changed files with 104 additions and 9 deletions

View File

@@ -520,7 +520,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Joplin/Joplin.entitlements;
CURRENT_PROJECT_VERSION = 150;
CURRENT_PROJECT_VERSION = 151;
DEVELOPMENT_TEAM = A9BXAFS6CT;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Joplin/Info.plist;
@@ -529,7 +529,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 13.6.1;
MARKETING_VERSION = 13.6.2;
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 = 150;
CURRENT_PROJECT_VERSION = 151;
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.1;
MARKETING_VERSION = 13.6.2;
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 = 150;
CURRENT_PROJECT_VERSION = 151;
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.1;
MARKETING_VERSION = 13.6.2;
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 = 150;
CURRENT_PROJECT_VERSION = 151;
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.1;
MARKETING_VERSION = 13.6.2;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
"$(inherited)",

View File

@@ -204,6 +204,9 @@
"android-v3.5.9": true,
"android-v3.6.12": true,
"ios-v13.6.1": true,
"v3.5.13": true
"v3.5.13": true,
"v3.6.3": true,
"android-v3.6.13": true,
"ios-v13.6.2": true
}
}

View File

@@ -1,5 +1,63 @@
# Joplin Desktop Changelog
## [v3.6.3](https://github.com/laurent22/joplin/releases/tag/v3.6.3) (Pre-release) - 2026-03-02T18:21:09Z
- New: Add context menu to non-image resources in Markdown editor ([#14402](https://github.com/laurent22/joplin/issues/14402))
- New: Add support for FrontMatter block rendering in notes ([#14256](https://github.com/laurent22/joplin/issues/14256))
- New: Api: Add a delete revisions for note API ([#13882](https://github.com/laurent22/joplin/issues/13882) by [@mrjo118](https://github.com/mrjo118))
- Improved: Add Close Window shortcut and menu item on Windows/Linux ([#14317](https://github.com/laurent22/joplin/issues/14317)) ([#13794](https://github.com/laurent22/joplin/issues/13794) by Ronald Eddy Jr)
- Improved: Add a text layer over OCR-ed PDF files to make them accessible ([#14390](https://github.com/laurent22/joplin/issues/14390)) ([#12400](https://github.com/laurent22/joplin/issues/12400))
- Improved: Add editor and sync target to about dialog ([#14443](https://github.com/laurent22/joplin/issues/14443)) ([#9336](https://github.com/laurent22/joplin/issues/9336) by Ashutosh Singh)
- Improved: Add new option to disable the Joplin icon for internal note links ([#14503](https://github.com/laurent22/joplin/issues/14503)) ([#12220](https://github.com/laurent22/joplin/issues/12220) by [@Harsh16gupta](https://github.com/Harsh16gupta))
- Improved: Add waving hand emoji to welcome notebook ([#14398](https://github.com/laurent22/joplin/issues/14398)) ([#13755](https://github.com/laurent22/joplin/issues/13755) by Ashutosh Singh)
- Improved: Display context menu when right-clicking an image in Markdown editor ([#14209](https://github.com/laurent22/joplin/issues/14209))
- Improved: Display percentage completion of checkbox lists in note list ([#14312](https://github.com/laurent22/joplin/issues/14312)) ([#14292](https://github.com/laurent22/joplin/issues/14292))
- Improved: Exclude trashed notebooks from the list of notebooks on the move to notebook dialog ([#13572](https://github.com/laurent22/joplin/issues/13572) by [@mrjo118](https://github.com/mrjo118))
- Improved: Fix Escape key not closing PromptDialog ([#14325](https://github.com/laurent22/joplin/issues/14325)) ([#14301](https://github.com/laurent22/joplin/issues/14301) by Ronald Eddy Jr)
- Improved: Importing from OneNote: Enable stricter path sanitization on Windows ([#14321](https://github.com/laurent22/joplin/issues/14321) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Importing from OneNote: Improve handwriting import ([#14305](https://github.com/laurent22/joplin/issues/14305) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Importing from OneNote: Make "module not found" message more useful ([#14324](https://github.com/laurent22/joplin/issues/14324) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Markdown Editor: Make code block highlighting closer to the viewer ([#14168](https://github.com/laurent22/joplin/issues/14168)) ([#14158](https://github.com/laurent22/joplin/issues/14158) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Markdown editor: Enable in-editor rendering by default ([#13878](https://github.com/laurent22/joplin/issues/13878)) ([#13215](https://github.com/laurent22/joplin/issues/13215) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Markdown: Allow specifying the start/end of audio, videos, and PDFs ([#14257](https://github.com/laurent22/joplin/issues/14257)) ([#9745](https://github.com/laurent22/joplin/issues/9745) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Move editor settings to dedicated editor section ([#14403](https://github.com/laurent22/joplin/issues/14403)) ([#13216](https://github.com/laurent22/joplin/issues/13216) by [@kanishka0411](https://github.com/kanishka0411))
- Improved: OneNote import: Import invalid attachments as empty attachments ([#14177](https://github.com/laurent22/joplin/issues/14177) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Store note history settings in sync info ([#14449](https://github.com/laurent22/joplin/issues/14449)) ([#14336](https://github.com/laurent22/joplin/issues/14336) by [@yugalkaushik](https://github.com/yugalkaushik))
- Improved: Sync: Make resource processing in read-only shares more reliable ([#14204](https://github.com/laurent22/joplin/issues/14204) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Synchronise pending changes when closing the app ([#13845](https://github.com/laurent22/joplin/issues/13845) by [@mrjo118](https://github.com/mrjo118))
- Improved: Updated packages @axe-core/playwright (v4.11.0), @playwright/test (v1.56.1), @rollup/plugin-commonjs (v28.0.9), @rollup/plugin-replace (v6.0.3), dayjs (v1.11.19), electron-updater (v6.6.8), form-data (v4.0.5), nan (v2.23.1), react (v19.1.5), sass (v1.93.3), sharp (v0.34.5), style-to-js (v1.1.21), turndown (v7.2.2)
- Improved: Upgrade tar to v7.5.8 ([#14464](https://github.com/laurent22/joplin/issues/14464) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: "Copy dev mode command to clipboard" does not work when path contains spaces ([#14432](https://github.com/laurent22/joplin/issues/14432)) ([#14328](https://github.com/laurent22/joplin/issues/14328) by Sriram Varun Kumar)
- Fixed: Copy and paste from markdown preview includes search highlight effect ([#14493](https://github.com/laurent22/joplin/issues/14493)) ([#12385](https://github.com/laurent22/joplin/issues/12385) by [@yentropysack](https://github.com/yentropysack))
- Fixed: Copying from markdown preview including theme background colour ([#14474](https://github.com/laurent22/joplin/issues/14474)) ([#12401](https://github.com/laurent22/joplin/issues/12401) by [@Harsh16gupta](https://github.com/Harsh16gupta))
- Fixed: Dark mode not respected in emoji window ([#14303](https://github.com/laurent22/joplin/issues/14303)) ([#14080](https://github.com/laurent22/joplin/issues/14080) by Lakshay Manchanda)
- Fixed: Defer starting revision service maintenance until the initial sync has completed ([#14394](https://github.com/laurent22/joplin/issues/14394)) ([#13660](https://github.com/laurent22/joplin/issues/13660) by [@mrjo118](https://github.com/mrjo118))
- Fixed: Fix UI freeze when closing plugin dialog with Escape key ([#14477](https://github.com/laurent22/joplin/issues/14477) by Sriram Varun Kumar)
- Fixed: Fix editor plugins receiving stale note body during navigation ([#14513](https://github.com/laurent22/joplin/issues/14513))
- Fixed: Fix missing conflict scenario ([#13624](https://github.com/laurent22/joplin/issues/13624)) ([#13611](https://github.com/laurent22/joplin/issues/13611) by [@mrjo118](https://github.com/mrjo118))
- Fixed: Fix sidebar scroll jump when expanding/collapsing folders ([#14467](https://github.com/laurent22/joplin/issues/14467)) ([#13679](https://github.com/laurent22/joplin/issues/13679) by [@kanishka0411](https://github.com/kanishka0411))
- Fixed: Fix status 400 error on Tomcat WebDAV servers ([#14332](https://github.com/laurent22/joplin/issues/14332) by [@horvatkm](https://github.com/horvatkm))
- Fixed: Fix undo/redo menu items in the Rich Text and Markdown editors ([#14218](https://github.com/laurent22/joplin/issues/14218)) ([#14216](https://github.com/laurent22/joplin/issues/14216) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix unexpected conflicts created during sync ([#14453](https://github.com/laurent22/joplin/issues/14453) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix unexpected conflicts sometimes created after a full sync ([#14388](https://github.com/laurent22/joplin/issues/14388)) ([#14383](https://github.com/laurent22/joplin/issues/14383) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Handle missing script assets in HTML export ([#14442](https://github.com/laurent22/joplin/issues/14442)) ([#12545](https://github.com/laurent22/joplin/issues/12545) by [@kanishka0411](https://github.com/kanishka0411))
- Fixed: Improve context menu handling in secondary windows ([#14262](https://github.com/laurent22/joplin/issues/14262)) ([#13540](https://github.com/laurent22/joplin/issues/13540) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Make conflicts caused by resource duplication less likely ([#14188](https://github.com/laurent22/joplin/issues/14188)) ([#13793](https://github.com/laurent22/joplin/issues/13793) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Make notebook search accent-insensitive in GotoAnything ([#14360](https://github.com/laurent22/joplin/issues/14360)) ([#14350](https://github.com/laurent22/joplin/issues/14350) by [@yousef-genedy](https://github.com/yousef-genedy))
- Fixed: Markdown editor: Fix error logged in "hide markdown" mode for certain markup ([#14179](https://github.com/laurent22/joplin/issues/14179) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Markdown editor: Scroll jumps in notes with many inline images ([#13955](https://github.com/laurent22/joplin/issues/13955)) ([#13933](https://github.com/laurent22/joplin/issues/13933) by [@bwat47](https://github.com/bwat47))
- Fixed: Markdown editor: Upgrade most CodeMirror dependencies ([#14186](https://github.com/laurent22/joplin/issues/14186)) ([#14009](https://github.com/laurent22/joplin/issues/14009) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: OneNote import: Fix onepkg import stops after the first section fails to import ([#14246](https://github.com/laurent22/joplin/issues/14246) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: OneNote importer: Skip importing ink when ID lookup fails ([#14230](https://github.com/laurent22/joplin/issues/14230)) ([#14210](https://github.com/laurent22/joplin/issues/14210) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Prevent 4th backtick when closing fenced code block ([#14423](https://github.com/laurent22/joplin/issues/14423)) ([#12569](https://github.com/laurent22/joplin/issues/12569) by [@Harsh16gupta](https://github.com/Harsh16gupta))
- Fixed: Remove empty hidden divs from ENEX imports ([#14411](https://github.com/laurent22/joplin/issues/14411)) ([#14139](https://github.com/laurent22/joplin/issues/14139) by [@yugalkaushik](https://github.com/yugalkaushik))
- Fixed: Support include_deleted parameter for GET /folders endpoint ([#14421](https://github.com/laurent22/joplin/issues/14421)) ([#14335](https://github.com/laurent22/joplin/issues/14335) by Sriram Varun Kumar)
- Fixed: Unlinked resource deletion: Fix resources attached only via reference links are auto-deleted ([#14178](https://github.com/laurent22/joplin/issues/14178) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: When cleaning old revisions, ensure revisions are merged for all revision branches ([#13795](https://github.com/laurent22/joplin/issues/13795)) ([#13782](https://github.com/laurent22/joplin/issues/13782) by [@mrjo118](https://github.com/mrjo118))
- Fixed: YouTube videos are displayed inline too ([#14370](https://github.com/laurent22/joplin/issues/14370)) ([#14352](https://github.com/laurent22/joplin/issues/14352))
- Fixed: `.onepkg` file import: Fix import failure when notebook titles contain certain Unicode characters ([#14090](https://github.com/laurent22/joplin/issues/14090)) ([#14084](https://github.com/laurent22/joplin/issues/14084) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Security: Strengthen Content-Security-Policy ([#14316](https://github.com/laurent22/joplin/issues/14316) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
## [v3.5.13](https://github.com/laurent22/joplin/releases/tag/v3.5.13) - 2026-02-25T21:19:11Z
- Improved: Importing from OneNote: Enable stricter path sanitization on Windows ([#14321](https://github.com/laurent22/joplin/issues/14321) by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))

View File

@@ -1,5 +1,39 @@
# Joplin iOS Changelog
## [ios-v13.6.2](https://github.com/laurent22/joplin/releases/tag/ios-v13.6.2) - 2026-03-02T17:51:24Z
- New: Add an import txt function (#13742 by [@mrjo118](https://github.com/mrjo118))
- Improved: Add new option to disable the Joplin icon for internal note links (#14503) (#12220 by [@Harsh16gupta](https://github.com/Harsh16gupta))
- Improved: Add waving hand emoji to welcome notebook (#14398) (#13755 by Ashutosh Singh)
- Improved: Markdown editor: Enable in-editor rendering by default (#13878) (#13215 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Improved: Move editor settings to dedicated editor section (#14403) (#13216 by [@kanishka0411](https://github.com/kanishka0411))
- Improved: Prevent race condition when refreshing note contents on mobile (#14486 by [@mrjo118](https://github.com/mrjo118))
- Improved: Refresh note when updated via the API when in edit mode (#14378 by [@mrjo118](https://github.com/mrjo118))
- Improved: Remember the viewing / editing mode (updated) (#14363) (#11521 by [@mrjo118](https://github.com/mrjo118))
- Improved: Remove redundant navigation history for notes or folders which were deleted (#13428 by [@mrjo118](https://github.com/mrjo118))
- Improved: Store note history settings in sync info (#14449) (#14336 by [@yugalkaushik](https://github.com/yugalkaushik))
- Improved: Trigger a note refresh when viewing or editing a note and the contents are updated via the API (#13671 by [@mrjo118](https://github.com/mrjo118))
- Improved: Updated packages @react-native-community/datetimepicker (v8.5.1), form-data (v4.0.5), react (v19.1.5), react-native-localize (v3.6.0), react-native-share (v12.2.1), react-native-svg (v15.14.0), react-native-webview (v13.16.0), sharp (v0.34.5), style-to-js (v1.1.21)
- Improved: Upgrade React Native to v0.81.6 (#14330 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Add a reveal in notebook option for notes (#14338) (#14255 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Defer starting revision service maintenance until the initial sync has completed (#14394) (#13660 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Fix biometric 'try again' button is off-screen on certain devices (#14373) (#14195 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix heading links (#14201 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix missing conflict scenario (#13624) (#13611 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Fix profile data not deleted when removing profiles (#14369) (#13871 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix status 400 error on Tomcat WebDAV servers (#14332 by [@horvatkm](https://github.com/horvatkm))
- Fixed: Fix unexpected conflicts created during sync (#14453 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix unexpected conflicts sometimes created after a full sync (#14388) (#14383 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Handle missing script assets in HTML export (#14442) (#12545 by [@kanishka0411](https://github.com/kanishka0411))
- Fixed: Hide the expand / collapse title button when the title is too long (#14203) (#14194 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Improve dropdown menu positioning (#14288) (#14275 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Make the view / edit note button hidden when an editor plugin is visible (#14458) (#14452 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Reset undo/redo button state when toggling an editor plugin (#14444) (#14387 by [@mrjo118](https://github.com/mrjo118))
- Fixed: Support include_deleted parameter for GET /folders endpoint (#14421) (#14335 by Sriram Varun Kumar)
- Fixed: Uses consistent padding in plugin info dialog (#14466) (#11793 by [@Nagmani001](https://github.com/Nagmani001))
- Fixed: When cleaning old revisions, ensure revisions are merged for all revision branches (#13795) (#13782 by [@mrjo118](https://github.com/mrjo118))
- Fixed: YouTube videos are displayed inline too (#14370) (#14352)
## [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)