Skip to content

Releases: alejzeis/raspberry-link

2.2.1 Released

18 Jan 23:16
Compare
Choose a tag to compare

Features

  • Support for configurable auto-reconnect cache file location in raspberrylink-server.conf.

2.1.1 Released

14 Jan 20:42
Compare
Choose a tag to compare

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!

10 Jan 23:50
Compare
Choose a tag to compare

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

03 Aug 04:14
Compare
Choose a tag to compare
1.0 Alpha 7 Release Pre-release
Pre-release

Notable Changes:

  • Attempts to autoconnect to last known device on startup

1.0 Alpha 6 Release

28 Apr 06:01
Compare
Choose a tag to compare
1.0 Alpha 6 Release Pre-release
Pre-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

28 Apr 05:19
Compare
Choose a tag to compare
1.0 Alpha 5 Release Pre-release
Pre-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

26 Apr 05:53
Compare
Choose a tag to compare
1.0 Alpha 4 Release Pre-release
Pre-release
  • Fixed automatic pairing where devices would pair then disconnect immediately

1.0 Alpha 3 Release

24 Apr 17:15
Compare
Choose a tag to compare
1.0 Alpha 3 Release Pre-release
Pre-release
  • First release with a .deb package

1.0 Alpha 1 Release

24 Apr 05:01
Compare
Choose a tag to compare
1.0 Alpha 1 Release Pre-release
Pre-release
1.0a1

Merge remote-tracking branch 'origin/master'