Releases: dark0dave/post_infinity
Releases · dark0dave/post_infinity
v5.2.0
v5.1.0
v5.0.0
Changelog
Features:
- feat: Bam for all versions (c8fef84 by dark0dave)
- feat: Add char array instead of strings (fbd2034 by dark0dave)
- feat: Better docs (195a43c by dark0dave)
- feat: Make the inputs to the non standard files more generic (56ffe57 by dark0dave)
- feat: Reduce vec allocations (0b0d9f1 by dark0dave)
- feat: Don't bother if u32::MAX (7b930e9 by dark0dave)
- feat: Optimize tlk with zero copying (6604553 by dark0dave)
Fixes:
- fix: Missing tlk (877d206 by dark0dave)
- fix: Bring alloc back (b1a110c by dark0dave)
- fix: Some small area fixes (79a8d77 by dark0dave)
Internal/Other:
Full Changelog: v4.1.0...v5.0.0
v4.1.0
v4.0.0
v3.2.0
v3.1.0
v3.0.0
Changelog
Features:
- feat: Use rc instead of vec (90a3940 by dark0dave)
- feat: Add json flag (76ca50e by dark0dave)
- feat: Fixed tlk parsing it was missing (928ed88 by dark0dave)
- feat: Fixes for spell and item (cf05e24 by dark0dave)
- feat: Bump cargo versions (24d41b3 by dark0dave)
- feat: Deserialize (83819f3 by dark0dave)
- feat: Add saves (ad24692 by dark0dave)
- feat: Add LICENSE (04c1706 by dark0dave)
Internal/Other:
v2.0.0
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
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