Skip to content

v0.0.1-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:01
2c8f259

Features

  • Audio devices follow whatever is plugged in

Bug fixes

  • Add caching for Electron build and implement retry logic for packaging
  • A link that is refused or unanswered can now recover
  • The self-view is inside its corners, and PiP shows the speaker
  • Incoming video stops flickering
  • The speaking ring reads a level that is actually there

Other changes

  • Done with the enhancement
  • The second call-screen pass, and the one bug it did not close

Artifacts

Platform This release
Server images Built here
Desktop (Windows) Built here
Android Built here

Install

Not every release rebuilds every platform. The Artifacts table
above says which of these were built here and which are the last
release's, re-attached unchanged - a download whose file name
carries an older version is that, and it is the current build for
its platform.

Desktop (Windows)BetweenUs-0.0.1-alpha.7-Setup.exe
installs; -Portable.exe needs nothing.

Android — take the APK matching your device (arm64-v8a unless it is
old or an emulator), or universal if you would rather not choose. The
.aab is for Play, not for sideloading.

Serverdocker-compose.yml, nginx.conf and backup.sh below are a
deployment folder. Put them beside your existing .env and:

docker compose --env-file .env pull
docker compose --env-file .env up -d

Same project name, same volumes, same .env as a built deployment, so an
existing server keeps its database and its uploads. BETWEENUS_VERSION in
.env overrides the pinned version; unset, this bundle stays on
0.0.1-alpha.7.

Images

aiyuayaan/betweenus:<service>-0.0.1-alpha.7, built for
linux/amd64 and linux/arm64 under one tag - a 64-bit Pi, an Ampere VPS or an
Apple silicon Mac pulls the same name and gets its own architecture. The moving
tags <service>-alpha and <service>-latest are
pointed at it as the last step of the run.