Skip to content

Commit ec22f87

Browse files
ildyriad7415
andauthored
version 6.5.3 (#198)
--------- Co-authored-by: Martin Stone <[email protected]>
1 parent f2b937a commit ec22f87

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

docs/releases.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,36 @@
3030

3131
## Version 6
3232

33+
### v6.5.3
34+
35+
Released on Apr 27, 2025
36+
37+
#### Description in thumbs and fixes
38+
39+
This small release is mostly targeted at fixing a few bugs. Though if you are a SE user,
40+
you will want to upgrade to this version as soon as possible as it solves the error 500 when the metrics
41+
module is enabled and trying to open album with recently uploaded photos.
42+
43+
`klo` refers to *Keep the Light On*. In other words, basic software updates.
44+
45+
* `new` #3263 : Allow description to be used in photo thumb (expert setting) by @ildyria
46+
> A small request from one of our user. This allows to display the description of the photo instead of
47+
> its title and date of capture in the thumbnail album view. This text is formatted with markdown and the display
48+
> in album view is clamped to a maximum of 3 lines.
49+
* `fixes` #3288 : Fixes and minor QoL by @ildyria
50+
> Grouping of multiple fixes and minor changes:
51+
>
52+
> - Fixes the links when clicking on a photo in the favourite page.
53+
> - Fixes the Go Back link on the Map and on the Frame pages.
54+
> - Fixes the login button not working on the change log page (we now have a link back to the gallery page instead).
55+
> - Make the side border of the timeline disappear on mobile. We are already limited in pixel real estate, no need to have a border.
56+
* `fixes` #3293 : Fix stats not being saved when uploaded. by @ildyria
57+
> SE users with version 6.5.0 and above will have noticed that after enabling the metrics and uploading new pictures,
58+
> this would later result in a 500 error when visiting the containing album. This updates solves this issue.
59+
* `klo` #3290 : Improve errors display by @ildyria
60+
> This update is mostly for devs and error handling in the front-end.
61+
> This panel is only visible in debug mode and not intended for general users.
62+
3363
### v6.5.2
3464

3565
Released on Apr 24, 2025
@@ -49,8 +79,6 @@ With this we get rid of 3 minor bugs that were reported by our users.
4979
5080
#### Other boring changes
5181

52-
`klo` refers to *Keep the Light On*. In other words, basic software updates.
53-
5482
* `klo` #3250 : Localization for timeline by @ildyria.
5583
> This is preparatory work for the timeline page. Unfortunately due to the current architecture of Lychee,
5684
> we will have to park the rest of this feature for a while. Some more heavy refactoring are needed.

src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
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.2"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.2 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.5.3"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.5.3 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)