From 880639247fdf6998238bc5aae4851270ce0113ca Mon Sep 17 00:00:00 2001 From: SamsonCJ Date: Mon, 17 Aug 2026 17:02:08 +0800 Subject: [PATCH] chore: prepare Gloss 1.0.5 translation release --- .github/workflows/release.yml | 2 +- docs/release-notes/v1.0.5.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efd8475..1d76f81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 with: repository: SunChJ/personal-immersive-translator - ref: c826b6f6ec9fe7100e2745d63fa35378033e4ab2 + ref: 69138e25bf2e7c938aa3b215ecddec85222366a1 path: personal-immersive-translator ssh-key: ${{ secrets.GLOSS_EXTENSION_SSH_KEY }} ssh-strict: true diff --git a/docs/release-notes/v1.0.5.md b/docs/release-notes/v1.0.5.md index 70a49a5..0a6bc62 100644 --- a/docs/release-notes/v1.0.5.md +++ b/docs/release-notes/v1.0.5.md @@ -1,11 +1,19 @@ # Gloss 1.0.5 -Gloss 1.0.5 fixes browser extension setup for existing installations. +Gloss 1.0.5 fixes browser extension setup and improves Spark translation throughput. ## Browser extension - Migrates recognizable legacy extension directories that predate the Gloss management marker. - Preserves overwrite protection for unrelated or modified extension directories. - Restores the **Show Extension** action without requiring users to delete or reinstall the extension manually. +- Bundles Gloss Browser Extension 0.5.6 from immutable commit `69138e25bf2e7c938aa3b215ecddec85222366a1`. +- Prioritizes the first visible page batch, uses larger background batches, and recovers malformed structured output without failing the whole page. + +## PDF translation + +- Replaces the fixed 12-item package limit with a measured 3,000-character budget and keeps two background turns in flight. +- Recovers malformed document output by splitting only the failed package. +- Adds Spark-specific request pacing and bounded capacity retries without changing other model policies. Gloss 1.0.5 requires macOS 14 or newer.