Skip to content

Latest commit

 

History

History
190 lines (111 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

190 lines (111 loc) · 3.47 KB

[2.3.2] - ????-??-??

Added

  • 1.19.1+ support

Fixed

  • Crashes when playing sounds in edge cases (ConcurrentModificationException)

[2.3.1] - 2022-06-12

Fixed

  • a very large oopsie, should no longer crash immediately

[2.3.0] - 2022-06-12

Added

  • New sounds:
    • Bow pulling
    • Repeater clicking
  • Support for different sounds for types of actions
  • Sound caching (very slightly faster startup, will mostly help in heavily modded scenarios)
  • Optifine is now compatible!

Changed

  • New colorful icon :)
  • Various sound and volume changes (not final, will make an automated solution eventually)
  • Russian translation (thank you, Felix14-v2!)

Fixed

  • Inventory open/close sounds playing when resizing window
  • Transfer sounds being played when no items are transferred
  • Inventory Profiles (& perhaps other inventory mod) compatibility
  • Master mod volume being ignored

[2.2.1] - 2022-03-04

Added

  • Item based sound on hotbar scroll

Fixed

  • 1.18.2 crash on startup (updated ARRP)

[2.2.0] - 2021-12-28

Added

  • More granular volume settings

Removed

  • Typing sounds resource pack (previously used to toggle sounds, moved to volume settings)

[2.1.0] - 2021-12-15

Added

  • New translations (Russian and Korean)

Changed

  • Reworked sound options menu (now is a very slightly modified version of the vanilla one)

[2.0.2] - 2021-12-10

Fixed

  • Chat message sound when changing chat opacity
  • Potion effects being played continuously

[2.0.1] - 2021-11-09

Fixed

  • Effect removal sounds playing without any effect present
  • Modded block sounds not being autogenerated

[2.0.0] - 2021-11-05

Added

  • Resource pack support (thanks to ARRP)
  • Better modded item support
  • Auto generation API
  • Effect sounds (buffs/debuffs)
  • Volume control via Minecraft sound menu

Changed

  • Default sounds, including...
    • Item delete & item clone (sounds like items sizzling in lava)
    • Chat mention (different chime)
    • Other minor changes

Removed

  • Config file & screen

[1.4.1] - 2021-06-10

Changed

  • Ported to 1.17

[1.4.0] - 2021-05-23

Added

  • Creative block pick sound

Fixed

  • Reworked crash fix, should now work when the game is not ticking (e.g. with Inventory Pause)
  • Item sound if transferring to full inventory
  • Delete sound in creative if nothing is deleted

Changed

  • Tweaked food & other item sounds

[1.3.1] - 2021-05-21

Fixed

  • Modded items not having sounds
  • Crashing if item does not have a sound assigned

Changed

  • Moved more sounds from hardcoded to class based detection

[1.3.0] - 2021-05-20

Added

  • Item stack drag sound
  • Drop sound pitch based on amount (versus max stack)

Fixed

  • Item transfer sound in creative inventory
  • Multiple sounds being played at the same time
  • Crash when playing sounds during a sound tick

Changed

  • Moved sound logic to item creation instead of click event

[1.2.0] - 2021-05-17

Added

  • Hotbar sound on key press
  • Item delete sound (in creative inventory)

Fixed

  • Drop sound when disconnecting
  • Drop sound playing when dropping nothing
  • Crashing, once and for all (hopefully)

[1.1.1] - 2021-05-10

Changed

  • Removed cloth config from jar
  • Set environment to client only

[1.1.0] - 2021-05-09

Added

  • Block-based inventory sounds
  • Creative inventory click sounds

Fixed

  • Fix crashes on certain clicks
  • Include cloth config in jar

[1.0.0] - 2021-05-05

Initial release