3030
3131## Version 5
3232
33+ ### v5.2.1
34+
35+ Released on Apr 19, 2024
36+
37+ #### Canary
38+
39+ We provide the ` PHOTO_PIPES ` flag in ` .env ` to enable the future code flow to process images.
40+ By default its value is ` false ` .
41+
42+ #### Changes
43+
44+ ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
45+
46+ * ` klo ` #2364 : Avoid crashing when livewire flag is set in tests by @ildyria .
47+ * ` klo ` #2362 : More relevant diagnostic data, less privacy invasive by @ildyria .
48+ * ` new ` via #2363 #2365 #2366 #2367 #2368 #2369 #2371 #2372 #2373 #2374 #2375 #2376 :
49+ Add optional (and future) pipeline flow to process images. This can be enabled by setting
50+ ` PHOTO_PIPES ` to ` true ` in your ` .env `
51+ * ` new ` #2386 : New OAuth provider supported: keycloak by @jsaathof .
52+ * ` new ` #2377 : New per-album setting to set the header image by @aSouchereau .
53+ * ` klo ` #2387 : Remove non existing columns by @ildyria .
54+ * ` fixes ` #2393 : Fix database license type by @ildyria .
55+
3356### v5.2.0
3457
3558Released on Apr 06, 2024
@@ -47,8 +70,6 @@ or open pull requests.
4770
4871#### Changes
4972
50- ` klo ` refers to * Keep the Light On* . In other words, basic software updates.
51-
5273* ` new ` #2242 : No more album ID within the history by @ildyria .
5374* ` new ` #2221 : Remove is_public & deprecated Public smart album by @ildyria .
5475* ` fixes ` #2245 : fix CVE-2020 -8203 by @ildyria .
@@ -122,7 +143,7 @@ If you did not share any links that way, leave as is. Default value is `false`.
122143* ` fixes ` #2215 : Fix import from Dropbox from Livewire side by @ildyria .
123144* ` fixes ` #2211 : Fix upload on smart albums by @ildyria .
124145* ` fixes ` #2219 : Fix search broken when hitting albums by @ildyria .
125- * ` fixes ` #2117 : Add back Download and full size in photo view. by @ildyria .
146+ * ` fixes ` #2117 : Add back Download and full size in photo view by @ildyria .
126147* ` new ` #2226 : Anonymize the paths in the diagnostics by @ildyria .
127148* ` fixes ` #2173 : Fix title not being updated by @ildyria .
128149* ` fixes ` #2176 : Add redirection for legacy links by @ildyria .
0 commit comments