1
0
forked from Clones/Controlify

📜 Bump version + changelog

This commit is contained in:
isXander
2023-06-26 19:25:04 +01:00
parent ab111847cd
commit 06fa1fcd3e
2 changed files with 10 additions and 1 deletions

View File

@ -16,7 +16,7 @@ plugins {
}
group = "dev.isxander"
version = "1.3.1+1.20"
version = "1.3.2+1.20"
val isBeta = "beta" in version.toString()
if (isBeta) println("Beta version detected.")

9
changelogs/1.3.2+1.20.md Normal file
View File

@ -0,0 +1,9 @@
# Controlify 1.3.2 for 1.20
## Additions
- Added a toast when a server disables reach-around, and you have it enabled everywhere
## Bug Fixes
- Fixed bug where some controller bindings weren't working on the Steam Deck.