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: 3e9c7c8cb75ce4b08e56a714ee0e4eb7ebaa652e
ref: c826b6f6ec9fe7100e2745d63fa35378033e4ab2
path: personal-immersive-translator
ssh-key: ${{ secrets.GLOSS_EXTENSION_SSH_KEY }}
ssh-strict: true
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleVersion</key>
<string>16</string>
<string>17</string>
<key>GlossSafariExtensionAvailable</key>
<true/>
<key>CFBundleDocumentTypes</key>
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/v1.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Gloss 1.0.4

Gloss 1.0.4 improves browser translation safety for technical content and GitHub repositories.

## Browser translation

- Excludes inline and block code content from translation requests, including `code`, `pre`, `kbd`, `samp`, and `var` elements.
- Excludes KaTeX, MathJax, and MathML formulas from translation requests.
- Skips GitHub repository file lists and file-tree UI while preserving README and comment-body translation.
- Bundles Gloss Browser Extension 0.5.5 from immutable commit `c826b6f6ec9fe7100e2745d63fa35378033e4ab2`.

Gloss 1.0.4 requires macOS 14 or newer.
Loading