Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 75e3994c6e - Show all commits

View File

@@ -10,6 +10,20 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-10-15T12:15:00-07:00`,
product: 'app',
version: '0.10.12',
body: `## Improvements
- Fixed cache sticking around for way too long (30 hours instead of 30 minutes).`,
},
{
date: `2025-10-15T04:11:00-07:00`,
product: 'app',
version: '0.10.11',
body: `## Improvements
- Fixed ads being able to play audio.`,
},
{
date: `2025-10-14T18:45:00-07:00`,
product: 'servers',