From 1c0556ab711d3a7d8c3c99a55133258d0c1ad9a8 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 15 Jul 2023 17:15:13 +0200 Subject: [PATCH] Update CHANGELOG.md with unreleased changes (#6367) --- docs/CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index abafab219..50b0cbb92 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features +#### Multiplayer + +- Validate player stats +- Update the pvp arenas +- Rename "Loopback" to "Offline" + #### Translations - Update French translation @@ -18,6 +24,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update Portuguese translation - Update Ukrainian translation +#### Platforms + +- Android TV: Update banner to include app name + +#### Stability / Performance / System + +- Move hp/mana display and item graphics to gameplay options +- Validate properties when reloading items +- Demomode: Improve replay stability +- Update [Discord link](https://discord.gg/devilutionx) +- Reduce ram usage + +### Bugfixes + +#### Gameplay + +- Being able to enter Lazarus' chamber before opening the portal +- Book requirements not updating +- Diablo: Incorrect level 4 layout when Magic Banner quest is active + +#### Platforms + +- Linux: Add sdl-image dependency for deb package +- Linux: Include discord dependency + +#### Graphics / Audio + +- Incorrect cursor rendering +- Incorrect outlines at the right edge of the screen +- NPC speech continuing after starting a new game + +#### Controls + +- Gamepad: Being stuck in dialogs +- Gamepad: Unable to use some scrolls directly + +#### Stability / Performance / System + +- Crashes on missing fonts +- Other various crashes + +### Bugfixes for original Diablo bugs + +#### Gameplay + +- Durability overflowing when reloading items + +#### Graphics / Audio + +- Broken lava tiles + ## DevilutionX 1.5.0 ### Features