v1.3.0
sopds-go v1.3.0
Self-hosted OPDS catalog server. See README for setup, PROGRESS.md for the per-revision log.
Changelog
Bug fixes
Other
- 1d77f01: License: GPL-3.0 → AGPL-3.0 — close SaaS network-use loophole (Rev 53) (@dimgord)
- 343b9b5: NOTICE.md — third-party attributions audit (Rev 55) (@dimgord)
- 06e3d21: README polish for OSS publication (Rev 54) (@dimgord)
- e3eb2b9: Remove test_baseline.txt from tracked tree + gitignore (@dimgord)
- cc2de6c: Rename module path: github.com/sopds/sopds-go → github.com/dimgord/sopds-go (Rev 56) (@dimgord)
- db8def8: brew: Homebrew tap + GoReleaser brews integration (Rev 61) (@dimgord)
- 6d2f4e5: docker: multi-arch image build + GHCR publish via GoReleaser (Rev 59) (@dimgord)
- 98483e3: nix: root flake.nix — Go packages + composed Rust+CUDA dev shell (Rev 60) (@dimgord)
- 22ee76f: release: GoReleaser config + workflow + version-injection refactor (Rev 58) (@dimgord)
- ce9df29: release: drop sopds-tts from GoReleaser/Docker — needs CGO + libonnxruntime (@dimgord)
- 4a97602: tts: gate CGO files behind //go:build cgo so CGO=0 release builds work (@dimgord)
- 19122eb: v1.3.0: OSS-publication-ready milestone (Rev 63) (@dimgord)
Verification: sha256sum -c checksums.txt against the downloaded archive.
Quick install (Linux x86_64):
curl -LO https://github.com/dimgord/sopds-go/releases/download/v1.3.0/sopds-go_1.3.0_linux_x86_64.tar.gz
tar xzf sopds-go_1.3.0_linux_x86_64.tar.gz
sudo install sopds /usr/local/bin/License: AGPL-3.0 — see LICENSE.