Skip to content

Backspace 1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 14:08
· 38 commits to main since this release
4ee00ff

Backspace 1.1.1

The container image for 1.1.0 never got built, so self-hosted instances could
not pull that version. This release exists to fix that. The app itself is
1.1.0: English, Russian and German, see
https://github.com/TheZwiss/backspace/releases/tag/v1.1.0 for what changed.

What changed

The image build was missing the localization check

The web build now starts with the localization consistency check, which lives
in the repository's scripts directory. The Dockerfile copies source into the
image one path at a time and never picked that directory up, so the image
build failed on the first step while every other check was green. The
builder stage now copies the check and its two input files.

Nothing built the Dockerfile before a tag did, which is how this reached a
release. CI now builds the image on every pull request, without publishing
it, and the merge gate requires it.

Desktop installers are rebuilt for 1.1.1 but contain no changes beyond the
version number. Updating from 1.1.0 is optional.