Skip to content

Commit 3d6efc6

Browse files
authored
Version 7.3.3 (#277)
1 parent dfe1e8d commit 3d6efc6

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

docs/releases.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,37 @@
3030

3131
## Version 7
3232

33+
### v7.3.3
34+
35+
Released on Feb 15th, 2026
36+
37+
#### Bulgarian language, fixes and improvements
38+
39+
This is a small patch which brings a few fixes and improvements. The most notable one is the addition of Bulgarian translations, thanks to our new contributor `@tkulev`. Additionally, `@cdzombak` added the possibility to filter embedded albums/streams by author using the data-author attribute.
40+
We also propose two new smart albums: "My rated pictures" and "My best rated pictures". The first one contains all the photos that you have rated, while the second one contains the best rated photos by you. Those albums are only visible to you and are a great way to quickly access your favorite photos.
41+
42+
This patch also contains a FrankenPHP update to fix some security issues. You can read more about it [here](https://github.com/php/frankenphp/releases/tag/v1.11.2)
43+
44+
#### Most notable changes
45+
46+
* `new` #4041 : Add 2 new smart albums: "My rated pictures" and "My best rated pictures" by @ildyria.
47+
* `new` #4046 : Add setting to also hide GPS data by @ildyria.
48+
* `fix` #4048 : Fix settings not being set for default album protection policy by @ildyria.
49+
* `fix` #4049 : Fix delete warning in tags albums by @ildyria.
50+
* `fix` #4070 : Fix migration failing when rerun by @ildyria.
51+
* `new` #4080 : Adding Bulgarian translations by @tkulev.
52+
* `fix` #4084 : Copy built album-embed assets into Docker images by @cdzombak.
53+
* `new` #4083 : Allow filtering embedded albums/streams by author using data-author attribute by @cdzombak.
54+
* `klo` #4085 : Move notes on embeds feature from .ai to docs/specs/4-architecture/feature by @cdzombak.
55+
* `fix` #4086 : Bump frankenphp by @ildyria.
56+
* `klo` #4091 : Fix docker compose in readme by @ildyria.
57+
* `fix` #4092 : Fix zip first install by @ildyria.
58+
59+
#### New Contributors
60+
61+
* @tkulev made their first contribution in https://github.com/LycheeOrg/Lychee/pull/4080
62+
63+
3364
### v7.3.2
3465

3566
Released on Jan 29th, 2026

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/v7.3.2"
14-
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 7.3.2 is now available! »</a
13+
href="https://github.com/LycheeOrg/Lychee/releases/tag/v7.3.3"
14+
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 7.3.3 is now available! »</a
1515
>
1616
<!-- <a
1717
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"

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.3.3', date: 'Feb 15, 2026', title: 'Bulgarian and small features', type: 'bugfix', highlights: ['Bulgarian language', 'Rated smart albums', 'embed filters'] },
1112
{ version: 'v7.3.2', date: 'Jan 29, 2026', title: 'Hotfix - Album interactions & migration', type: 'bugfix', highlights: ['Album interactions', 'Edge case of Migrations not applied'] },
1213
{ version: 'v7.3.1', date: 'Jan 28, 2026', title: 'Hotfix - Docker', type: 'bugfix', highlights: ['Add php-ldap dependency to docker image'] },
1314
{ version: 'v7.3.0', date: 'Jan 27, 2026', title: 'LDAP/AD support & UI improvements', type: 'feature', highlights: ['🌟 LDAP/Active Directory support (SE)', 'Photo details drawer open by default option', 'Fixed migration issues'] },
@@ -162,11 +163,11 @@ const getReleaseTypeBadge = (type: string) => {
162163
<div class="mx-auto max-w-3xl pt-12 px-4 sm:px-6">
163164
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
164165
<div class="space-y-2">
165-
<div class="text-4xl font-bold text-primary">7.3.2</div>
166+
<div class="text-4xl font-bold text-primary">7.3.3</div>
166167
<div class="text-sm text-gray-600 dark:text-gray-400 uppercase tracking-wide">Latest Version</div>
167168
</div>
168169
<div class="space-y-2">
169-
<div class="text-4xl font-bold text-primary">113</div>
170+
<div class="text-4xl font-bold text-primary">114</div>
170171
<div class="text-sm text-gray-600 dark:text-gray-400 uppercase tracking-wide">Total Releases</div>
171172
</div>
172173
<div class="space-y-2">

src/pages/support.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ Processed 4742265 bytes, 4.742 megabytes (SI)
111111
},
112112
description: 'dev.',
113113
},
114+
{
115+
title: 'tkulev (Tihomil Kulev)',
116+
image: {
117+
src: 'https://avatars.githubusercontent.com/u/149415?v=4',
118+
alt: 'tkulev',
119+
},
120+
description: 'dev.',
121+
},
114122
// {
115123
// title: 'RonnieTaz (Vicent Simon)',
116124
// image: {

0 commit comments

Comments
 (0)