From c9381e9cb5940f0a30e294adf342206bc40ca9a9 Mon Sep 17 00:00:00 2001 From: Viacheslav Galaktionov Date: Thu, 11 Apr 2024 21:04:08 +0300 Subject: [PATCH] Update changelog Bump version to 1.3.0 and describe the recent changes. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f5b55e..ee5bb3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +**1.3.0** +- Fix race when preparing download location (thanks to viacheslavka) +- Fix multithreaded downloads of Windows games (thanks to viacheslavka) +- Fix DLC installation for Windows games (thanks to viacheslavka) +- Allow users to specify the download directory (thanks to viacheslavka) + **1.2.6** - Fix changing the install path causing an exception - Fix error detection & reporting on wineprefix creation failure (thanks to LeXofLeviafan)