Skip to content

Releases: CriticalRange/CoreSound

v0.1.5

Choose a tag to compare

@CriticalRange CriticalRange released this 24 May 11:16

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 python in PATH.

v0.1.4

Choose a tag to compare

@CriticalRange CriticalRange released this 24 May 11:09

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 python in PATH for Bluetooth communication.

v0.1.3

Choose a tag to compare

@CriticalRange CriticalRange released this 23 May 00:45
  • Switch Windows build to NSIS installer (.exe)
  • Add update checker with banner notification
  • AUR package available: yay -S coresound-bin

v0.1.2

Choose a tag to compare

@CriticalRange CriticalRange released this 23 May 00:37
  • Add update checker with banner notification
  • Opens releases page when update is available

v0.1.1

Choose a tag to compare

@CriticalRange CriticalRange released this 23 May 00:08
  • Fix rfcomm-helper.py path when running from AppImage (asar unpack)
  • Add automated GitHub Actions release builds for Linux and Windows

v0.1.0

Choose a tag to compare

@CriticalRange CriticalRange released this 22 May 23:13

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