From e3cc41e98ea269815ab1f2446e3a4a257e567cad Mon Sep 17 00:00:00 2001 From: Youda008 Date: Fri, 28 Jul 2023 13:35:11 +0200 Subject: [PATCH] updated changelog and version number --- changelog.txt | 15 +++++++++++++++ planned.txt | 1 - version.txt | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0c42e8f..6200e2a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +1.8.0 +- changed where the data files are stored, old files will be detected and moved automatically +- added ability to filter presets by partial name or regular expression +- added ability to select default engine and IWAD +- added icons to mod list to visually distinguish files from directories +- added ability to insert custom command-line argument between the files to load +- added support for Flatpak and Snap installations of Doom engines +- added ability to specify custom environment variables that will be set for the Doom engine process +- improved auto-detection of engine's data directories when adding a new one +- made the -loadgame parameter work correctly for both new and old GZDoom +- better help text for setting engine data directories +- implemented persistant caching mechanism for information extracted from Doom files for faster loading +- options.json file will only be updated when necessary, reducing chance of losing it when the computer is abruptly shut down +- minor bug-fixes, usability improvements and optimizations + 1.7.3 - save/screenshot dirs will now correctly update when the preset name is edited - workaround for unintuitive Windows executable search order (2nd attempt) diff --git a/planned.txt b/planned.txt index ba74bf4..e69de29 100644 --- a/planned.txt +++ b/planned.txt @@ -1 +0,0 @@ -- file/dir icons in the mod list diff --git a/version.txt b/version.txt index b05a1f5..3bc3e2c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -"1.7.3" +"1.8.0"