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
10 changes: 10 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,16 @@ sidebar:

## Version 7

### v7.8.5

Released on September 18th, 2026

#### Fixes translations not applied

A race condition was occuring that caused translations not to be applied correctly.
Comment thread
ildyria marked this conversation as resolved.

* `fix` #4757 : Fix language by @ildyria

### v7.8.4

Released on September 17th, 2026
Expand Down
1 change: 1 addition & 0 deletions src/data/releases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface Release {

// Release data extracted from releases.md
export const releases: Release[] = [
{ version: 'v7.8.5', date: 'Sep 18, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes translations not applied'] },
{ version: 'v7.8.4', date: 'Sep 17, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Cover for locked albums', 'improved embeddings'] },
{ version: 'v7.8.3', date: 'Sep 1, 2026', title: 'Hotfix', type: 'security', highlights: ['Fixes four vulnerabilities reported by researchers from the University of Sydney'] },
{ version: 'v7.8.2', date: 'Aug 30, 2026', title: 'Fixes', type: 'bugfix', highlights: ['Fixes missing migration on album configuration for photo ordering'] },
Expand Down
7 changes: 7 additions & 0 deletions src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@ const metadata = {
alt: '5ud0er',
},
},
{
title: 'WojciechCiemski',
image: {
src: 'https://avatars.githubusercontent.com/u/223643001?v=4',
alt: 'WojciechCiemski',
},
Comment thread
ildyria marked this conversation as resolved.
},
{
title: 'UmutCPP (Ahmet Umut Oğurlu)',
image: {
Expand Down
Loading