Releases: alejzeis/raspberry-link
Releases · alejzeis/raspberry-link
2.2.1 Released
2.1.1 Released
Bug fixes:
- Fix crash on startup when
/var/cache/raspberrylink-last-device
exists but is empty - Fix OpenRC init script (had wrong executable path for starting the server)
First 2.0 Overhaul Release!
Changes compared to the previous 1.*
- Consolidated code: got rid of separate audio and server processes, combined into one
- No more redundant communication between UNIX sockets
- Reduced usage of shell commands in python code
- Use DBus much more now for bluetooth-related functions
- Less polling: listen for DBus signals
- Full support for track information, media play/pause/back/skip over REST API
- Functional call-support (according to my testing)
1.0 Alpha 7 Release
Notable Changes:
- Attempts to autoconnect to last known device on startup
1.0 Alpha 6 Release
- Try to connect to the audio service socket multiple times before failing
- Fixes raspberrylink-server service from failing to start since the audio service takes a few seconds to start up and have the socket binded.
1.0 Alpha 5 Release
- Set BlueZ agent to run using python3, fixes a dependency error as well (agent would crash and pairing wouldn't work)
- Include python-gobject in dependencies
- Try to improve voice call routing (still not stable)
1.0 Alpha 4 Release
- Fixed automatic pairing where devices would pair then disconnect immediately
1.0 Alpha 3 Release
- First release with a .deb package
1.0 Alpha 1 Release
1.0a1 Merge remote-tracking branch 'origin/master'