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 f3c629b commit d0e677dCopy full SHA for d0e677d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.19.5
2
+- Fix an issue where checking whether Bifrost is running in emulated x86 on ARM Windows would cause crashes on older Windows versions.
3
+- Fix an issue where retrieving the accent color on Windows would crash the app on older Windows versions.
4
+- Add more TACs.
5
+- Update translations.
6
+- Update dependencies.
7
+
8
# 1.19.4
9
- Work on file picker fixes for Linux.
10
- Update translations.
build.gradle.kts
@@ -1,5 +1,5 @@
-val versionCode by extra(78)
-val versionName by extra("1.19.4")
+val versionCode by extra(79)
+val versionName by extra("1.19.5")
val compileSdk by extra(34)
val targetSdk by extra(34)
0 commit comments