Skip to content

Commit 0e76f09

Browse files
committed
Version 1.20.2
1 parent b00e916 commit 0e76f09

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 1.20.1
28
- Update FileKit to fix an issue where confirming the save dialog wouldn't work on Linux.
39
- Update Compose.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val versionCode by extra(85)
2-
val versionName by extra("1.20.1")
1+
val versionCode by extra(86)
2+
val versionName by extra("1.20.2")
33

44
val compileSdk by extra(35)
55
val targetSdk by extra(35)

0 commit comments

Comments
 (0)