Skip to content

Commit a261598

Browse files
committed
changelog
1 parent 11a1918 commit a261598

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/utils/changelog.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-11-07T09:30:00-07:00`,
15+
product: 'app',
16+
version: '0.10.17',
17+
body: `## Improvements
18+
- Sorting and grouping options in the Library page are now persistent.
19+
- Instance content filters are now remembered until you close the app.
20+
- Improved performance when 'Advanced rendering' is disabled, especially on Linux.
21+
- Fixed account list not being scrollable.
22+
- Fixed glitchy text selection in Logs page.`,
23+
},
24+
{
25+
date: `2025-11-07T09:30:00-07:00`,
26+
product: 'web',
27+
body: `## Improvements
28+
- Fixed 'Advanced rendering' toggle not working properly on many popups.`,
29+
},
1330
{
1431
date: `2025-11-07T08:05:00-07:00`,
1532
product: 'web',

0 commit comments

Comments
 (0)