You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/text/CHANGELOG
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
5.2.2
2
2
-----
3
-
Released on: 2026-07-xx
3
+
Released on: 2026-07-06
4
+
5
+
I used AI help to perform static codebase analysis and the analysis discovered many many bugs vast majority of which I was able to subsequently reproduce. Most of them were crashing bugs. I fixed them but it is possible (and likely) that some other bugs got introduced instead.
6
+
7
+
I do not plan to add new features for some months now because we need to stabilize the codebase. So only minor feature refinements and bug fixes will be added for some time.
4
8
5
9
Added:
6
10
* Splash screen displayed during application startup can now be enabled in the general settings and is disabled by default. (#2329)
7
11
8
12
Fixed:
9
13
* Enhanced contrasts for colors in "minimal-dark" skin. (#2343)
10
-
* Unselecting highligher in article list did not properly propagate the change. (#2342)
14
+
* Unselecting highlighter in article list did not properly propagate the change. (#2342)
11
15
* Feed list now correctly applies the restored column and sort order to accounts and feeds loaded during application startup.
12
16
* Custom notifications no longer crash when an article-list notification is removed after exceeding the available screen space.
13
17
* Article filters no longer crash the application when attempting to remove an attachment with an invalid index.
0 commit comments