v0.0.1-alpha.8
Pre-releaseFeatures
- Print every command the deployment needs after the copy
- The installer copies the files and stops there
- Install a deployment without cloning the repository
- Paste a picture into the composer
- Send into BetweenUs from the system share sheet
Bug fixes
- One owner for the message list's scroll
- Keep the call header clear of the status bar
Other changes
- Changes done for android release
- The no-clone install path, and the build commands it dated
- Record the share sheet, composer paste and the two screen fixes
Artifacts
| Platform | This release |
|---|---|
| Server images | Carried forward from v0.0.1-alpha.7 |
| Desktop (Windows) | Carried forward from v0.0.1-alpha.7 |
| 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.8-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.
Server — docker-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 -dSame 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.8.
Images
aiyuayaan/betweenus:<service>-0.0.1-alpha.8, 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.