mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
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
This commit is contained in:
parent
08d64f1c25
commit
2b1def4e7c
@ -10,7 +10,7 @@ If foreground backup is enabled: whenever the app is opened or resumed, it will
|
|||||||
|
|
||||||
## Background backup
|
## 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.
|
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.
|
||||||
|
|
||||||
|
@ -558,7 +558,7 @@ const items: Item[] = [
|
|||||||
title: 'Dark Mode (Web)',
|
title: 'Dark Mode (Web)',
|
||||||
description: 'Dark mode on the web.',
|
description: 'Dark mode on the web.',
|
||||||
release: 'v1.32.0',
|
release: 'v1.32.0',
|
||||||
tag: ' v1.32.0_50-dev',
|
tag: 'v1.32.0_50-dev',
|
||||||
date: new Date(2022, 9, 14),
|
date: new Date(2022, 9, 14),
|
||||||
dateType: DateType.RELEASE,
|
dateType: DateType.RELEASE,
|
||||||
},
|
},
|
||||||
@ -621,7 +621,7 @@ const items: Item[] = [
|
|||||||
title: 'View Exif',
|
title: 'View Exif',
|
||||||
description: 'View metadata about assets.',
|
description: 'View metadata about assets.',
|
||||||
release: 'v1.3.0',
|
release: 'v1.3.0',
|
||||||
tag: 'V1.3.0-dev ',
|
tag: 'v1.3.0-dev ',
|
||||||
date: new Date(2022, 2, 22),
|
date: new Date(2022, 2, 22),
|
||||||
dateType: DateType.RELEASE,
|
dateType: DateType.RELEASE,
|
||||||
},
|
},
|
||||||
@ -630,7 +630,7 @@ const items: Item[] = [
|
|||||||
title: 'Multi Select',
|
title: 'Multi Select',
|
||||||
description: 'Select and execute actions on multiple assets at the same time.',
|
description: 'Select and execute actions on multiple assets at the same time.',
|
||||||
release: 'v1.2.0',
|
release: 'v1.2.0',
|
||||||
tag: 'V0.2-dev ',
|
tag: 'v0.2-dev ',
|
||||||
date: new Date(2022, 1, 8),
|
date: new Date(2022, 1, 8),
|
||||||
dateType: DateType.RELEASE,
|
dateType: DateType.RELEASE,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user