Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion docs/release-notes/v1.0.5.md
Original file line number Diff line number Diff line change
@@ -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.
Loading