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
01zulfi
5ddf1eddf5
web: validate max date when creating reminder ( #9937 )
...
* web: validate max date when creating reminder
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: skip max date validation on repeat mode in reminder dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-04 13:16:01 +05:00
Asad Ali
4237d2eb4a
desktop: fix spell check issue for non-latin languages #9423 ( #9443 )
...
* desktop: fix spell check issue for non-latin languages #9423
Signed-off-by: Asad Ali <asadali.wolf@gmail.com >
* Delete apps/desktop/src/api/spell-checker.test.ts
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
* desktop: refactor
---------
Signed-off-by: Asad Ali <asadali.wolf@gmail.com >
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-06-04 09:36:34 +05:00
Ammar Ahmed
d1fed9072e
Merge pull request #9890 from kashaf-ansari-dev/fix-duplicate-note-message
...
mobile: add success message after note duplication
2026-06-04 08:52:31 +05:00
kashaf-ansari-dev
55e10e4755
mobile: add success message after note duplication
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-06-03 14:14:07 +05:00
Ammar Ahmed
7c1dd0f79a
Merge pull request #9915 from streetwriters/fix/359-360
...
mobile: fix unable to edit/delete reminder when accessing reminders from note properties
2026-06-03 14:03:41 +05:00
Ammar Ahmed
229cf195a8
Merge pull request #9920 from streetwriters/fix/357
...
Fix screen jerks when opening add reminder screen from note
2026-06-03 14:02:33 +05:00
Ammar Ahmed
38da6ac08b
Merge pull request #9918 from streetwriters/fix/318
...
Fix themes do not load properly on mobile in theme selector
2026-06-03 14:01:58 +05:00
Ammar Ahmed
597dc587cd
Merge pull request #9919 from streetwriters/fix/317
...
Fix subscription not active opens a sheet that keeps loading if there is an error
2026-06-03 14:01:32 +05:00
Ammar Ahmed
5c76b92789
Merge pull request #9893 from kashaf-ansari-dev/fix-publish-password-validation
...
mobile: validate password field before publishing note
2026-06-03 14:01:09 +05:00
Abdullah Atta
8418d5fa9c
Merge pull request #9886 from streetwriters/web/notebook-tag-group-options
...
web: allow notebook/tag/color level group&sort preferences
2026-06-03 13:35:06 +05:00
01zulfi
cd071f8f58
web: ensure full year range is visible in reminder dialog's day picker ( #9928 )
...
* web: ensure full year range is visible in reminder dialog's day picker
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: include boundary years in day picker's fluid year dropdown
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-03 11:52:36 +05:00
01zulfi
32ddc3fa40
web: refresh tag & notebook filtered lists on item rename ( #9923 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-02 15:27:47 +05:00
01zulfi
68d07a7862
web: fix properties panel in focus mode ( #9917 )
...
* allow properties panel to open/close when app is in focus mode
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-02 13:06:50 +05:00
01zulfi
2aa5162fc9
web: set edited date as max date in note creation date edit's day picker ( #9924 )
...
* web: set edited date as max date in note creation date edit's day picker
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: fix creation date not being able to set to same as edited date
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-02 13:02:06 +05:00
01zulfi
cf5565d09d
web: don't allow note expiry to be set beyond 1 year in the future ( #9901 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-02 08:56:21 +05:00
Ammar Ahmed
07db14f6bf
mobile: fix screen jerks when opening add reminder screen from note
2026-06-01 11:53:00 +05:00
Ammar Ahmed
82d37701c5
mobile: fix gap in buttons
2026-06-01 11:09:29 +05:00
Ammar Ahmed
b48ab3c85d
mobile: fix query error on fetching themes in theme-selector
2026-06-01 10:56:35 +05:00
01zulfi
52d7d90b68
web: bump version to 3.3.21
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-06-01 10:21:57 +05:00
Ammar Ahmed
bb7ff4f376
mobile: show error if no active subscription is found
2026-06-01 10:13:31 +05:00
Ammar Ahmed
43b35917ef
mobile: fix subscription not active screen gets stuck on loading on iOS
2026-06-01 09:32:05 +05:00
Ammar Ahmed
bcfa34ca05
mobile: fix unable to edit/delete reminder when accessing reminders from note properties
2026-06-01 08:40:30 +05:00
Abdullah Atta
aab6a36067
Do not refetch user before decrypting each chunk in sync ( #9805 )
...
* core: do not refetch user before decrypting each chunk in sync
* web: fix editor readonly state not updating in realtime
2026-05-25 19:42:03 +05:00
01zulfi
bd3edc535a
web: use getGroupOptionsById & setGroupOptionsById
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-25 15:04:17 +05:00
Ammar Ahmed
3f3467e3a7
mobile: add support for sorting/grouping items based on notebook/tag/color id
2026-05-25 13:21:48 +05:00
kashaf-ansari-dev
886e757715
mobile: removed redundant isLocked check for password field in publish form
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-05-25 11:21:55 +05:00
kashaf-ansari-dev
5c93645969
mobile: migrate publish inputs to FormInput with validation
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-05-23 11:03:00 +05:00
01zulfi
a4c8259a02
web: bump version to 3.3.20 ( #9888 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-22 20:28:04 +05:00
kashaf-ansari-dev
07defdfa78
mobile: validate password field before publishing note
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-05-22 17:15:38 +05:00
01zulfi
fc93a39164
web: fix weird scroll when toggling switch in attach files dialog ( #9891 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-22 15:46:36 +05:00
01zulfi
9b588c50bf
web: fix day picker to allow selecting all months within min/max range ( #9879 )
...
* web: fix day picker to allow selecting all months within min/max range
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: disable month nav buttons if they exceed min/max range in DayPicker
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-22 11:07:21 +05:00
01zulfi
27b00d4ef9
web: allow notebook/tag level group&sort preferences
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-22 10:48:27 +05:00
Ammar Ahmed
91e0437554
Merge pull request #9872 from streetwriters/mobile/release-3.3.24
...
mobile: release v3.3.24
2026-05-20 09:46:10 +05:00
01zulfi
8f8ac25d20
desktop: add support for opening file links ( #9784 )
...
* desktop: add support for opening file links
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: unescape paths with spaces
* web: wrap message in confirm dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* desktop: show message box if path doesn't exist when opening file link
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* desktop: disable opening file links on flatpak
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* desktop: wrap long file paths in electron dialog
* on linux, long messages in dialog aren't wrapped, so we need to wrap manually
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* desktop: fix persistent "path not found" error
* intl: update strings
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-05-19 13:27:46 +05:00
01zulfi
b594d58d31
web: improve attachments UX ( #9718 )
...
* web: improve attaching attachments UX
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: don't couple editor logic in attach files dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: close attach file dialog after single file && remove countdown
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: show file size exceeded message in attach file dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: add 'processing' status message when file picker is opened
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: show "processing" modal after picking files
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-05-19 13:25:17 +05:00
01zulfi
43d3036525
web: fix subscription settings not showing
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-18 13:19:33 +05:00
Ammar Ahmed
f725499039
mobile: release 3.3.24
2026-05-18 12:47:36 +05:00
01zulfi
cd743a92cb
web: bump version to 3.3.19
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-18 10:31:21 +05:00
Abdullah Atta
ea0550cb05
desktop: disable updates for portable desktop app ( #9855 )
...
* desktop: disable updates for portable desktop app
* web: hide setting group if all settings under it are hidden
* web: hide check for updates button on flatpak/snap/portable apps
* desktop: disable auto updates for flatpak/snap/portable apps
2026-05-15 18:59:01 +05:00
Ammar Ahmed
d9d5cb2168
Merge pull request #9832 from streetwriters/fix/310
...
mobile: fix form validation in set your name dialog
2026-05-15 08:42:32 +05:00
Ammar Ahmed
69e509da1c
Merge pull request #9857 from streetwriters/fix/crash-on-upgrade
...
mobile: fix app crashes on upgrade from v2.6.x to v3
2026-05-15 08:41:43 +05:00
Ammar Ahmed
6ba1fda2f2
mobile: fix app crashes on upgrade from v2.6.x to v3
2026-05-14 13:43:20 +05:00
Ammar Ahmed
93efecd6c3
Merge pull request #9839 from streetwriters/mobile/release-3.3.23
...
mobile: release 3.3.23
2026-05-14 10:42:25 +05:00
Ammar Ahmed
70d1119cf0
mobile: fix crash on tap set your name
2026-05-14 09:39:01 +05:00
Ammar Ahmed
3f11b76811
mobile: fix form validation in set your name dialog
2026-05-14 09:38:15 +05:00
01zulfi
d912c93f81
web: fix validation error message on add notebook dialog ( #9852 )
...
* only title is required field
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-14 09:25:21 +05:00
01zulfi
e635bf628a
web: fix expiring notes option on free plan ( #9853 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-05-14 09:25:13 +05:00