Laurent Cozic
|
189ba7795a
|
Releasing sub-packages
|
2024-12-12 13:54:19 +01:00 |
|
Henry Heino
|
d935a491ba
|
Mobile: Editor: Switch to a scrolling toolbar, allow adding/removing toolbar items (#11472)
|
2024-12-11 13:31:05 +01:00 |
|
Laurent Cozic
|
5d84f80ad1
|
Desktop: Added support for rendered note metadata, in particular the joplin-metadata-print-title tag
|
2024-12-10 17:13:08 +01:00 |
|
Laurent Cozic
|
d1fc69ffbe
|
Desktop, Cli: Prevent PDF and HTML export from failing when a plugin references a non-existent file
|
2024-12-10 14:12:48 +01:00 |
|
Henry Heino
|
ca9759738f
|
Merge remote-tracking branch 'origin/release-3.1' into dev
|
2024-12-09 08:29:56 -08:00 |
|
Henry Heino
|
9c4142fcd2
|
Desktop: Fixes #11457: Fix crash on startup if old read-only items are in the trash (#11458)
|
2024-12-09 16:52:45 +01:00 |
|
Laurent Cozic
|
ceea0bc0ad
|
Desktop, Mobile, Cli: Removed deprecation notice on OneDrive sync method
This reverts commit e36f37707f .
Ref: <e36f37707f (commitcomment-150073714) >
|
2024-12-08 16:04:47 +01:00 |
|
Laurent Cozic
|
23032b9417
|
Desktop, Cli, Mobile: Reactivate pCloud synchronisation
|
2024-12-08 16:01:48 +01:00 |
|
renovate[bot]
|
abc2f91623
|
Update dependency @types/node to v18.19.50 (#11470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-12-07 03:01:14 +00:00 |
|
renovate[bot]
|
fee85069ac
|
Update dependency @types/node to v18.19.49 (#11462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-12-03 21:32:47 +00:00 |
|
renovate[bot]
|
24542ca404
|
Update dependency @types/node to v18.19.48 (#11456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-12-01 15:05:49 +00:00 |
|
pedr
|
2f3b388188
|
Desktop: Fixes #11408: Correct file path of OneNote converter on release build (#11410)
|
2024-11-27 12:11:50 +00:00 |
|
Laurent Cozic
|
e652db05e1
|
Desktop: Fixes #11409: Goto Anything fails for long strings (#11436)
|
2024-11-23 16:47:46 +00:00 |
|
Abhinandan
|
48fd5d30f7
|
Doc: Fixed link URL (#11435)
|
2024-11-23 13:27:29 +00:00 |
|
Henry Heino
|
546c75b955
|
Chore: Remove unused function in string-utils.ts (#11413)
|
2024-11-19 16:07:35 +00:00 |
|
renovate[bot]
|
d7b3ef8ddf
|
Update dependency @types/jsdom to v21.1.7 (#11402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-18 18:20:46 +00:00 |
|
Laurent Cozic
|
fb6a807a37
|
Desktop: Trying to fix issue with permission errors when installing a plugin
|
2024-11-17 18:21:49 +00:00 |
|
pedr
|
4d7fa5972f
|
Desktop: Add OneNote Importer (#11392)
|
2024-11-17 16:21:08 +00:00 |
|
Laurent Cozic
|
e36f37707f
|
Desktop, Mobile, Cli: Deprecated OneDrive sync method
Too slow, changes too often and as a result is unreliable. There is a risk of losing notes with this sync method.
|
2024-11-17 10:57:33 +00:00 |
|
Henry Heino
|
84eab775c3
|
Mobile: Accessibility: Improve dialog accessibility (#11395)
|
2024-11-16 21:09:50 +00:00 |
|
Laurent Cozic
|
6eac8d9ccf
|
Plugins: Add support for editor.scrollToText on desktop
|
2024-11-16 11:19:11 +00:00 |
|
Self Not Found
|
fb0bfe6a2b
|
Chore: Fix a flaky test case in crypto.test.ts (#11389)
|
2024-11-14 09:46:22 +00:00 |
|
mrjo118
|
11b33474b7
|
Desktop, Mobile: Fixes #11317: Fix race condition which may cause data loss, particularly before or after pasting text in the note editor (#11334)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
|
2024-11-13 10:11:34 +00:00 |
|
Laurent Cozic
|
6c0258e8a6
|
Desktop, Cli, Mobile: Remove the need for sync locks (#11377)
|
2024-11-12 19:02:44 +00:00 |
|
Laurent Cozic
|
f091c32992
|
Plugins: Add support for editor plugins (#11296)
|
2024-11-10 14:04:46 +00:00 |
|
Laurent Cozic
|
e16f452bdf
|
Desktop: By default disable pasting colors in RTE, and added option to enable it
|
2024-11-09 23:58:15 +00:00 |
|
Laurent Cozic
|
33942d44c8
|
Revert "Desktop: Add OneNote Importer (#10642)"
This reverts commit b248700e28 .
We need to find a solution to make building the Rust package optional
|
2024-11-09 13:42:37 +00:00 |
|
Laurent Cozic
|
551bcc68cf
|
Merge branch 'release-3.1' into dev
|
2024-11-09 13:41:37 +00:00 |
|
Henry Heino
|
a616dc3cd2
|
Desktop: Fix errors found by automated accessibility testing (#11246)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-11-09 12:50:06 +00:00 |
|
pedr
|
b248700e28
|
Desktop: Add OneNote Importer (#10642)
|
2024-11-09 12:47:01 +00:00 |
|
Henry Heino
|
1fca7eddcb
|
Mobile: Fixes #11325: Fix error on creating new notes if the user is a share recipient (#11326)
|
2024-11-08 15:34:39 +00:00 |
|
Henry Heino
|
4a88d6ff7a
|
Desktop: Multiple window support (#11181)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-11-08 15:32:05 +00:00 |
|
pedr
|
0aba14f581
|
Desktop,CLI: Fixes #10653: Change Resource filetype detecting strategy (#10907)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-11-07 13:46:08 +00:00 |
|
Laurent Cozic
|
ce26e085ff
|
Merge branch 'release-3.1' into dev
|
2024-11-04 20:33:15 +00:00 |
|
Laurent Cozic
|
b10a993592
|
Chore: Retrying test that may get stuck
|
2024-11-03 20:25:15 +00:00 |
|
Laurent Cozic
|
4339ae72b6
|
Revert "Update dependency @types/node to v18.19.43 (#11303)"
This reverts commit 82d4c4d4cc .
|
2024-11-03 15:55:04 +00:00 |
|
renovate[bot]
|
82d4c4d4cc
|
Update dependency @types/node to v18.19.43 (#11303)
|
2024-11-03 13:38:16 +00:00 |
|
Laurent Cozic
|
e0b420c288
|
Revert "Update dependency @types/node to v18.19.43 (#11301)"
This reverts commit 8fb85abe1a .
Reason: Breaks CI
|
2024-11-03 12:59:47 +00:00 |
|
Laurent Cozic
|
c9ee4900ef
|
Doc: Fixed plugin API note list images
|
2024-11-02 21:53:51 +00:00 |
|
renovate[bot]
|
8fb85abe1a
|
Update dependency @types/node to v18.19.43 (#11301)
|
2024-11-01 06:05:07 +00:00 |
|
Laurent Cozic
|
c7bb4f0e4b
|
Setup new release 3.2
|
2024-10-30 23:43:30 +00:00 |
|
Henry Heino
|
100f8a23f4
|
Mobile: Camera screen: Support scanning QR codes (#11245)
|
2024-10-30 21:12:27 +00:00 |
|
Henry Heino
|
cce6898d83
|
Chore: Fix CI (#11281)
|
2024-10-28 22:07:49 +00:00 |
|
Laurent Cozic
|
f4ee4a178e
|
Chore: Added tests for renderMarkup command
|
2024-10-27 21:39:44 +00:00 |
|
Laurent Cozic
|
ff09937ca2
|
Plugins: Added a renderMarkup command to render MD or HTML markup to HTML
|
2024-10-27 21:19:38 +00:00 |
|
Self Not Found
|
aa6348c5c2
|
All: Add new encryption methods based on native crypto libraries (#10696)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
Co-authored-by: Henry Heino <personalizedrefrigerator@gmail.com>
|
2024-10-26 21:15:10 +01:00 |
|
Henry Heino
|
f1e5ab8255
|
Desktop: Re-enable media with local file URLs in the note viewer (#11244)
|
2024-10-26 21:08:51 +01:00 |
|
Henry Heino
|
92c13c2991
|
Desktop,Mobile: Add setting to disable markup autocompletion (#11222)
|
2024-10-26 21:04:04 +01:00 |
|
Henry Heino
|
4e7d74e49a
|
Chore: Refactoring: Prefer empty array to KeychainServiceDriverDummy (#11216)
|
2024-10-26 21:02:34 +01:00 |
|
Henry Heino
|
9f5282c8f5
|
Android: Allow switching the voice typing library to Whisper (#11158)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
|
2024-10-26 21:00:56 +01:00 |
|