We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00e916 commit 0e76f09Copy full SHA for 0e76f09
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.20.2
2
+- Fix an issue where picking directories on Linux might just not do anything.
3
+- Work on addressing an issue where moving the window across displays would cause it to reset.
4
+- Update TACs.
5
+- UI tweaks.
6
+
7
# 1.20.1
8
- Update FileKit to fix an issue where confirming the save dialog wouldn't work on Linux.
9
- Update Compose.
build.gradle.kts
@@ -1,5 +1,5 @@
-val versionCode by extra(85)
-val versionName by extra("1.20.1")
+val versionCode by extra(86)
+val versionName by extra("1.20.2")
val compileSdk by extra(35)
val targetSdk by extra(35)
0 commit comments