Skip to content

Commit

Permalink
updated changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Youda008 committed Jul 28, 2023
1 parent 9fdac7f commit e3cc41e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion planned.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- file/dir icons in the mod list
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1.7.3"
"1.8.0"

0 comments on commit e3cc41e

Please sign in to comment.