Wersje
v0.6.0 2025-12-20
## Overview This version implements **lazy loading for audio files** to significantly reduce memory usage and prevent memory-related issues. Audio themes are now loaded on-demand rather than all at once. The number of themes kept in memory for fast access can be configured via the [`maxLoadedThemes`](https://silver-ore-team.github.io/zBassMusic/reference/options/#maxloadedthemes) ini option (default: `5`), which should be sufficient for most users. ## What's Changed * Feature: Lazy loading for audio files by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/93 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.5.5...v0.6.0
v0.5.5 2025-12-14
## What's Changed * Fix #76 by tracking active theme and re-playing it if needed by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/91 * Throw error when `C_BassMusic_ThemeAudio` filename is in DirectMusic format by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/92 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.5.4...v0.5.5
v0.5.4 2025-11-26
## What's Changed * docs: Plugin loading instructions correction by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/90 * Fix crash when filename was empty by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/89 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.5.3...v0.5.4
v0.5.3 2025-10-23
## What's Changed * Throw error when loading .ogg files by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/88 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.5.2...v0.5.3
v0.5.2 2025-10-18
## What's Changed * Fix #84 skip `zmusic->Stop()` when FullScriptControl is enabled by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/86 * Fix CI by updating OpenSSH by @muczc1wek in https://github.com/Silver-Ore-Team/zBassMusic/pull/87 **Full Changelog**: https://github.com/Silver-Ore-Team/zBassMusic/compare/v0.5.1...v0.5.2