My-Weekly-ToDo-List/prisma/migrations
mARTin 7bc43d3c98 feat: add hyperlink support to tasks
Option A — URL field per task:
- New url String? column in Task schema (migration: 20260403_add_task_url)
- Link icon button in GridTaskBlock action bar; click to open inline URL popup
  with input, clear (×) button, and open-in-new-tab shortcut
- Blue link indicator shown inline on the task card when a URL is set
- updateTaskUrl() in WeeklyView persists to DB via PATCH /api/tasks

Option B — Rich text notes with inline hyperlinks:
- GridTaskBlock notes popup upgraded from plain markdown textarea to
  RichTextEditor (Tiptap), which already has bold/italic/underline/
  bullet/blockquote/link toolbar and full link support
- Notes now save on every change via onChange (no blur required)

v1.82.0
2026-04-03 15:04:44 +02:00
..
20260220_add_goal_font_settings feat: Goal persistence, font settings, z-index fix, task sync, and scope fix 2026-02-20 17:06:38 +01:00
20260220_add_goal_scope fix: Switch Apple Reminders to CalDAV, restore date picker, add goal scope 2026-02-20 18:23:37 +01:00
20260220_add_soft_delete feat: Add soft delete, remove Apple Reminders, improve Google Tasks sync 2026-02-21 09:04:49 +01:00
20260224_add_missing_columns feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
20260224_add_missing_tables feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
20260224_add_task_checkboxes feat: add setting to show task checkboxes in weekly view 2026-02-25 12:59:55 +01:00
20260301_add_account_projects_cache_settings fix: add missing migrations and fix deploy script failures 2026-03-10 15:59:37 +01:00
20260303_add_ext_expires_in fix(prisma): manual sql migration for ext_expires_in 2026-03-03 15:23:15 +01:00
20260310_add_someday_tab feat: add someday list tabs and side navigation arrows 2026-03-10 21:15:46 +01:00
20260310_add_weekday_date_quote_settings fix: add missing migrations and fix deploy script failures 2026-03-10 15:59:37 +01:00
20260311_add_kanban_stage feat: add Kanban board view with customizable stages 2026-03-11 09:15:11 +01:00
20260319_add_missing_user_columns fix: add migrations for 10 missing User columns 2026-03-19 09:42:27 +01:00
20260319_add_weather_recent_cities fix: add missing migration for weatherRecentCities column 2026-03-19 09:30:03 +01:00
20260403_add_task_url feat: add hyperlink support to tasks 2026-04-03 15:04:44 +02:00
20260130171312_init_complete_schema feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
20260206172137_add_scheduled_date feat: localize app to German and add configurable day hours 2026-02-09 12:11:52 +01:00
20260211145615_add_focus_timer_duration Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00
20260218202255_add_external_task_fields feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
migration_lock.toml feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00