Releases
v0.5.0 2025-06-23
> [!WARNING] > `C_BassMusic_ThemeAudio` class was changed, update your scripts ## What's Changed * Feature: Theme loop timing by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/72 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.4.6...v0.5.0
v0.4.6 2025-06-23
## What's Changed * Fix #54 use shared_ptr to manage HSYNC callback lifetimes by @krychant in https://github.com/Silver-Ore-Team/zBassMusic/pull/73 * Fix `Transition::NextAvailableTimePoint` logic by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/77 * Add try catch to `Channel::OnSlideVolumeSyncCallFunction` to prevent crashes by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/78 ## New Contributors * @krychant made their first contribution in https://github.com/Silver-Ore-Team/zBassMusic/pull/73 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.4.5...v0.4.6
v0.4.5 2025-06-13
## What's Changed * Hotfix: Add time buffer to `ChangeZoneCommand` by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/70 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.4.4...v0.4.5
v0.4.4 2025-06-13
## What's Changed * General fixes and cleanup by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/69 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.4.3...v0.4.4
v0.4.3 2025-06-12
## What's Changed * fix: OnSync handlers lifetime by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/63 * Fix #56 add missing `StopMusic` in `CMusicSys_Bass::Stop` by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/64 * Fix #65 replace `Union::FileReader` with `file->Open()` in `MusicTheme::LoadAudioFiles` by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/66 * Fix #67 add function to update music options by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/68 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.4.2...v0.4.3