diff --git a/CHANGELOG.md b/CHANGELOG.md index d6552d2..70c71a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [1.7.1] - 2023-12-17 + +### Changed + +- ResDir instances now cache their contents on creation time. This is a change from previous behaviour, where additions to a local directory were reflected immediately. + +### Fixed + +- ResDir is now case-insensitive, same as base game and other ResContainer types. +- scriptcomp: Messages about encoding are no longer printed multiple times when using threads. + ## [1.7.0] - 2023-11-26 ### Added diff --git a/neverwinter.nimble b/neverwinter.nimble index 3907118..86b25c3 100644 --- a/neverwinter.nimble +++ b/neverwinter.nimble @@ -1,6 +1,6 @@ import sequtils, os, strutils -version = "1.7.0" +version = "1.7.1" author = "Bernhard Stöckner " description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities" license = "MIT"