-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0a7651
commit 08ec6d0
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Morrowind Dialog Explorer changelog | ||
|
||
## v1.1 - "Bal Fell" - 21 August 2018 | ||
|
||
Second release of MWDE. | ||
|
||
- Improve handling of overwritten and removed INFO records | ||
- Improve console input handling (import readline when available) | ||
- Add -O flag to show overwritten and removed records (Hidden by default) | ||
- Add text to -V dialog showing if a record was overwritten in another file | ||
- Add text to -V dialog showing which file each record is from | ||
- Add option to use colors when displaying dialog condition functions | ||
- Fix issue with number highlighting in response scripts | ||
- Fix line numbers in response scripts: Lines now begin at 1 instead of 0 | ||
- Fix issue where many dialog conditions were not appearing with -V output | ||
|
||
## v1.0 - "Sadrith Mora" - 19 August 2018 | ||
|
||
First release of MWDE. Hello world! |