From 8863580f79bf83197688ebe618a7c1338b6deaa9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:39:42 -0400 Subject: [PATCH 1/7] link: tasks.org Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown.md b/docs/markdown.md index 2b73c9e..dbe31a0 100644 --- a/docs/markdown.md +++ b/docs/markdown.md @@ -38,7 +38,7 @@ description` ### Links -`[Link](https://tasks.org)` -> [Link](https://tasks.org) +`[tasks.org](https://tasks.org)` -> [tasks.org](https://tasks.org) ### Ordered list ``` From 52ca256ec3fe7f0858ee81fb3d4dd0736b94e7df Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:40:48 -0400 Subject: [PATCH 2/7] link: Add the ability to get/set task due time via API (128979662) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/sync_google_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync_google_tasks.md b/docs/sync_google_tasks.md index 08c41f4..42c5c61 100644 --- a/docs/sync_google_tasks.md +++ b/docs/sync_google_tasks.md @@ -39,7 +39,7 @@ early 2019. Unfortunately the third-party Google Tasks API did not receive a similar update, so this data is not available to third-party clients like Tasks. You can read more on Google's public issue tracker -[here](https://issuetracker.google.com/issues/128979662) and +[Add the ability to get/set task due time via API (128979662)](https://issuetracker.google.com/issues/128979662) and [here](https://issuetracker.google.com/issues/36759725) ### Additional features From 891734a73fbf655375a939633f2c8eee6c25539e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:40:52 -0400 Subject: [PATCH 3/7] link: Reminders and Recurring Tasks (36759725) Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/sync_google_tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync_google_tasks.md b/docs/sync_google_tasks.md index 42c5c61..ddcb7c2 100644 --- a/docs/sync_google_tasks.md +++ b/docs/sync_google_tasks.md @@ -40,7 +40,7 @@ similar update, so this data is not available to third-party clients like Tasks. You can read more on Google's public issue tracker [Add the ability to get/set task due time via API (128979662)](https://issuetracker.google.com/issues/128979662) and -[here](https://issuetracker.google.com/issues/36759725) +[Reminders and Recurring Tasks (36759725)](https://issuetracker.google.com/issues/36759725) ### Additional features From 84f4ed823876fe60b5d7ec2f4b0ca52d918366c2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:42:18 -0400 Subject: [PATCH 4/7] link: Google Play: App: Tasks.org: to-do list & tasks Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/beta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/beta.md b/docs/beta.md index e914b7d..6b41104 100644 --- a/docs/beta.md +++ b/docs/beta.md @@ -11,8 +11,8 @@ New releases for Tasks are available to beta testers before they are released pu ### To join the beta test channel -Visit [here](https://play.google.com/apps/testing/org.tasks) and click 'Become a tester' +Visit [Google Play: App: Tasks.org: to-do list & tasks](https://play.google.com/apps/testing/org.tasks) and click 'Become a tester' ### To leave the beta test channel -Visit [here](https://play.google.com/apps/testing/org.tasks) and click 'Leave the program' +Visit [Google Play: App: Tasks.org: to-do list & tasks](https://play.google.com/apps/testing/org.tasks) and click 'Leave the program' From c092ac8f2ce809d78441c415b3e2b1df3033528b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:35:19 -0400 Subject: [PATCH 5/7] spelling: microsoft Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/sync_microsoft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync_microsoft.md b/docs/sync_microsoft.md index 2dfbaf6..0baee39 100644 --- a/docs/sync_microsoft.md +++ b/docs/sync_microsoft.md @@ -6,7 +6,7 @@ title: Microsoft To Do ⚠️ Microsoft To Do support is in early access. This feature must be enabled by toggling on `Settings > Advanced > Microsoft To Do sync` in Tasks v14.4+ -Micorsoft To Do is a popular task service offered by Microsoft. To Do can be accessed from a variety of first-party +Microsoft To Do is a popular task service offered by Microsoft. To Do can be accessed from a variety of first-party apps. Microsoft To Do support is available without a subscription. To get started tap From bdf89711807d2b67d72dbd5c6525ddfb0fa83073 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:35:35 -0400 Subject: [PATCH 6/7] spelling: multilingual Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index fbf947b..22b04d6 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -37,7 +37,7 @@ const features = [ ), }, { - title: 'Customizable and mutilingual', + title: 'Customizable and multilingual', imageUrl: 'img/undraw_personal_settings_kihd.svg', description: ( <> From ed557870cb01ac837a5798b4a091882e7ca2a40c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:39:15 -0400 Subject: [PATCH 7/7] spelling: work around Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/manual_sort_mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual_sort_mode.md b/docs/manual_sort_mode.md index f5e38de..958bbd8 100644 --- a/docs/manual_sort_mode.md +++ b/docs/manual_sort_mode.md @@ -25,7 +25,7 @@ into a subtask ### Google Tasks You must toggle on `☰ > Synchronization > Google Tasks > Custom order -synchronization fix` to workaround a [long-standing +synchronization fix` to work around a [long-standing bug](https://issuetracker.google.com/issues/132432317) in the Google Tasks API. This setting will force Tasks to always perform a full synchronization of your custom ordering and subtask information