Masatoshi Ogiwara
725df6f6f7
web: fix duplicate task id in deleteItemsFromTrash ( #10286 )
...
deleteItemsFromTrash reused the "restoreItems" task id from
restoreItemsFromTrash (copy-paste), so a permanent-delete and a
restore running close together shared the same status entry: the one
that finished first cleared the other's progress indicator, and the
displayed status text could reflect the wrong operation. Give the
delete task its own "deleteItems" id.
Signed-off-by: zigzagdev <msts.oo0131@gmail.com >
2026-08-27 09:03:58 +05:00
Abdullah Atta
c9c4936d9e
Merge pull request #10251 from streetwriters/core/fix-password-recovery
...
Fix account recovery
2026-08-25 19:22:07 +05:00
01zulfi
9190a1de3f
web: persist theme's color scheme when setting a new theme ( #10270 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-25 09:46:58 +05:00
Abdullah Atta
ee419e514c
web: fix Requiring @playwright/test second time when running tests ( #10252 )
2026-08-18 10:29:06 +05:00
Abdullah Atta
04f9ff41a0
web: verify encryption key during password reset
2026-08-17 19:12:28 +05:00
01zulfi
72351960fa
web: fix trailing slash when saving cors proxy url
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 14:44:58 +05:00
01zulfi
85458932de
web: bump version to 3.4.6
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 14:07:02 +05:00
Abdullah Atta
4e1acc292d
web: Improve auth ui on web/desktop ( #10218 )
...
* web: improve auth ui
* web: fix password show/hide icons
* web: fix auth form width
* web: fix minor ui issues with back button & recovery view
2026-08-17 11:41:18 +05:00
01zulfi
a40e11f2d4
web: preserve port in cors proxy url ( #10234 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-17 10:10:54 +05:00
Abdullah Atta
87aa98b85e
global: move everything to notesnook.com/help/* ( #10238 )
2026-08-14 12:34:07 +05:00
01zulfi
8d56564221
web: fix notes not exporting from archive list multiple selection ( #10230 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-14 08:28:42 +05:00
01zulfi
d647eb8187
web: show error when unlock note password is empty ( #10231 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-08-13 08:36:12 +05:00
Abdullah Atta
729c410602
global: update intl & lockfiles
2026-07-28 19:53:37 +05:00
01zulfi
0dc89ba945
web: bump version to 3.4.5
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-28 19:52:47 +05:00
Abdullah Atta
bb51244fa3
editor: update prosemirror packages ( #10158 )
...
* editor: update prosemirror packages
* editor: fix `__serializeForClipboard` usage
2026-07-28 19:46:51 +05:00
Abdullah Atta
b5ac41c29b
web: improve "skip & go directly to app" wording ( #10167 )
2026-07-28 19:46:23 +05:00
Abdullah Atta
771a8bb4e3
web: fix editor undo history reset on image delete ( #10143 )
2026-07-25 08:55:58 +05:00
Chloe Oletto
987671e59c
web: fix web-clipper crash on clipped file. ( #10127 )
...
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
2026-07-21 12:45:13 +05:00
01zulfi
109e46bd06
web: bump version to 3.4.4
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-13 12:28:07 +05:00
01zulfi
1aa73c1f23
web: update editor's font size dynamically when default font size setting changes ( #10047 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-10 09:39:21 +05:00
01zulfi
36bacce3ac
web: bump version to 3.4.3
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-06 10:47:13 +05:00
01zulfi
6cc9b8d1e1
web: add top margin to unlock view error text ( #10030 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-02 08:45:49 +05:00
01zulfi
e931423eba
web: show success toast when copying note link in context menu ( #10027 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-02 08:45:41 +05:00
01zulfi
743d47e9e9
web: verify old password before creating backup during password update ( #10031 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-02 08:45:26 +05:00
Abdullah Atta
0b0a4f1b6f
web: bump version to 3.4.2
2026-07-01 11:52:50 +05:00
Abdullah Atta
b2ed115011
Merge pull request #10034 from streetwriters/release/3.4.1
...
Release v3.4.1
2026-06-30 20:32:34 +05:00
Abdullah Atta
3447e8133c
web: bump version to 3.4.1
2026-06-30 20:15:54 +05:00
01zulfi
08cf21b05a
web: compress image in realtime for better UX in attach files dialog ( #9899 )
...
* web: compress image in realtime for better UX in attach files dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: refactor
* web: fix "done" button is disabled
* theme: improve switch styles
* web: improve bulk attachment processing & ux
* web: fix `attachFile` is not a function
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-06-30 19:31:42 +05:00
Abdullah Atta
c0872c98a8
desktop: fix deep linking not working
2026-06-30 09:43:29 +05:00
01zulfi
f2173a42d9
web: add confirmation before deleting failed inbox items
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:29 +05:00
01zulfi
146216949d
web: update publish view popup when monographs sync ( #10007 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:03 +05:00
01zulfi
da48cf0bd1
web: don't show monograph view count when self destruct enabled
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:03 +05:00
01zulfi
82e2953bc8
web: fix paragraph color in inbox settings for dark mode
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:03 +05:00
01zulfi
fc244b1196
core: delete linked inboxHistoryItem's on permanent note deletion
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:03 +05:00
01zulfi
98ecad3450
web: bump version to 3.4.0
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:43:03 +05:00
Abdullah Atta
54dcbd9be6
web: bump importer to 2.4.5
2026-06-30 09:42:42 +05:00
Abdullah Atta
d26c99c487
web: continue importing if an error occurs but highlight the error clearly
2026-06-30 09:42:42 +05:00
01zulfi
0922d9d833
web: support colornote importer ( #9985 )
...
* docs: add import from colornote page
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: add support for colornote importer
* add colornote password input field
* add support for importing reminders
* fix archived notes import
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* docs: update import from colornote page
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: use PromptDialog instead of field in colornote importer's password option
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* docs: code review suggestion
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* intl: update strings
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-30 09:42:42 +05:00
Abdullah Atta
936b6cb4aa
Merge branch 'master' into beta
2026-06-23 08:34:57 +05:00
Abdullah Atta
eb75df360f
web: editor transactions with ignoreEdit will no longer trigger save
2026-06-17 21:44:34 +05:00
01zulfi
3122e8a379
web: don't ask for account password for vault deletion for not logged in users
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-17 09:02:30 +05:00
Ammar Ahmed
528812d69d
Merge branch 'master' into beta
2026-06-16 12:54:30 +05:00
01zulfi
b4f3593966
web: fix recovery view header overflow on small screens ( #9975 )
...
* web: fix recovery view header overflow on small screens
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: fix long emails being truncated in recovery screen
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-15 20:16:50 +05:00
Abdullah Atta
1a6c752c57
web: bump version to 3.4.0-beta.1
2026-06-11 09:25:33 +05:00
01zulfi
c7e0225535
core: handle triggerSync & inboxUpdated SSEs ( #9963 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-11 09:23:56 +05:00
Abdullah Atta
9c103ea0e3
Merge branch 'master' into beta
2026-06-10 17:39:44 +05:00
01zulfi
ca4368a08e
web: bump version to 3.3.23
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-08 10:43:42 +05:00
Abdullah Atta
b7bd06c9f3
Release v3.3.22 ( #9952 )
...
* web: fix file size is 0 error on attachment upload (#9951 )
* web: bump version to 3.3.22
2026-06-06 09:48:03 +05:00
Abdullah Atta
766a8f28d4
web: bump version to 3.3.22
2026-06-06 09:22:20 +05:00
Abdullah Atta
86512b5ce7
web: fix file size is 0 error on attachment upload ( #9951 )
2026-06-06 09:10:29 +05:00