|
30 | 30 |
|
31 | 31 | ## Version 6
|
32 | 32 |
|
| 33 | +### v6.9.0 |
| 34 | + |
| 35 | +Released on Aug 27, 2025 |
| 36 | + |
| 37 | +#### Goodies for our Supporters: Watermarking, Zip upload, Renamer! |
| 38 | + |
| 39 | +Version 6.9.0 is a major update in the sense that brings three brand new features for our Supporters: |
| 40 | +- Watermarking - Lychee provides now the ability to add watermarks to your photos. This is a highly configurable functionality. Once you have chosen the photo, you can select the transparency, and change the size and position of the watermark to your own taste. It will then be applied to all new photos uploaded to your instance. You can also choose to apply it to existing photos at the click of a button. |
| 41 | +- Upload zip files - You can now upload a zip file containing photos and Lychee will automatically extract the photos and add them to your selected album. This is another great way to upload a large number of photos at once. We recommend that you use queues to allow the processing of the photos to be done in the background. |
| 42 | +- Renamer - This is a small utility which allows you to define some automated renaming rules. All subsequent uploads will have those applied. Those are also applied when doing a server-side sync. This is a great way to enforce a naming convention on your photos. |
| 43 | + |
| 44 | +Just because you are not a Supporter, does not mean that you are left out. In addition to fixing a few bugs we also added a brand new page: Timeline. This page displays your photos in a chronological order, grouped by month and year. On the right side, you will find a small panel to access quickly a specific month and year. |
| 45 | + |
| 46 | +#### Most notable changes |
| 47 | + |
| 48 | +* `SE` #3622 : Add watermarker module by @ildyria. |
| 49 | +* `SE` #3642 : Watermarker job for processing existing albums. by @ildyria. |
| 50 | +* `SE` #3637 : Create a renamer module by @ildyria. |
| 51 | +* `SE` #2562 : Upload zip extract import by @ildyria. |
| 52 | +* `new` #3635 : Change Rename, Move, and Merge icons by @cdzombak. |
| 53 | + > Small visual improvement by @cdzombak to change the icons for rename, move, and merge actions to be more intuitive. |
| 54 | +* `new` #3447, #3448,#3644 : Add timeline page by @ildyria. |
| 55 | + > A new page to display your photos in a chronological order, grouped by month and year. |
| 56 | +* `fix` #3638 : Fix ipad display issues by @ildyria. |
| 57 | + > When using a touch screen with large display, the buttons had their opacity set too low, making them hard to see. |
| 58 | +* `fix` #3640 : Fix rotation by @ildyria. |
| 59 | + > Fix missing arguments in the rotation request. Photos can now be rotated again. |
| 60 | +* `fix` #3643 : Fix duplicates when group and public hidden while admin was used by @ildyria. |
| 61 | + > In some cases, albums were shown as duplicated when the user was admin and the album where shared with a group. |
| 62 | + > We added regression tests to make sure this does not happen again. |
| 63 | +* `fix` #3634 : Fix: Add subfolder support back by @ildyria. |
| 64 | + > This is a very niche feature. Some of our users are using lychee in a subfolder way `example.com/lychee/`, we do not recommend this setup. |
| 65 | + > However for those who do, we fixed the issue that was preventing lychee to work properly. You will need to set the `.env` variables `APP_DIR` and `ASSET_URL` accordingly. |
| 66 | +* `fix` #3632 : Fix tag import by @ildyria. |
| 67 | + > Fix some naming collisions when uploading pictures with tags. |
| 68 | +
|
33 | 69 | ### v6.8.1
|
34 | 70 |
|
35 | 71 | Release on Aug 18, 2025
|
|
0 commit comments