Releases: CriticalRange/CoreSound
Releases · CriticalRange/CoreSound
Release list
v0.1.5
What's new
- Windows support — CoreSound now runs on Windows. Paired Bluetooth audio devices are discovered automatically via the OS Bluetooth stack (no BlueZ required). Battery polling works for both TWS (earbuds) and over-ear devices.
- Fixed dark scrollbar — The All Presets screen scrollbar is now properly dark-themed.
- Fixed auto-updater — Update notifications now work correctly. A banner will appear when a new version is available.
Installation
Linux
Arch Linux (AUR)
yay -S coresound-bin
AppImage
Download CoreSound.AppImage, make it executable and run it.
Windows
Download and run the CoreSound-Setup.exe installer.
Note: Windows requires Python 3 to be installed and available as
pythonin PATH.
v0.1.4
What's new
- Windows support fix — CoreSound now actually runs on Windows. Devices are discovered via the OS Bluetooth stack (no BlueZ needed). Battery polling works for both TWS and over-ear devices.
- Fixed dark scrollbar — The All Presets screen scrollbar is now dark-themed.
Installation
Linux
Arch Linux (AUR)
yay -S coresound-bin
AppImage
Download CoreSound.AppImage, make it executable and run it.
Windows
Download and run the CoreSound-Setup.exe installer.
Note: Windows requires Python 3 to be installed and available as
pythonin PATH for Bluetooth communication.
v0.1.3
- Switch Windows build to NSIS installer (.exe)
- Add update checker with banner notification
- AUR package available: yay -S coresound-bin
v0.1.2
- Add update checker with banner notification
- Opens releases page when update is available
v0.1.1
- Fix rfcomm-helper.py path when running from AppImage (asar unpack)
- Add automated GitHub Actions release builds for Linux and Windows
v0.1.0
Initial public release of CoreSound.
- Bluetooth device scan and connect via BlueZ D-Bus (Linux)
- ANC mode control with scene and wind noise options
- EQ preset selection and custom EQ band editing
- Battery level monitoring
- Multipoint connection support
- Device capability detection per model
- AppImage (Linux) and zip (Windows) builds