Browse Source

Add 1.5.2 release info (#6933)

pull/6940/head
Anders Jenbo 2 years ago committed by GitHub
parent
commit
9db561df0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 16
      Packaging/nix/devilutionx.metainfo.xml
  2. 26
      docs/CHANGELOG.md

16
Packaging/nix/devilutionx.metainfo.xml

@ -64,7 +64,21 @@
</screenshot>
</screenshots>
<releases>
<release version="1.5.1" date="2023-xx-xx">
<release version="1.5.2" date="2024-02-04">
<description>
<p>This release includes the following updates:</p>
<ul>
<li>Fix issues with joining games due to invalid player data</li>
<li>Improve rendering of Chinese/Japanese/Korean texts</li>
<li>Fix Hellfire items not saving their identified state</li>
<li>Fix stash corrupting when converting a hero between Diablo and Hellfire</li>
<li>Release is now built on Ubuntu 22.04.<br>Warning: This may cause DevilutionX to fail launch on systems with older <b>glibc</b> versions!</li>
</ul>
<p>Please visit the full changelog for more detailed notes</p>
</description>
<url>https://github.com/diasurgical/devilutionX/releases/tag/1.5.2</url>
</release>
<release version="1.5.1" date="2023-09-02">
<description>
<p>This is a primarily bugfix release, which includes the following updates:</p>
<ul>

26
docs/CHANGELOG.md

@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## DevilutionX 1.5.2
### Bug Fixes
#### Multiplayer
- Unable to join game due to invalid player data
#### Translations
- Improve rendering of Chinese/Japanese/Korean texts
#### Gameplay
- Hellfire items not saving their identified state
#### Stability / Performance / System
- Amiga: Incorrect rendering of things behind transparent elements
- Android: Game locking up when switching sound output
- Fedora: Unable to locate BZIP2
- Manjaro: Unable to locate libsodium
- Stash corrupting when converting a hero between Diablo and Hellfire
- Xbox: Game crashing unexpectedly
- Xbox: Improve performance
## DevilutionX 1.5.1
### Features

Loading…
Cancel
Save