Skip to content

Releases: sopranoworks/shoka

v1.0.0-rc3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 15:12
fix(e2e): delete Docker-created temp files inside a container, not fr…

v1.0.0-rc2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 06:52
fix(build): track web-core auth components for esbuild resolution

AuthGate, LoginScreen, FileSearchBar, and UploadDialog were moved to
packages/web-core but never committed — esbuild fails on a clean
checkout because the files don't exist.

v1.0.0-rc1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 14:18
docs(operations): document supported platforms for the .deb

Record the .deb supported-OS range (previously undocumented): currently
in-standard-support Debian/Ubuntu only — Ubuntu 22.04 + 24.04 LTS, Debian 12 +
13 — on amd64/arm64, systemd required, adduser required (now declared). Note the
binaries are statically linked (CGO_ENABLED=0) so the build/CI host OS does not
constrain where they run, that EOL releases (Ubuntu 20.04, Debian 11) are out of
the matrix, and that macOS is a separate manual install. Each release was
verified by a container apt-install + systemd-analyze verify.