Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niv committed Dec 17, 2023
1 parent 053a14c commit aa1d195
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion neverwinter.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sequtils, os, strutils

version = "1.7.0"
version = "1.7.1"
author = "Bernhard Stöckner <[email protected]>"
description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities"
license = "MIT"
Expand Down

0 comments on commit aa1d195

Please sign in to comment.