Commit Graph

  • b3b3a0e5a8 release 1.2.49 develop v1.2.49 Mo Tarbin 2026-08-18 08:50:46 -04:00
  • a92eeaf149 Merge pull request #237 from donetick/missing-translation Mohamad Tarbin 2026-08-18 08:44:45 -04:00
  • 86989362fe fix: standardize section separators in README.md Mo Tarbin 2026-08-18 08:41:48 -04:00
  • cb81749dbf fix: update ESLint ignores and improve i18n audit script readability Mo Tarbin 2026-08-18 08:23:19 -04:00
  • 0bac419c3a feat: enhance localization and user experience across various components Mo Tarbin 2026-08-18 01:31:16 -04:00
  • 1fa4748168 feat: integrate i18n for translation in various components Mo Tarbin 2026-08-18 01:27:57 -04:00
  • c1318a2cc4 feat: add i18n support to Settings and AddTaskModal components Mo Tarbin 2026-08-18 01:11:26 -04:00
  • cc2e656e14 update localization for notifications, colors, and icons across multiple components Mo Tarbin 2026-08-18 00:06:34 -04:00
  • 77f87daeba Release 1.2.48 v1.2.48 Mo Tarbin 2026-08-17 01:34:15 -04:00
  • 64479f0858 Merge pull request #236 from donetick/0815-fixes Mohamad Tarbin 2026-08-17 01:03:36 -04:00
  • 4c235c7d00 Merge branch 'develop' into 0815-fixes Mohamad Tarbin 2026-08-17 01:03:29 -04:00
  • c0d2d5a9ec fix: update terminology from "Report a Bug" to "Report an Issue" across multiple components Mo Tarbin 2026-08-16 18:03:34 -04:00
  • dae647a4be feat: enhance global search with navigation mode and updated action hints Mo Tarbin 2026-08-16 17:56:50 -04:00
  • f27bb79a07 fix: ensure untranslated strings are skipped in Crowdin configuration Mo Tarbin 2026-08-16 17:08:44 -04:00
  • 631d273b02 Merge pull request #174 from scottanderson/eslint3 Mohamad Tarbin 2026-08-16 16:32:25 -04:00
  • d4b21f8f4e Enable CI enforcement and pre-commit hooks Scott Anderson 2026-07-28 22:13:11 -04:00
  • a407606f1c Merge pull request #235 from donetick/eslint3 Mohamad Tarbin 2026-08-16 15:38:12 -04:00
  • 4f21242e39 ran npx prettier -w . Mohamad Tarbin 2026-08-16 15:35:44 -04:00
  • 2a4f085e18 Merge pull request #234 from donetick/eslint3 Mohamad Tarbin 2026-08-16 15:33:13 -04:00
  • 253514a6e9 remove unused view mode logic and simplify card rendering in ArchivedTasks and CompactChoreCard Mo Tarbin 2026-08-16 14:07:54 -04:00
  • e18c829ae7 feat: integrate PostHog for sourcemap uploads and update dependencies Mo Tarbin 2026-08-16 13:52:42 -04:00
  • 9329eaf3a9 update consent handling and remove unused error capture logic Mo Tarbin 2026-08-16 13:13:00 -04:00
  • 292597e7c6 ran npm run lint:fix Mohamad Tarbin 2026-08-16 11:52:40 -04:00
  • e377fb5b06 Merge pull request #233 from donetick/0814-fixes Mohamad Tarbin 2026-08-16 11:32:06 -04:00
  • 84f86032c9 Merge pull request #231 from everysingletear/fix/activities-card-scope Mohamad Tarbin 2026-08-16 11:27:12 -04:00
  • 834db6b39d Merge remote-tracking branch 'origin/develop' into 0814-fixes Mo Tarbin 2026-08-16 02:59:24 -04:00
  • 97453803d6 feat: add new view options and update keyboard shortcuts for improved navigation Mo Tarbin 2026-08-16 02:53:53 -04:00
  • 1c99bd1886 feat: enhance chore management with new modals and filter options Mo Tarbin 2026-08-16 02:46:04 -04:00
  • 5359ae193b add SortAndFilterMenu component and integrate it into various views for enhanced sorting and filtering capabilities Mo Tarbin 2026-08-16 02:16:33 -04:00
  • 325d5e6df7 fix: update assignee filter logic and improve display options in MyChores and ChoreToolbarPrototype Mo Tarbin 2026-08-16 02:07:44 -04:00
  • 79d92ca8c9 add quick actions for creating labels, projects, and filters in GlobalSearchPalette refactor: move stripHtml function to Helpers utility Mo Tarbin 2026-08-16 01:36:20 -04:00
  • 2480049fd1 Improve user feedback and modal behavior in ErrorReportModal and PolicyUpdateModal Mo Tarbin 2026-08-16 01:26:28 -04:00
  • 5c71e4ce58 fix: handle manual bug reports by modifying error structure in submitErrorReport Mo Tarbin 2026-08-16 01:07:55 -04:00
  • 77834aa3c0 fix: add z-index to AppModal handle as ReportIssue modal X was not pressable Mo Tarbin 2026-08-16 00:32:14 -04:00
  • 76fb3500ec fix: update PolicyUpdateModal to open documents in system browser Mo Tarbin 2026-08-16 00:31:47 -04:00
  • 2d5dd81371 Fix : https://github.com/donetick/donetick/issues/794 Mo Tarbin 2026-08-15 21:36:56 -04:00
  • c6f7ce48d8 feat: enhance chore actions with bulk operations and new label detail view Mo Tarbin 2026-08-15 12:33:39 -04:00
  • 64aca507af fix: ChoresOverview does not parse — hook inserted into an object literal everysingletear 2026-08-15 17:02:02 +08:00
  • d813971809 fix: ActivitiesCard crashes — t() in a prop default has no scope everysingletear 2026-08-15 15:45:20 +08:00
  • 7729917611 enhance label search functionality with Fuse.js integration and improved UI Mo Tarbin 2026-08-15 00:45:51 -04:00
  • 96ba672b09 Merge pull request #210 from everysingletear/i18n/chores Mohamad Tarbin 2026-08-15 00:03:09 -04:00
  • 7d36090e46 i18n: extract the chore list and its modals (chores namespace) everysingletear 2026-08-15 09:03:28 +08:00
  • f43369c960 Merge pull request #229 from donetick/revert-175-enable-dependabot Mohamad Tarbin 2026-08-14 18:56:30 -04:00
  • 64fa636413 Revert "Enable dependabot" Mohamad Tarbin 2026-08-14 18:56:17 -04:00
  • c1f6431174 Merge pull request #175 from scottanderson/enable-dependabot Mohamad Tarbin 2026-08-14 18:48:46 -04:00
  • 537ab0568b Merge pull request #216 from everysingletear/i18n/regen Mohamad Tarbin 2026-08-14 18:41:00 -04:00
  • b095f26d61 Merge branch 'develop' into i18n/regen Mohamad Tarbin 2026-08-14 18:40:51 -04:00
  • 2d776e973a Merge pull request #215 from everysingletear/i18n/leftovers Mohamad Tarbin 2026-08-14 18:40:07 -04:00
  • ddb726ad1f Bump version to 1.2.47 v1.2.47 Mo Tarbin 2026-08-14 08:59:25 -04:00
  • 67593ec284 Merge pull request #221 from donetick/0813-fixes Mohamad Tarbin 2026-08-14 08:58:34 -04:00
  • 6bc5982294 fix: update key prop in SelectModal options to use item.id for consistency Mo Tarbin 2026-08-14 08:57:53 -04:00
  • 1dd01e0eca Fix: Fixing Select start render below the modal make it rendioner in modal but keep the modal small so completely overlap with it. fixing that by applying custom global class Mo Tarbin 2026-08-14 08:55:25 -04:00
  • 7ec8bfe7e6 Release 1.2.46 v1.2.46 Mo Tarbin 2026-08-14 01:57:07 -04:00
  • bc62f22e6d Merge pull request #220 from donetick/0812-fixes Mohamad Tarbin 2026-08-14 01:46:35 -04:00
  • 9e9659c9fe fix: update chore ID reference in ChoresOverview and clean up unused code in HistoryDetailModal and AdvancedOptionsSection Mo Tarbin 2026-08-14 01:43:01 -04:00
  • ef7810f2d2 Merge pull request #217 from donetick/l10n_develop Mohamad Tarbin 2026-08-14 01:36:31 -04:00
  • c8c9f46623 Merge pull request #219 from donetick/0812-fixes Mohamad Tarbin 2026-08-14 01:36:12 -04:00
  • 95b31fb14d fix: update STATUS_CONFIG to use labelKey for localization Mo Tarbin 2026-08-14 01:35:26 -04:00
  • cbba7f6b79 Merge pull request #218 from donetick/analytics Mohamad Tarbin 2026-08-14 01:29:02 -04:00
  • fc12f93316 Merge remote-tracking branch 'origin/develop' into analytics Mo Tarbin 2026-08-14 01:26:51 -04:00
  • 27560a078c feat: integrate Plausible analytics script and adjust routing for marketing site Mo Tarbin 2026-08-14 01:13:46 -04:00
  • cf460b3ba7 New translations timer.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:45 -04:00
  • bd54ee6ab8 New translations things.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:44 -04:00
  • 4e0c7eb03c New translations projects.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:43 -04:00
  • 9e6f21fc18 New translations points.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:42 -04:00
  • a71ccbe16b New translations labels.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:40 -04:00
  • dce6ba46f2 New translations history.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:39 -04:00
  • 3d140091d4 New translations filters.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:38 -04:00
  • 3e9c9b465d New translations auth.json (Portuguese, Brazilian) Mohamad Tarbin 2026-08-14 01:05:37 -04:00
  • 578a5dbc84 New translations timer.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:36 -04:00
  • 87a623657f New translations things.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:35 -04:00
  • a1c614d1ff New translations projects.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:34 -04:00
  • bb5acd8204 New translations points.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:33 -04:00
  • b2a3055840 New translations labels.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:32 -04:00
  • 1a06928f8b New translations history.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:31 -04:00
  • 222b24069c New translations filters.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:30 -04:00
  • 92795317fe New translations auth.json (Chinese Simplified) Mohamad Tarbin 2026-08-14 01:05:28 -04:00
  • a77c63b73c New translations timer.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:27 -04:00
  • 415b2af31a New translations things.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:26 -04:00
  • 605eb7f4e6 New translations projects.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:25 -04:00
  • 1163085c61 New translations points.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:24 -04:00
  • 0ed140a9aa New translations labels.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:23 -04:00
  • 57e75d689a New translations history.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:22 -04:00
  • f3808dc0e1 New translations filters.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:20 -04:00
  • dd04d6536c New translations auth.json (Dutch) Mohamad Tarbin 2026-08-14 01:05:19 -04:00
  • 96ccf63367 New translations timer.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:18 -04:00
  • 735b288c40 New translations things.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:17 -04:00
  • 3eedf2bc6b New translations projects.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:16 -04:00
  • 061ca90ef1 New translations points.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:15 -04:00
  • a4f141c7b9 New translations labels.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:14 -04:00
  • f914a4d9bd New translations history.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:13 -04:00
  • 1fabd374ab New translations filters.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:12 -04:00
  • 3bb1cc7114 New translations auth.json (Japanese) Mohamad Tarbin 2026-08-14 01:05:10 -04:00
  • 6b066846c8 New translations timer.json (German) Mohamad Tarbin 2026-08-14 01:05:09 -04:00
  • feae64883b New translations things.json (German) Mohamad Tarbin 2026-08-14 01:05:08 -04:00
  • 78ddbaf4ed New translations projects.json (German) Mohamad Tarbin 2026-08-14 01:05:07 -04:00
  • dedc5f4cdc New translations points.json (German) Mohamad Tarbin 2026-08-14 01:05:06 -04:00
  • a1f609c551 New translations labels.json (German) Mohamad Tarbin 2026-08-14 01:05:05 -04:00
  • 689e390190 New translations history.json (German) Mohamad Tarbin 2026-08-14 01:05:04 -04:00
  • 249434de44 New translations filters.json (German) Mohamad Tarbin 2026-08-14 01:05:03 -04:00