Skip to content

Releases: Team-VoW/WynncraftVoiceProject

v1.10.2

26 Jan 17:46
Compare
Choose a tag to compare

1.10.2 (2025-01-26)

New Features

  • If any audio is not downloaded yet and it's trying to be played it will be streamed. (0607ea7)
  • Upgraded to Minecraft version 1.21.4 (0513b93)

v1.10.1

25 Jan 16:33
Compare
Choose a tag to compare

1.10.1 (2025-01-25)

New Features

  • Update sounds.json file dynamically to automatically support new updates (84500f8)

Bug Fixes

  • Run download progress when joining Wynn if the main menu was skipped somehow (237dd73)

v1.10.0

19 Jan 20:57
Compare
Choose a tag to compare

1.10.0 (2025-01-19)

Bug Fixes

  • Disabled auto progress by default (806d4cc)

Miscellaneous Chores

  • Added initial audio manifest (35b4cc9)
  • Changed the update audio manifest workflow to use the correct audio directory (323db79)
  • Deleted generate-sounds.yml workflow (24772d1)
  • Deleted old sounds.json file (4193353)
  • Dynamically generate an audio manifest file (bd9dbdd)

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)