You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,37 @@
30
30
31
31
## Version 7
32
32
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
0 commit comments