Skip to content

v1.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 10:09
· 20 commits to main since this release

1.8.3 (2024-07-31)

New Features

  • Add automated releases to Github Releases and CurseForge with Github Actions (#30) (8fee8ff)
  • Add Spotless to make the code base have a standard format, fix up licenses in repository (#21) (dd0a7ac)
  • Introduce sound_info.json and add everything needed to load it (#28) (b1d2653)

Bug Fixes

  • Don't upload build artifacts (#25) (0458896)
  • Make format-build.yml use the correct token (#24) (ce37cc6)
  • Revert LICENSE (which accidentally got changed during the folder refactors) (#26) (61df23a)

Documentation

Miscellaneous Chores

  • Change some sound ids to better follow a format, remove color codes from sound lines (#27) (e5b9af8)

Code Refactoring

  • Remove the shared resources folder, move the mod sources into the top level folder (#22) (61c3445)
  • Rewrite the gradle buildscript, update dependencies and populate fabric.mod.json fields automatically (f747e23)