Aster Bridge 0.4.26
Note
These files are for new installations. If Aster Bridge is already installed, it updates automatically.
What's new
- Aster Bridge now ships an Arch Linux package. Download
Aster-Bridge-x86_64.pkg.tar.zstand install it withsudo pacman -U Aster-Bridge-x86_64.pkg.tar.zst.
Fixed
- The AppImage now opens on Arch Linux, Fedora, and other distributions that ship a recent version of Mesa. It stopped at an empty window and an
EGL_BAD_PARAMETERerror before, because it carried its own copy of a system graphics library that the graphics driver could no longer use. - The AppImage now starts on systems that do not have the ALSA sound library installed, instead of stopping with a missing library error.
- Building Aster Bridge from source with
cargo buildorcargo installnow produces an app that shows its own interface. It previously looked for a development server and showed "Could not connect to localhost: Connection refused". - Building the app before you build the web interface now stops with a message telling you which step to run, instead of leaving you with an app that has nothing to display.
- The README now lists the WebKitGTK package each distribution needs, along with the steps to build from source.