Skip to content

Releases: LemLib/hot-cold-asset

v1.0.1 - Better Errors, and Linker Shenanigans

24 Dec 01:23
Compare
Choose a tag to compare

What's Changed

  • refactor: 🧑‍💻 Better error message when ASSET is used in a function by @ion098 in #1
  • fix rare linking errors in user projects by @SizzinSeal in d55cdcf

New Contributors

  • @ion098 made their first contribution in #1

Full Changelog: v1.0.0...v1.0.1

V1.0.0 - Initial Release

09 Aug 21:50
Compare
Choose a tag to compare

Introducing hot-cold-asset

The oldest and only confirmed bug in LemLib/LemLib is that the example path is encoded into the cold package, meaning that anyone trying to encode a file names example.txt in projects with LemLib installed will fail to compile. This project will enable LemLib to solve this by being able to specify whether a file should be encoded in the hot binary or the cold binary.

Credits

Thanks to @Jerrylum for writing the code which made this project possible. We've forked his project so the project has the structure and automations typical of a LemLib project. The logic has been unchanged, except integrated image/gif decoding has been removed.