v1.0.1
Packages
Tag: v1.0.1
See release notes for the changelog.
Official frontend: Ant Design.
All binaries are pure-Go static (CGO_ENABLED=0 + modernc SQLite):
run on glibc and musl (Alpine), without system libsqlite3.
Integrity: download SHA256SUMS and verify with sha256sum -c SHA256SUMS.
Authenticity (cosign keyless): SHA256SUMS.pem + SHA256SUMS.sig
are produced via Sigstore keyless OIDC. Verify end-to-end:
cosign verify-blob \\
--certificate SHA256SUMS.pem \\
--signature SHA256SUMS.sig \\
--certificate-identity 'https://github.com/kazeyukiro/3m-ui/.github/workflows/release.yml@refs/tags/<tag>' \\
--certificate-oidc-issuer https://token.actions.githubusercontent.com \\
SHA256SUMS(replace <tag> with this release tag)
| Artifact | Architecture |
|---|---|
3m-ui-linux-amd64 |
x86_64 (GOAMD64=v1) |
3m-ui-linux-arm64 |
aarch64 |
3m-ui-linux-armv7 |
ARMv7 |
3m-ui-linux-armv6 |
ARMv6 (e.g. older Pi) |
3m-ui-linux-386 |
i386 / i686 |
3m-ui-linux-riscv64 |
RISC-V 64 |
3m-ui-linux-loong64 |
LoongArch64 |
3m-ui-linux-ppc64le |
POWER little-endian |
3m-ui-linux-s390x |
IBM Z |
Each arch is also published as .tar.gz.
What's Changed
- feat(listeners): suggest random ports for new nodes by @freephilx in #45
New Contributors
- @freephilx made their first contribution in #45
Full Changelog: v1.0.0...v1.0.1