File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ export type VersionEntry = {
1010}
1111
1212const 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' ,
You can’t perform that action at this time.
0 commit comments