Skip to content

Releases: Quad4-Software/translatasm

translatasm v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:27
Immutable release. Only release title and notes can be modified.
v0.2.1
11a94b2

Changelog

  • f82917f Add Chrome and Firefox extensions with site-hosted CRX/XPI builds.
  • 0bf49de Add extension update checks and configurable site/bridge settings.
  • 2bb0369 Avoid exposing stack traces from the local screenshot helper server.
  • 488fc14 Bump version to 0.2.0.
  • 11a94b2 Bump version to 0.2.1.
  • 1178a56 Fix CI: allow Chromium CRX packing without sandbox and skip intentional signing key in Trivy.
  • a0be8e1 Fix badge orphan-repo identity and pin speakasm npm ci.
  • d189621 Fix workflow YAML broken by automated hardening edits.
  • ecba0e9 Harden CI for OpenSSF and fix flaky Pages/Badges.
  • 5793803 Harden repository against GitHub Actions supply-chain attacks.
  • 9157677 Install Syft in Release so GoReleaser can emit CycloneDX SBOMs.
  • 149954e Publish CycloneDX SBOMs and cosign signatures atomically for immutable releases.
  • 4e4d08e Restore Harden Runner as the first step in workflow jobs.
  • 76a92b1 Run CI tests and server smoke on Linux, macOS, and Windows.

Docker

docker pull ghcr.io/quad4-software/translatasm:v0.2.1
docker run --rm -p 8080:8080 ghcr.io/quad4-software/translatasm:v0.2.1

Multi-arch images: linux/amd64, linux/arm64. Image includes Bergamot WASM and language packs.

Binary

Unpack the archive for your OS/arch, then point -web at a web/ tree with models
(make assets after cloning), or use the container image for a full offline stack.

Extensions

Browser builds are attached to this release and also published at
https://translatasm.quad4.io/build/

  • translatasm-chrome.crx / translatasm-chrome.zip
  • translatasm-firefox.xpi

translatasm v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:50
v0.1.0
30587e1

Changelog

  • 01cf127 Add Bergamot web client, fonts, and asset fetch scripts.
  • fc2d8ce Add CI, GitHub Pages workflow, and docs.
  • ce6c6b5 Add Go server, catalog API, and project scaffolding.
  • 324c9b5 Add GoReleaser and GHCR publish for tagged releases.
  • f57d129 Add Lighthouse CI with category and audit gates.
  • 06dd317 Add OpenSSF Scorecard and harden GitHub Actions supply chain.
  • 57b48dd Add Playwright screenshot capture for README docs images.
  • f938eef Add SEO meta, Open Graph tags, and social preview image.
  • 0d743b8 Add app icons and favicon.
  • 49134b3 Add offline dictionary drawer with lazy language packs.
  • c6a1ee8 Add share URLs, auto-detect, glossary, file drop, align, and CJK hooks.
  • ddd2001 Add source link and footer to index.html, style updates in app.css
  • e6b7449 Add themed OpenSSF Scorecard endpoint badges.
  • a7f6c8d Add themed shields.io endpoint badges and refresh workflow.
  • fc51e61 Allow web/models/.gitkeep while ignoring packs.
  • 3172ff6 Bake Bergamot assets into the Docker image for full offline runs.
  • 989756d Bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.9 (#6)
  • b2238bc Cap in-memory dictionary pack cache to eight entries.
  • b1ec31b Clear golangci gocritic and gosec findings.
  • edff168 Document Docker GHCR installs, releases, badges, and screenshots.
  • 2bd5ee1 Drop Chrome Translator fast path and keep Bergamot only.
  • b84d846 Fix CI for golangci-lint v2 and Dependabot action bumps.
  • f1d08f7 Harden PWA updates with stamped shell caches and idle reload.
  • 01a0cf0 Harden Pages workflow checkout and bump configure-pages.
  • 49cc26b Improve mobile chrome with pane tabs and action sheet.
  • 4551ff9 Keep an empty models directory in git.
  • c7f6edd Make dictionary a non-modal popout sidebar.
  • 66044d5 Make live translation near-instant with sentence TM and abort.
  • d0cca19 Publish container images to GHCR on every master push.
  • 44ba64f Remove sentence align mode from the translator UI.
  • aa5dc5c Show a single desktop screenshot in the README.
  • c59e927 Simplify translator chrome by dropping Auto and HTML toggles.
  • 7ca632d Stop tracking Python bytecode under scripts/dicts.
  • 30587e1 Sync Scorecard pin comment to codeql-action v4.37.9.
  • 34e2d36 Trim Bergamot JS buffers and shrink translation cache.
  • 11542f7 Update live demo link in README to reflect new URL.
  • b600556 Use NewRequestWithContext in gzip content-type test.

Docker

docker pull ghcr.io/quad4-software/translatasm:v0.1.0
docker run --rm -p 8080:8080 ghcr.io/quad4-software/translatasm:v0.1.0

Multi-arch images: linux/amd64, linux/arm64. Image includes Bergamot WASM and language packs.

Binary

Unpack the archive for your OS/arch, then point -web at a web/ tree with models
(make assets after cloning), or use the container image for a full offline stack.