Skip to content

Commit

Permalink
Version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Oct 27, 2023
1 parent 27a213b commit 45373cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.10.3] - 2023-10-27

- Added option to create debug files of mod installations in a user-defined folder instead of the game directory.
- Added option to auto-apply performance or diagnostic parameters to mod installations:
- Performance: `--quick-log`
- Performance: `--safe-exit`
- Diagnostic: `--print-backtrace`
- Diagnostic: `--debug-ocaml`
- Diagnostic: `--debug-boiic`
- Diagnostic: `--debug-change`
- Apply user-defined set of parameters
- Fixed issues with mixed-case paths on Linux which resulted in failures to retrieve mod components info.
- Improved parsing of Project Infinity metadata:
- added support for C-style comments (`//`) and Windows-style comments (`;`)

## [0.10.2] - 2023-10-22

- Added Brazilian Portuguese translation (by Felipe).
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/globals.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.10.2
version = 0.10.3
title = WeiDU Install Tool
name = WeiduInstallTool
config_name = wit
Expand Down

0 comments on commit 45373cb

Please sign in to comment.