Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md for 1.5.4 #7726

Merged
merged 3 commits into from
Feb 8, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 61 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,79 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## DevilutionX 1.5.4

### Bug Fixes
### Features

#### Multiplayer

- Make invalid items unusable

#### Controls

- Better support for various gamepads
- Gamepad: Improve navigation of the stash
- Improve keymapper options

#### Platforms

- Added support for macOS 10.4 PowerPC
- Added support for Windows XP
- Android: Avoid game lagging on devices that can switch refresh rates
- Correct networking support on big-endian systems
- iOS: High refresh rate support
- Xbox One/Series: Include translations

#### Translations

### Bugfixes
- Improve rendering of Turkish texts
- Update Italian translation
- Update Russian translation
- Update Ukrainian translation

#### Stability / Performance / System

- Fix crashes on device hot-plugging
- Fix game crash
- Hide Upscale option in the Settings menu to avoid stability issues
- Looser validation in Single Player games
- Make file sync services less likely to corrupt saves
- Make it clearer how to switch between Hellfire and Diablo
- Use available screen space in the Settings menu

### Bug Fixes

#### Gameplay

#### Stability / Performance / System
- Fix being able to repair equipped items for free
- Fix game freezing when using a town portal to Lazarus
- Unique drops now reset on a new game
- Wake up the whole pack of Gargoyles when disturbed

### Bugfixes for original Diablo bugs
#### Platforms

- Android: Fix performance and audio issues on recent versions
- Incorrect menu graphics on DirectFB devices
- PS4/Switch/Vita/Xbox One/Series: Correct controller mapping

#### Multiplayer

- Correct some item validation
- Fix items being lost when held in the cursor during lag spikes

### Bug Fixes for Original Diablo Bugs

#### Gameplay

#### Known Issues
- Fix non-solid fences in the caves

### Bug Fixes for Original Hellfire Bugs

#### Gameplay

- Fix incorrectly solid tile next to crypt stairs down

#### Multiplayer

- Fix runes not being seen as a player spell in PvP

## DevilutionX 1.5.3

Expand Down
Loading