Skip to content

Commit f2b937a

Browse files
ildyriaCopilot
andauthored
version 6.5.2 (#197)
* version 6.5.2 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent d972105 commit f2b937a

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

docs/releases.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,42 @@
3030

3131
## Version 6
3232

33+
### v6.5.2
34+
35+
Released on Apr 24, 2025
36+
37+
#### Minor fixes, nothing exciting
38+
39+
With this we get rid of 3 minor bugs that were reported by our users.
40+
41+
* `fixes` #3270 : Fix Copy and Tag photo right click operation not working by @ildyria.
42+
> The right click options of copy and tags was not working on the album view page when selecting multiple photos.
43+
* `fixes` #3259 : Fix 500 on smart albums by @ildyria.
44+
> Opening a smart album was crashing the server with a 500 error.
45+
> This is because we forgot to add some eager loading on our photo model.
46+
* `fixes` #3273 : Fix taken_at as NaN/NaN/NaN when not existing by @ildyria.
47+
> In the rare occurrence of a picture without exif data being uploaded, the taken_at date is set to empty.
48+
> This created a NaN/NaN/NaN date in the UI dedicated to edition. We now properly handle this case.
49+
50+
#### Other boring changes
51+
52+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
53+
54+
* `klo` #3250 : Localization for timeline by @ildyria.
55+
> This is preparatory work for the timeline page. Unfortunately due to the current architecture of Lychee,
56+
> we will have to park the rest of this feature for a while. Some more heavy refactoring are needed.
57+
> While we could implement the timeline page in the current state, users with duplicate photos would be seeing
58+
> those in that page. We do not consider this a good user experience and we prefer to wait until we have a better solution.
59+
* `klo` #3269 : Add extensions suggestions and lint on JS side by @ildyria.
60+
> In order to make it easier for new contributors to work on the codebase,
61+
> we added a few extensions to the recommended extensions in the `.vscode` folder.
62+
* `klo` #3262 : Fix warnings in route.ts by @ildyria.
63+
> When editing route.ts in vscode, TypeScript was complaining about missing the type of the components.
64+
* `klo` #3274 : Version 6.5.2 by @ildyria.
65+
66+
67+
**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.5.1...v6.5.2
68+
3369
### v6.5.1
3470

3571
Released on Apr 21, 2025
@@ -53,7 +89,6 @@ First and foremost, we celebrate the contribution of @JasonMillward, who has joi
5389
He has been working on the codebase for a while now doing reviews. His first contribution is not only a big one,
5490
but also a very useful one. By re-ordering the steps of photo syncing, he produced 10x speed up.
5591

56-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
5792
`SE` refers to functionalities that are aimed at the Supporter Edition.
5893

5994
#### Most notable changes

src/components/widgets/Announcement.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
>NEW</span
1111
>
1212
<a
13-
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.1"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.1 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.2"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.2 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)