Skip to content

v4.5.0 - Web Demo, Bigger Dice & Bugfixes

Compare
Choose a tag to compare
@ianfhunter ianfhunter released this 31 Mar 15:06
· 31 commits to main since this release
706c241

Highlights

A web version of GNOLL. Thanks @michaeljmcd ! Try it out here

New language integrations:

  • Rust
  • Lia

Larger Dice. Previous limit of one dice was 1d2147483647 now it's 1d9223372036854775807. I'm sure this will help enable many niche RPGs /jk.

Smaller Items

  • Internal sructures take up slightly less memory
  • Bug fix for segfault when trying to drop dice when unneeded / keep dice that don't exist
  • Version bumps of python packages
  • Bugfix for compiling on Mac & JavaScript bindings
  • More tests
  • Remove minor code smells

Details

New Contributors

Full Changelog: v4.4.0...v4.5.0