Skip to content

Commit

Permalink
Version 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Aug 28, 2024
1 parent a247e7f commit c00334c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.19.3
- File management improvements for better UX and to fix some issues in 1.19.2.
- Remove option to show Mica effect on Windows since it's broken.
- Add TACs.
- Update translations.

# 1.19.2
- Fix issues launching on ARM Windows.
- Fix blank file picker window on Linux.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val versionCode by extra(76)
val versionName by extra("1.19.2")
val versionCode by extra(77)
val versionName by extra("1.19.3")

val compileSdk by extra(34)
val targetSdk by extra(34)
Expand Down

0 comments on commit c00334c

Please sign in to comment.