Skip to content

Aster Bridge 0.4.26

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:44
v0.4.26
03aacfd

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.zst and install it with sudo 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_PARAMETER error 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 build or cargo install now 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.