Skip to content

Commit

Permalink
Version 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Dec 18, 2023
1 parent 6333e2d commit 120710f
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.16.1
- Update styling on macOS and Windows to include the title bar.
- Implement better dark mode detection for Linux.
- Add automatic dark/light mode changes for desktop.
- Update Gradle.

# 1.16.0
- Add option to automatically delete encrypted download file.
- Fix EUX and EUY region downloads (thanks [@ananjaser1211](https://github.com/ananjaser1211)).
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(33)
val versionName by extra("1.16.0")
val versionCode by extra(34)
val versionName by extra("1.16.1")

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

0 comments on commit 120710f

Please sign in to comment.