Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/content/docs/docs/getting-started/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ sidebar:

## Version 7

### v7.8.2

Released on August 30th, 2026

#### Hotfix

This is the second hotfix of the previous release... If you had the title ordering set to lexicographic on phtoos in an album (not global config), you would not be able to open those albums.

* `fix` #4685 : Fix photo ordering on albums by @ildyria.

### v7.8.1

Released on August 30th, 2026

#### Hotfix

This is a hotfix of the previous release. If you had the title ordering set to lexicographic on sub-albums in an album (not global config), you would not be able to open those albums.

* `fix` #4682 : Fix missing album migration by @ildyria.

### v7.8.0

Released on August 29th, 2026
Expand Down
2 changes: 2 additions & 0 deletions src/data/releases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export interface Release {

// Release data extracted from releases.md
export const releases: Release[] = [
{ version: 'v7.8.2', date: 'Aug 30, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes missing migration on album configuration for photo ordering'] },
{ version: 'v7.8.1', date: 'Aug 30, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes missing migration on album configuration for sub-album ordering'] },
{ version: 'v7.8.0', date: 'Aug 29, 2026', title: 'Dropping ordering by Descriptions', type: 'enhancement', highlights: ['Improved support for title ordering', 'Dropped sort by description', 'Metadata persistence in photos files'] },
{ 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'] },
{ version: 'v7.7.4', date: 'Aug 19, 2026', title: 'Fixes', type: 'security', highlights: ['Fix video frame detection', 'Fix security issue'] },
Expand Down
Loading