|
30 | 30 |
|
31 | 31 | ## Version 6 |
32 | 32 |
|
| 33 | +### v6.6.12 |
| 34 | + |
| 35 | +Released on Jun 26, 2025 |
| 36 | + |
| 37 | +#### Persian, Right to Left (RTL) support, and invite links! |
| 38 | + |
| 39 | +This is a small release that brings a few new features. A few weeks ago we added support for Arabic, |
| 40 | +but that was without the proper reading direction support. By adding support for Persian, we also took the |
| 41 | +time to add a full Right to Left (RTL) integration. There might still be some light display issues, |
| 42 | +but we are confident our middle eastern users will appreciate this. |
| 43 | + |
| 44 | +A bug that has been pleaguing lychee for a while was that on mobile, the album header bar was disappearing when switching |
| 45 | +to the photo view. We completely rewrote the way the header bar is displayed and this is now fixed. |
| 46 | + |
| 47 | +In version 6.6.6 we added a new registration page. This was either on or off, but there was no way to filter who could register. |
| 48 | +This release adds the ability to create invite links. As a result, you can keep the registration page disabled and create invite |
| 49 | +links that you can share with your friends. |
| 50 | + |
| 51 | +* `new` #3419 : Add Persian language and fix LTR and RTL display by @ildyria. |
| 52 | +* `new` #3435 : Do not log queries which are faster than 100ms by default by @ildyria. |
| 53 | + > We added the .env variable `DB_LOG_SQL_MIN_TIME` which allows to you set the minimum time in ms |
| 54 | + > for a query to be logged. Any SQL queries faster than this will be ignored. |
| 55 | + > This is not something that is visible to the user, and more of a debugging/profiling feature. |
| 56 | +* `fixes` #3494 : fix disappearing header bar on mobile by @ildyria. |
| 57 | +* `new` #3433 : Add backend and frontend for simple invitation links by @ildyria. |
| 58 | +* `new` #3458 : Add quick setup to run pgsql locally with tests by @ildyria. |
| 59 | + > We added a small pgsql docker compose file a postgresql database setup. This is not meant to be used in production, |
| 60 | + > but it will allow us to easilly run our test suite locally with a postgresql database. |
| 61 | +
|
| 62 | +#### Credits |
| 63 | + |
| 64 | +We would like thank my colleague [@foadalavi](https://github.com/foadalavi) for taking the time to review the Persian translations. |
| 65 | + |
33 | 66 | ### v6.6.11 |
34 | 67 |
|
35 | 68 | Released on Jun 23, 2025 |
|
0 commit comments