Skip to content

Commit 71747f7

Browse files
committed
Version 7.5.0
1 parent 55823b8 commit 71747f7

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

docs/releases.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,28 @@
3434

3535
Released on Mar 16th, 2026
3636

37-
37+
#### New Search and tag filters
38+
39+
This release brings a major rework of the search of Lychee, as we reworked the tags, the search has been deactivated for them. They are back, furthermore we added possibility to search by landscape/portrait, filter the results based on exif data for more targetted results.
40+
41+
* `new` #4179 : Refactor search by @ildyria
42+
> A complete rewrite of the search capabilities of Lychee, new UI, new UX.
43+
* `new` #4163 : Album filter by @ildyria
44+
> It is now possible to filter the photo results in albums by their tags.
45+
* `fix` #4180 : Prevent copy in non secure context by @ildyria
46+
> When using http, the diagnostic button was not working because missing the secure context.
47+
> We now disable the button completely as there are no work around.
48+
* `fix` #4184 : Fix Masonry (and other layout not being respected) by @ildyria
49+
> It has been brought to our attention that the photo layout was not being applied as per saved in the album setting. This is now fixed.
50+
* `fix` #4188 : Fix missing migration is_starred -> is_highligted by @ildyria
51+
> If some of your albums had the ordering set by highlight, the migration was missing on version 7.4.0.
52+
> This is now fixed.
53+
* `fix` #4189 : Unfortunately, we have to enable unsafe-inline if we are using Paypal by @ildyria
54+
> This is not great, but in order to use paypal jdk, we have to disable the CSP. As a consequence,
55+
> the CSP will be disabled if the PAYPAL_CLIENT_ID is set.
56+
* `fix` #4190 : Fix loading photos on paginated by @ildyria
57+
> When switching to a picture after loading some infinite pagination, the album was reloading the photos.
58+
> As a consequence, the photoId could not be found in the list. This is now fixed.
3859
3960
### v7.4.2
4061

src/pages/roadmap.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const metadata = {
88
99
// Release data extracted from releases.md
1010
const releases = [
11+
{ version: 'v7.5.0', date: 'Mar 16, 2026', title: 'Search revamped', type: 'major', highlights: ['New search UI & UX', 'Tag filters in albums'] },
1112
{ version: 'v7.4.2', date: 'Mar 12, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes to the CSP policy'] },
1213
{ version: 'v7.4.1', date: 'Mar 8, 2026', title: 'Fixes and minor improvements', type: 'bugfix', highlights: ['Fixed potential crash related to missing configurations', 'Added error message for missing ldap extension', 'Allow passing individual file paths to lychee:sync command'] },
1314
{ version: 'v7.4.0', date: 'Mar 1, 2026', title: 'Contact form, Raw support & QoL', type: 'major', highlights: ['🌟 Contact form (SE)', 'RAW image support', 'Remember me', '🌟 Improved album header (Pro Edition)', '🌟 Slugs as album IDs (SE)'] },
@@ -166,11 +167,11 @@ const getReleaseTypeBadge = (type: string) => {
166167
<div class="mx-auto max-w-3xl pt-12 px-4 sm:px-6">
167168
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
168169
<div class="space-y-2">
169-
<div class="text-4xl font-bold text-primary">7.4.2</div>
170+
<div class="text-4xl font-bold text-primary">7.5.0</div>
170171
<div class="text-sm text-gray-600 dark:text-gray-400 uppercase tracking-wide">Latest Version</div>
171172
</div>
172173
<div class="space-y-2">
173-
<div class="text-4xl font-bold text-primary">117</div>
174+
<div class="text-4xl font-bold text-primary">118</div>
174175
<div class="text-sm text-gray-600 dark:text-gray-400 uppercase tracking-wide">Total Releases</div>
175176
</div>
176177
<div class="space-y-2">

0 commit comments

Comments
 (0)