Skip to content

Releases: dark0dave/post_infinity

v5.2.0

13 Nov 00:07
188889a
Compare
Choose a tag to compare

Changelog

Features:

Fixes:

Full Changelog: v5.1.0...v5.2.0

v5.1.0

28 Aug 17:07
ef91554
Compare
Choose a tag to compare

Changelog

Features:

Full Changelog: v5.0.0...v5.1.0

v5.0.0

23 Aug 19:29
9326172
Compare
Choose a tag to compare

Changelog

Features:

Fixes:

Internal/Other:

  • perf: Must go faster, do not create as many cursors, reuse existing (43f2949 by dark0dave)

Full Changelog: v4.1.0...v5.0.0

v4.1.0

13 Aug 00:02
aadc6bc
Compare
Choose a tag to compare

Changelog

Features:

Full Changelog: v4.0.0...v4.1.0

v4.0.0

12 Aug 19:48
fc188ff
Compare
Choose a tag to compare

Changelog

Features:

Fixes:

v3.2.0

17 Mar 16:24
6a52f69
Compare
Choose a tag to compare

Changelog

Features:

Internal/Other:

v3.1.0

09 Mar 23:58
b37d9da
Compare
Choose a tag to compare

Changelog

Features:

v3.0.0

28 Jan 14:55
33dc1c2
Compare
Choose a tag to compare

Changelog

Features:

Internal/Other:

v2.0.0

13 Nov 00:34
93e0c98
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[2.0.0] - 2023-11-13

Features

  • Use rc instead of vec
  • Add json flag
  • Fixed tlk parsing it was missing
  • Fixes for spell and item
  • Bump cargo versions
  • Deserialize

[1.0.0] - 2023-09-16

Bug Fixes

  • Build was referencing features not in stable
  • Fix printed json files to be more represenative
  • Name should be 32 u8s not u32
  • BG1 effect fix
  • By not covering all of the enum we have a illegal hardware instruction (core dumped), this is likely due to a late versioner of rust

Features

  • Initial commit
  • Add github actions
  • Add serde for serialization
  • Add name lookup
  • Better docs
  • Show video in readme
  • Update github CI for releasing
  • Nightly builds

v1.0.0

16 Sep 00:33
0b38647
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[1.0.0] - 2023-09-16

Bug Fixes

  • Build was referencing features not in stable
  • Fix printed json files to be more represenative
  • Name should be 32 u8s not u32
  • BG1 effect fix
  • By not covering all of the enum we have a illegal hardware instruction (core dumped), this is likely due to a late versioner of rust

Features

  • Initial commit
  • Add github actions
  • Add serde for serialization
  • Add name lookup
  • Better docs
  • Show video in readme
  • Update github CI for releasing
  • Nightly builds