- BREAKING CHANGE FOR DEVELOPERS:
- removed GetIcon() - use GetStatic() or GetAnimated() instead
- BREAKING CHANGES IN THE NEAR FUTURE:
- GetStatic() now returns
texturePath, textureCoordsLeft, textureCoordsRight, textureCoordsTop, textureCoordsBottominstead of only texturePath - GetAnimated() now returns
texturePath, textureCoordsLeft, textureCoordsRight, textureCoordsTop, textureCoordsBottom, columns, rows, framerateinstead of a table. - If you are a developer, and you have problems migrating, message me on Discord :-) I'll help you out.
- merge even more contributions
- merged HREI by @sshogrin
- merged Piou Icons by @TenshiRaitoEso
- HasIcon bugfix by @WashedNotSloshed
- unify API
- fix some icons that went missing during migration
- Addon now automatically releases every sunday if there are changes in the files
- remove orphaned icons
- remove duplicate entries
- new contributions
- add a few tests like sanity-check, include-check, duplicate-check to the github pipeline
- update menu
- Dolgubon you coulda just asked :D
- add integrity check /lci integrity
- add menu
- first usable version
- add api function to be used by other addons
- porting over all custom icons from HodorReflexes