From b7f7bb2891b88dcf527cd15c53bd1e572b236b11 Mon Sep 17 00:00:00 2001 From: Bernhard Stoeckner Date: Tue, 1 Aug 2023 10:40:00 +0200 Subject: [PATCH] 1.6.3 --- CHANGELOG.md | 13 +++++++++++++ neverwinter.nimble | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da77139..65dbb49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [1.6.3] - 2023-08-01 + +### Bytecode Disassembler + +- Canonical op representation separates op and aux with a dot now, to make visual and machine parsing easier. +- Float formatting is now less noisy. +- nwn_asm no longer prints relative jump offsets. +- nwn_asm can now specify padding and term width for printing. + +### Fixed + +- Fixed encoding not initialising correctly when get*Encoding wasn't called. + ## [1.6.2] - 2023-07-26 ### Script Compiler diff --git a/neverwinter.nimble b/neverwinter.nimble index ad0ccbc..2943f53 100644 --- a/neverwinter.nimble +++ b/neverwinter.nimble @@ -1,6 +1,6 @@ import sequtils, os, strutils -version = "1.6.2" +version = "1.6.3" author = "Bernhard Stöckner " description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities" license = "MIT"