30
30
31
31
## Version 6
32
32
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 occurence 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 preparationary 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 duplicates 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, type script was complaining about missing the type of the components.
64
+ > This is now fixed.
65
+ * ` klo ` #3274 : Version 6.5.2 by @ildyria .
66
+
67
+
68
+ ** Full Changelog** : https://github.com/LycheeOrg/Lychee/compare/v6.5.1...v6.5.2
69
+
33
70
### v6.5.1
34
71
35
72
Released on Apr 21, 2025
@@ -53,7 +90,6 @@ First and foremost, we celebrate the contribution of @JasonMillward, who has joi
53
90
He has been working on the codebase for a while now doing reviews. His first contribution is not only a big one,
54
91
but also a very useful one. By re-ordering the steps of photo syncing, he produced 10x speed up.
55
92
56
- ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
57
93
` SE ` refers to functionalities that are aimed at the Supporter Edition.
58
94
59
95
#### Most notable changes
0 commit comments