1
0

changelog

This commit is contained in:
Prospector
2025-11-07 09:26:51 -08:00
parent 11a1918a2e
commit a261598e89

View File

@@ -10,6 +10,23 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-11-07T09:30:00-07:00`,
product: 'app',
version: '0.10.17',
body: `## Improvements
- Sorting and grouping options in the Library page are now persistent.
- Instance content filters are now remembered until you close the app.
- Improved performance when 'Advanced rendering' is disabled, especially on Linux.
- Fixed account list not being scrollable.
- Fixed glitchy text selection in Logs page.`,
},
{
date: `2025-11-07T09:30:00-07:00`,
product: 'web',
body: `## Improvements
- Fixed 'Advanced rendering' toggle not working properly on many popups.`,
},
{
date: `2025-11-07T08:05:00-07:00`,
product: 'web',