Skip to content

Releases: Team-VoW/WynncraftVoiceProject

v1.9.4

26 Dec 19:57
Compare
Choose a tag to compare

1.9.4 (2024-12-26)

New Features

  • Added auto progress to automatically shift after dialogues. (f4f1438)
  • Added new sewers of ragni (a272912)

Bug Fixes

  • Fixed lines with player name not working if player is nicked (2e34a7b)

Miscellaneous Chores

  • Removed LibGui from build.gradle (617eb26)
  • Upgraded required fabric_loader_version to 0.16.5 (cee84e3)

Code Refactoring

  • replace hardcoded dialogues with JSON file (#39) (13bd1c3)

v1.9.3

26 Dec 19:49
Compare
Choose a tag to compare

1.9.3 (2024-09-24)

Miscellaneous Chores

v1.9.2

17 Sep 19:59
518b82d
Compare
Choose a tag to compare

1.9.2 (2024-09-17)

Bug Fixes

  • Added custom audio playback system and fix crash with new Text displays (05fb150)

v1.9.1

30 Aug 18:36
Compare
Choose a tag to compare

1.9.1 (2024-08-30)

Bug Fixes

v1.8.3

31 Jul 10:09
Compare
Choose a tag to compare

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)

v1.9.0

29 Aug 20:18
Compare
Choose a tag to compare

1.9.0 (2024-08-29)

⚠ BREAKING CHANGES

  • Allow VoW to be used with 1.21.1 (along with 1.21) (#33)

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)
  • Allow VoW to be used with 1.21.1 (along with 1.21) (#33) (9fbee2b)
  • 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)
  • Update dependency versions (mainly Fabric Loader) (#32) (b60285b)

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)