Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niv committed Aug 1, 2023
1 parent fe6dcf7 commit b7f7bb2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6.2"
version = "1.6.3"
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 b7f7bb2

Please sign in to comment.