Version 1.6.1 Changelog
Release Summary: A minor maintenance update bundling OpenAL Soft native libraries to fix missing audio for users without system-wide OpenAL installed.
🔊 Audio & Packaging Fixes
- Bundled OpenAL Soft Libraries: Integrated native OpenAL binaries directly into the application (
soft_oal.dllon Windows,libopenal.soon Linux). - Out-of-the-Box Audio Support: Resolves a known issue where audio was silent for users lacking pre-installed OpenAL drivers on their system. Audio now works automatically for everyone.
- Updated Docs & Release Tools: Updated
README.mdand release scripts (publish_release.py) to reflect that external system dependencies are no longer required.