Skip to content

Commit b54424e

Browse files
authored
Version 7.7.5 (#332)
1 parent 0d50b10 commit b54424e

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

src/content/docs/docs/getting-started/releases.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,30 @@ sidebar:
99
`SE` refers to functionalities that are aimed at the Supporter Edition.
1010
`Pro` refers to functionalities that are aimed at the Pro Edition.
1111

12+
## Version 7
1213

14+
### v7.7.5
15+
16+
Released on August 23rd, 2026
17+
18+
#### Fixes
19+
20+
A small release, with small quality of life fixes.
21+
22+
* `fix` #4641 : Fix display the warning-misconfiguration.blade.php by @jphuguet.
23+
> On slower connection, the warning about misconfiguration was flashing to the visitor,
24+
> creating confusion.
25+
* `fix` #4646 : Fix time always changing when editing pictures. by @ildyria.
26+
> When updating the time of a photo, there was some timezone conversion which was not properly handled,
27+
> resulting in the time being changed to a different value.
28+
* `fix` #4647 : Fix missing support for livekit by @ildyria.
29+
> When using the livephoto features, they were not displayed properly, this should be fixed.
30+
* `fix` #4658 : Mitigate crashes when the album sizes is larger than 2GB by @ildyria.
31+
> When album sizes are larger than 2GB, the server was crashing due to an overflow.
32+
> We were not able to reproduce the bug, but added mitigations and logs which should handle this error.
33+
* `fix` #4642 : Fix bug on unreleased feature by @jphuguet.
34+
> Secret stuff that are in testing for the next version were a bit broken. Not anymore.
1335
14-
## Version 7
1536

1637
### v7.7.4
1738

src/data/releases.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface Release {
88

99
// Release data extracted from releases.md
1010
export const releases: Release[] = [
11+
{ version: 'v7.7.5', date: 'Aug 23, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes overflow on album size computation', 'fixes timezone confusion while saving dates'] },
1112
{ version: 'v7.7.4', date: 'Aug 19, 2026', title: 'Fixes', type: 'security', highlights: ['Fix video frame detection', 'Fix security issue'] },
1213
{ version: 'v7.7.3', date: 'Aug 15, 2026', title: 'Fixes', type: 'security', highlights: ['Small QoL improvements', 'Minor bug fixes'] },
1314
{ version: 'v7.7.2', date: 'Aug 6, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Improved translations', 'Minor bug fixes'] },

0 commit comments

Comments
 (0)