mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
1.3 KiB
1.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- SPDX license identifiers (GPL-3.0-or-later) to all source files.
Changed
- Relicensed the project from MIT to GNU GPLv3 (GPL-3.0-or-later).
Fixed
- Fixed infinite loading of radio stations by adding transfer timeout and using
all.api.radio-browser.info. - Fixed metadata overwrite bug where valid ICY stream metadata was being cleared.
- Fixed DBus crash (segmentation fault) under KDE Plasma Wayland by making notification requests asynchronous.
- Fixed regex parser bug with stream titles containing apostrophes.
[1.0.1] - 2026-05-22
Added
- Debounced online search for radio stations.
Changed
- Migrated playback engine from legacy Phonon to modern QtMultimedia.
Fixed
- Fixed crash (segmentation fault) inside NotificationManager.
[1.0.0-beta.1] - 2026-05-20
Added
- Initial public beta release.
- C++ backend with system tray integration.
- Kirigami/QML based user interface.
- MPRIS integration for media controls.
- Persistent favorites and volume settings.
- Cover art fetching and caching.