Skip to content

Commit

Permalink
Changelog updates. Version bump seems warranted.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullCascade committed Jun 30, 2023
1 parent 0cb061f commit 380f531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TES3Merge/TES3Merge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageProjectUrl>https://github.com/NullCascade/TES3Merge</PackageProjectUrl>
<Version>0.10.3</Version>
<Version>0.11.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<ApplicationIcon>tes3merge_icon_by_markel.ico</ApplicationIcon>
Expand Down
10 changes: 6 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# TES3Merge Changelog
## v0.10.3 (unreleased)
## v0.11 (unreleased)

* Improved support for OpenMW:
* Fixed issue with OpenMW installs where master sizes couldn't be resolved.
* Fixed issue with OpenMW installs where TES3Merge would try to save to a potentially invalid directory. By default the first defined `data` directory will be used as the output path.
* Added `OutputPath` configuration option to the ini. This can be used to explicitly set where the merged plugin will be created.
* Fixed issue where deleted NPC records with no NPC data would cause an error.
* Fixed issue with OpenMW installs where master sizes couldn't be resolved.
* Fixed issue with OpenMW installs where TES3Merge would try to save to a potentially invalid directory. By default the first defined `data` directory will be used as the output path.
* Added `OutputPath` configuration option to the ini. This can be used to explicitly set where the merged plugin will be created.
* Fixed issue where certain objects would cause a crash when using `-r` or `-ir` commands to overwrite supported record types.
* Added a new icon by Markel.

## v0.10.2 (2022-06-17)
Expand Down

0 comments on commit 380f531

Please sign in to comment.