From fbd6cce6a38aad8d55d2aaa1b7d07edb5a86d13f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Dec 2025 12:04:30 +0100 Subject: [PATCH] version 13.1j --- changelog.txt | 5 +++++ hyper.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6b72a9f4..685245b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5634,3 +5634,8 @@ Further improvements to the SteamDeck: Other bugfixes: - fixed mousewheel in SDL2 - fixed the generation range for Strong Wind and jump orb effects in alternate tilings + +2025-12-25 11:27 Update 13.1j: +- fixed a crash when the '`' key was entered in some dialogs (which was a problem with older controller layouts which emitted this key) +- fixed the screen size on SteamDeck +- fixed the default control scheme when multiple controllers are connected diff --git a/hyper.h b/hyper.h index 3012f032..b9bc0b8d 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.1i" -#define VERNUM_HEX 0xAA29 +#define VER "13.1j" +#define VERNUM_HEX 0xAA2A #include "sysconfig.h"