|
30 | 30 |
|
31 | 31 | ## Version 6 |
32 | 32 |
|
| 33 | +### v6.7.2 |
| 34 | + |
| 35 | +Released on Aug 7, 2025 |
| 36 | + |
| 37 | +#### Login options and fixes |
| 38 | + |
| 39 | +A simple release, we added the ability to disable some login options in order to allow enforcing e.g. Single Sign On (SSO). |
| 40 | +We also fixed a few bugs that were reported by our users. |
| 41 | + |
| 42 | +* `new` #3539 : Add throttling to login api: 10 tentative per hour by @ildyria. |
| 43 | + > This is a security measure to avoid brute-force attacks. |
| 44 | +* `new` #3382 : Add .env variable to disable basic login and WebAuthn login by @ildyria. |
| 45 | +* `new` #3521 : feat: Add a small module for links by @ildyria. |
| 46 | +* `fix` #3567 : fix "command" or "a" independently selecting all items by @cdzombak. |
| 47 | + > This fixes an issue where pressing "command" on mac would select all items in the album view. |
| 48 | +* `fix` #3575 : Mark placeholder as NOT downloadable by @ildyria. |
| 49 | + > Placeholder photos are base64 encoded images in the database. They are not meant to be downloaded. |
| 50 | +* `fix` #3573 : On small screen, remove padding on left & right padding by @ildyria. |
| 51 | + > Small QoL change to remove the padding on the left and right on the photo view. |
| 52 | +* `fix` #3574 : Fix icon showing up in details even when taken-at is null by @ildyria. |
| 53 | +* `fix` #3581 : fix header on album view when search is active by @ildyria. |
| 54 | + > Weird padding appearing when search made available in album view. |
| 55 | +* `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria. |
| 56 | + > Large photos could crash the processing by exceeding the memory limits of Imagick. |
| 57 | + > We gracefully handle this case now and do not crash the CLI. |
| 58 | +* `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria. |
| 59 | + > When moving a photo not as the owner of the photo, the access rights check would crash |
| 60 | + > because the albums relationship was not loaded. |
| 61 | +
|
33 | 62 | ### v6.7.1 |
34 | 63 |
|
35 | 64 | Released on Jul 25, 2025 |
|
0 commit comments