summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-04push patch to aur: fix glitch that'd cause a crash if blacklist.conf was not ↵Birbwell
found
2026-02-04fix error in install script... againBirbwell
2026-02-04fix error in install script... againBirbwell
2026-02-04fix error in install scriptBirbwell
2026-02-03added device blacklist, to prevent audio sink splitting from certain devicesBirbwell
2026-02-02v0.1.5 release 2 -- removed unnecessary mutex/device numbering scheme for ↵Birbwell
logging. replaced by just printing the hidraw path
2026-02-02updated to v0.1.5, added support for Arctis Nova Pro by writing an init ↵Birbwell
sequence of bytes to the Nova Pro DAC
2026-02-01added sha256 sums for source files (except the git repo)Birbwell
2026-01-27updated post-upgrade script to automatically restart the serviceBirbwell
2026-01-27updated package, first attempt at handling Arctis Nova Pro headphonesBirbwell
2026-01-25updated post-install script to add user to "audio" groupBirbwell
2026-01-21updated .SRCINFOBirbwell
2026-01-21updated PKGBUILD and package.install to meet AUR expectations. Service files ↵Birbwell
are now properly installed with `install`, and not being `tee`d into existence. This may cause a file conflict when upgrading, just delete and reinstall the package if this happens
2026-01-20Update PKGBUILD and .SRCINFO -- Added internal retry, for when all ↵Birbwell
device-monitoring threads exit early. Instead of relying on systemd to retry, which has a retry limit, retry internally after waiting a few seconds
2026-01-15now properly changes into source directory before calling cargo commandsBirbwell
2026-01-15fixed typo in pkgbuild, "sources" -> "source". Somehow this did not cause ↵Birbwell
errors when testing locally, only when trying to make the package with an aur helper
2026-01-15update .SRCINFOBirbwell
2026-01-15incremented version numberBirbwell
2026-01-15added vendor id for steelseries headphones in the post-install script, which ↵Birbwell
had been erroneously left out
2026-01-15Changed PKGBUILD to properly use the git source as a source, instead of the ↵Birbwell
unintuitive way it was using it before
2026-01-15updated post-remove script to properly destroy the audio sinks generated by ↵Birbwell
linuxmix, but like FOR SURE this time (I extra tested it)
2026-01-15updated post-remove script to properly destroy the audio sinks generated by ↵Birbwell
linuxmix
2026-01-15Changed the package script to reference the true binary name instead of the ↵Birbwell
package name
2026-01-15Updated post-install script to automatically enable the linuxmix service for ↵Birbwell
all _real_ users (users with a home directory)
2026-01-15Initial commit of linuxmix to the AURBirbwell
2026-01-15Initial commit of linuxmix to the AURBirbwell