From a33596c923ba8a3060c4b82539b6a3df8c9e8224 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 21 Mar 2021 19:09:31 +0000 Subject: [PATCH] docs/CHANGELOG.md: Document gamepad improvements [ci skip] --- docs/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9e408df72..25d4b50c6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## DevilutionX 1.2.0 (unreleased) +### Features +- Improved gamepad support: + - D-Pad / Left stick navigation now works in all menus and is more responsive. + - START + SELECT now opens the main menu. + - Right stick mouse emulation has been improved. + - Gamepads plugged in while the game is running can be used. + - All connected gamepads can be used (previously, only the first one). + ## DevilutionX 1.1.0 ### Features - Proper widescreen (and other aspects) support