diff --git a/changelog.txt b/changelog.txt index 685245b7..3d62f9fb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5639,3 +5639,9 @@ Other bugfixes: - 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 + +2026-01-29 14:17 Update 13.1k: +- local score screen: better default ordering of scores; scrolling left/right can now show extra columns; better buttons; fixed wrong scale of some elements +- improved Deck UI information in help and tour +- when you press e.g. 'b' to enter a text dialog, 'b' is not sent to this dialog +- pressing left/right in the fullscreen resolution dialog now uses the list of actual supported resolutions; also hopefully fixed the resize screen loop diff --git a/hyper.h b/hyper.h index b9bc0b8d..2e086601 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "13.1j" -#define VERNUM_HEX 0xAA2A +#define VER "13.1k" +#define VERNUM_HEX 0xAA2B #include "sysconfig.h"