From 2b1def4e7ceb1539e8e2f844089b6c363ea0e829 Mon Sep 17 00:00:00 2001 From: DeclanE <160616898+declan8010@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:41:15 +0000 Subject: [PATCH] fix(blog/docs): Fix Milestone linking for "multi select" and "View Exif" fix(docs): Update "zoodyy" to "yfrey" (#7926) Fix Milestone linking for "multi select" and "View Exif" on Blog; update "zoodyy" to "yfrey" in Docs --- docs/docs/features/automatic-backup.md | 2 +- docs/src/pages/milestones.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/features/automatic-backup.md b/docs/docs/features/automatic-backup.md index b4b3e1fb0d..81444d9f37 100644 --- a/docs/docs/features/automatic-backup.md +++ b/docs/docs/features/automatic-backup.md @@ -10,7 +10,7 @@ If foreground backup is enabled: whenever the app is opened or resumed, it will ## Background backup -Background backup is available thanks to the contribution effort of [@zoodyy](https://github.com/zoodyy) and [@martyfuhry](https://github.com/martyfuhry). +Background backup is available thanks to the contribution effort of [@fyfrey](https://github.com/fyfrey) and [@martyfuhry](https://github.com/martyfuhry). If background backup is enabled. The app will periodically check if there are any new photos or videos in the selected album(s) to be uploaded to the cloud. If there are, it will upload them to the cloud in the background. diff --git a/docs/src/pages/milestones.tsx b/docs/src/pages/milestones.tsx index e672e03267..ea00f486cf 100644 --- a/docs/src/pages/milestones.tsx +++ b/docs/src/pages/milestones.tsx @@ -558,7 +558,7 @@ const items: Item[] = [ title: 'Dark Mode (Web)', description: 'Dark mode on the web.', release: 'v1.32.0', - tag: ' v1.32.0_50-dev', + tag: 'v1.32.0_50-dev', date: new Date(2022, 9, 14), dateType: DateType.RELEASE, }, @@ -621,7 +621,7 @@ const items: Item[] = [ title: 'View Exif', description: 'View metadata about assets.', release: 'v1.3.0', - tag: 'V1.3.0-dev ', + tag: 'v1.3.0-dev ', date: new Date(2022, 2, 22), dateType: DateType.RELEASE, }, @@ -630,7 +630,7 @@ const items: Item[] = [ title: 'Multi Select', description: 'Select and execute actions on multiple assets at the same time.', release: 'v1.2.0', - tag: 'V0.2-dev ', + tag: 'v0.2-dev ', date: new Date(2022, 1, 8), dateType: DateType.RELEASE, },