Skip to content

Commit e23da3e

Browse files
ildyriaCopilotd7415
authored
version 6.6.1 (#203)
* version 6.6.1 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * Update docs/releases.md Co-authored-by: Copilot <[email protected]> * Update docs/releases.md Co-authored-by: Martin Stone <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Martin Stone <[email protected]>
1 parent d621de4 commit e23da3e

File tree

2 files changed

+51
-4
lines changed

2 files changed

+51
-4
lines changed

docs/releases.md

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

3131
## Version 6
3232

33+
### v6.6.1
34+
35+
Released on May 12, 2025
36+
37+
#### Weblate integration, improved pdf support & live metrics
38+
39+
As you most likely noticed, most of the translations in Lychee are gone since version 6.
40+
This is due to the hard reset of the localization files. However in order to get back to our
41+
former localized state, we have integrated Weblate in our workflow.
42+
43+
Weblate is a web-based translation management system that allows you to translate Lychee in your own language.
44+
The changes are then proposed to our repository and we can easily integrate them in our codebase.
45+
If you have a bit of time, we would be very grateful if you could help us translate Lychee in your own language.
46+
You can do this by going to [https://weblate.lycheeorg.dev/languages/](https://weblate.lycheeorg.dev/languages/)
47+
and create an account or add suggestions directly.
48+
49+
Aside from this new translation effort, we ought to thank @mitpjones for his work on the pdf support.
50+
He proposed easy changes which allow to display the first page of the pdf file in the thumbnail view.
51+
This is a nice addition to the pdf support we already had in Lychee.
52+
53+
Finally, version 6.6.1 also brings a few bug fixes and a new feature for our Supporter Edition users:
54+
Live Metrics. This feature allows you to see the number of visits/downloads/shares of your photos/albums in real time.
55+
56+
#### Most notable changes
57+
58+
`SE` refers to functionalities that are aimed at the Supporter Edition.
59+
60+
* `SE` #3260 : Add end points for LiveMetrics by @ildyria.
61+
> This feature is disabled by default. We add the ability to have a live update
62+
> of the visits/downloads/sharing actions on your Lychee instance.
63+
* `fixes` #3309 : Trying to follow symbolic links by @ildyria.
64+
> We noticed that in the case of docker containers, the space computation in the diagnostics page was not
65+
> returning the correct value.
66+
* `fixes` #3310 : Fix 422 error on Photo Metrics by @ildyria.
67+
> Randomly, the metrics sent to the server were not giving the correct photo id value.
68+
> This would trigger an error 422, we now avoid to send the data if the photo id is empty.
69+
* `fixes` #3311 : Forgot to add 'self' to csp object policies by @ildyria.
70+
> With the improved support of pdf files, we forgot to add the self policy to the CSP object policies.
71+
> As a result, the pdf files were not loading in the browser. This is now fixed.
72+
* `fixes` #3320 : Use Medium image size for OpenGraph metadata by @cdzombak.
73+
> When loading the OpenGraph metadata, we were using the small image size.
74+
> Some integrations consider this size too small and refuse to load the image.
75+
> This aims to fix that behaviour.
76+
* `SE` #3324 : Fix registration control flow always returning false by @ildyria.
77+
> The registration process was not working properly and always returning false,
78+
> as a result workarounds to set the registration key had to be used. This is now fixed.
79+
* `new` #3329 : Add thumbs creation for pdf if enabled in Imagick by @mitpjones.
80+
> @mitpjones suggested to allow imagick to create thumbs for pdf files (if available).
81+
3382
### v6.6.0
3483

3584
Released on May 1, 2025
@@ -153,8 +202,6 @@ First and foremost, we celebrate the contribution of @JasonMillward, who has joi
153202
He has been working on the codebase for a while now doing reviews. His first contribution is not only a big one,
154203
but also a very useful one. By re-ordering the steps of photo syncing, he produced 10x speed up.
155204

156-
`SE` refers to functionalities that are aimed at the Supporter Edition.
157-
158205
#### Most notable changes
159206

160207
* `new` #3209 : Reorganise pipes when syncing to find and reject duplicates quicker by @JasonMillward.

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.6.0"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.0 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.6.1"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.6.1 is now available! »</a
1515
>
1616
<a
1717
target="_blank"

0 commit comments

Comments
 (0)