|
30 | 30 |
|
31 | 31 | ## Version 6
|
32 | 32 |
|
| 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 | +
|
33 | 82 | ### v6.6.0
|
34 | 83 |
|
35 | 84 | Released on May 1, 2025
|
@@ -153,8 +202,6 @@ First and foremost, we celebrate the contribution of @JasonMillward, who has joi
|
153 | 202 | He has been working on the codebase for a while now doing reviews. His first contribution is not only a big one,
|
154 | 203 | but also a very useful one. By re-ordering the steps of photo syncing, he produced 10x speed up.
|
155 | 204 |
|
156 |
| -`SE` refers to functionalities that are aimed at the Supporter Edition. |
157 |
| - |
158 | 205 | #### Most notable changes
|
159 | 206 |
|
160 | 207 | * `new` #3209 : Reorganise pipes when syncing to find and reject duplicates quicker by @JasonMillward.
|
|
0 commit comments