Chris
358f577576
Fix note creation with project assignment ( #927 )
...
Transform project data in createNote to match updateNote behavior.
This ensures project_uid is properly extracted from nested project
object when creating notes with project associations.
Fixes #926
2026-03-09 23:14:44 +02:00
Chris
fbe9ce0703
Fix vulns ( #918 )
2026-03-08 16:47:53 +02:00
Chris
9f61bbbb21
Fix date format to respect timezone preference, not just language ( #898 ) ( #916 )
...
Date fields in the task edit page used i18n.language (e.g. "en") to
determine date format, giving MM/DD for English even when the user's
timezone indicates a DD/MM region (e.g. Europe/Athens).
Enhance resolveUserLocale to derive the country from the user's
timezone and combine it with the language (e.g. "en" + "GR" = "en-GR")
so date formatting follows regional conventions.
2026-03-06 15:44:15 +02:00
Chris
3712d695fc
Show original task names for recurring tasks in search results ( #914 ) ( #915 )
...
Recurring task templates had their names replaced with the recurrence
type label (e.g. "Weekly") in search results, making them unrecognizable.
Skip the display name transform when serializing tasks for search.
2026-03-06 08:57:10 +02:00
DorianStrasser
d416c869f0
Prevent mobile zoom ( #763 )
2026-03-06 08:48:55 +02:00
Chris
3a1b4ca1b4
Load areas into store ( #913 )
2026-03-06 08:46:07 +02:00
Chris
aa686702e9
Fix defer date validation for recurring task instances ( #910 )
...
* Fix defer date validation for recurring task instances
* fixup! Fix defer date validation for recurring task instances
2026-03-05 08:20:30 +02:00
Chris Veleris
ad0f083886
release: v0.89.0-rc.2
2026-03-04 22:25:09 +02:00
Chris
3a3cb0bc36
Include task with subtasks ( #907 )
2026-03-04 21:44:45 +02:00
Chris
6812627a32
Update swagger ( #906 )
2026-03-04 18:47:48 +02:00
Chris
0bde44e460
Fix task name not being saved for new tasks ( #905 )
2026-03-04 18:13:37 +02:00
Chris Veleris
47d270b242
release: v0.89.0-rc.1
2026-03-03 18:07:50 +02:00
Chris
82f7427348
Fix security vulns ( #895 )
2026-03-03 18:07:36 +02:00
Chris
19b90ccc6a
Fix in-progress tasks not appearing in Today and All Tasks views ( #894 )
...
* Fix in-progress tasks not appearing in Today and All Tasks views
* fixup! Fix in-progress tasks not appearing in Today and All Tasks views
2026-03-03 17:11:13 +02:00
Chris
c3832464e2
Fix admin password update silently failing due to Sequelize VIRTUAL field ( #893 )
2026-03-03 15:44:41 +02:00
Chris
121cb70aa3
Fix deferred planned tasks not appearing in Today view after defer time ( #892 )
2026-03-03 12:52:53 +02:00
Chris
74d2027d17
Introduce focus mode in notes ( #891 )
2026-03-03 00:29:03 +02:00
Chris
c656c2aa67
Fix bi-weekly+ recurring tasks reverting to weekly ( #844 ) ( #890 )
2026-03-02 23:36:47 +02:00
Chris
b81abd9bfe
Fix abandoned 'New Task' persisting when navigating away without changes ( #889 )
2026-03-02 18:28:54 +02:00
Chris Veleris
29aad09591
release: v0.89.0-dev.1
2026-03-02 17:47:24 +02:00
Chris
a80e9b5aba
Fix redirect after task deletion to return to originating view ( #887 )
2026-03-01 16:07:02 +02:00
Chris
edc9d214f6
Fix recurring tasks losing name and subtasks on status change ( #886 )
2026-03-01 13:17:54 +02:00
Chris
96db8c1362
Fix 819 ( #869 )
...
* Fix projects order persist to localstorage
* Fix tags page not showing completed tasks
2026-02-27 01:07:08 +02:00
Chris
1167a3a940
Fix projects order persist to localstorage ( #868 )
2026-02-27 00:35:44 +02:00
Rylen Anil
c60f140944
Fix tag links by refreshing tags after creation ( #843 )
2026-02-27 00:34:10 +02:00
Chris
1e69ae59cf
Fix cancelled control tasks and subtasks ( #867 )
2026-02-26 23:54:09 +02:00
Chris
0146b87a4b
Fix status dropdown z-index behind subtasks in project view ( #866 )
2026-02-26 19:53:59 +02:00
Chris
6e3b1b4099
Fix tag validation error messages not shown to user ( #861 )
2026-02-24 14:49:49 +02:00
Chris
782bed235b
Fix Telegram task display bug by escaping backslashes ( #860 )
...
* Fix Telegram task display bug by escaping backslashes
* fixup! Fix Telegram task display bug by escaping backslashes
2026-02-24 14:19:45 +02:00
Chris
a0cd6db1a2
Fix Sunday selection in monthly weekday recurrence ( #859 )
2026-02-24 13:46:48 +02:00
Chris
00121f25d7
Update fonts to use local files ( #858 )
2026-02-24 13:11:52 +02:00
Chris
9c3f0fe851
Fix new task in mobile ( #857 )
2026-02-24 13:03:38 +02:00
Chris
d127070f76
Auto focus on new task ( #856 )
...
* Auto focus on new task
* fixup! Auto focus on new task
2026-02-24 12:28:19 +02:00
Chris
65943e7599
Fix remaining multi-weekday recurrence bugs ( #838 )
2026-02-13 17:07:00 +02:00
Chris Veleris
ca5bd127b8
release: v0.88.5
2026-02-13 15:43:35 +02:00
Chris Veleris
457040fc65
release: v0.88.5-rc.1
2026-02-12 12:20:25 +02:00
Chris Veleris
68e0f592ed
Add support sections
2026-02-12 12:20:14 +02:00
Chris
45aec304a3
Fix project view due date timezone bug and recurring multi-weekday bug ( #836 )
2026-02-12 12:12:24 +02:00
Chris
5a1f0650ae
Fix isEmail validation failure on valid emails during Docker setup ( #835 )
2026-02-11 15:42:11 +02:00
Chris
2ce1c62c48
Fix right padding ( #834 )
2026-02-11 14:06:26 +02:00
Chris
8bc93247d7
Fix timezone missed rollout ( #832 )
2026-02-10 22:28:14 +02:00
Chris
2b4cb0aeb2
Setup infra for reverse proxy ( #831 )
2026-02-10 20:22:51 +02:00
Chris
f8ad3724af
Fix swagger mistake ( #827 )
2026-02-07 23:25:30 +02:00
Chris
d5d8b8f1a7
Fix date comparison bugs causing false past due warnings and Today view miscategorization ( #826 )
2026-02-07 22:40:33 +02:00
Chris
3ee54dbdc7
Fix an issue with breaking inbox input on long strings ( #823 )
2026-02-07 09:03:13 +02:00
Chris
f562101ca5
Fix subtasks dissapearing issue ( #811 )
2026-02-01 14:16:04 +02:00
Михаил Cозонтов
74316dc352
Update translation.json ( #802 )
2026-01-31 08:30:05 +02:00
Chris
2f13d0d4a7
Fix saving subtasks on edit ( #806 )
2026-01-31 08:29:44 +02:00
Konstantin Levinski
e7f23bcff8
Fix link to First Steps in README.md ( #805 )
2026-01-31 00:34:43 +02:00
Chris Veleris
e8fa873f73
release: v0.88.5-dev.3
2026-01-23 23:54:41 +02:00