Skip to content

Commit d0e677d

Browse files
committed
Version 1.19.5
1 parent f3c629b commit d0e677d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 1.19.4
29
- Work on file picker fixes for Linux.
310
- Update translations.

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(78)
2-
val versionName by extra("1.19.4")
1+
val versionCode by extra(79)
2+
val versionName by extra("1.19.5")
33

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

0 commit comments

Comments
 (0)