Skip to content

translatasm v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:50
· 14 commits to master since this release
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.