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
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.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>GlossSafariExtensionAvailable</key>
<true/>
<key>CFBundleDocumentTypes</key>
Expand Down
38 changes: 38 additions & 0 deletions docs/release-notes/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Gloss 1.0.1

Gloss 1.0.1 is a patch release that finalizes the browser-first native
dashboard and the lightweight distribution introduced in the 1.0 line.

## Application package

- Keeps the Codex app-server outside the Gloss application bundle.
- Uses a separately installed Codex CLI and its `app-server` subcommand for
ChatGPT translation.
- Keeps the approximately 230 MB compressed PDF runtime as an on-demand
component rather than part of the initial application package.
- Produces an approximately 16 MB arm64 application and a 5.6 MB release ZIP
in the validated ad-hoc signed build.

## Product interface

- Opens into the browser translation dashboard instead of a configuration-heavy
first screen.
- Keeps PDF translation visually and operationally separated as an optional
component.
- Provides Settings through the top-right button and `Command-,`.
- Supports persistent System, Light, and Dark appearances.

## PDF component safety

- Supports install, update, rollback, reclaimable-size reporting, and confirmed
uninstall.
- Preserves source PDFs, translated outputs, output-directory selections, and
preferences when the PDF runtime is removed.

## Validation

- The complete Swift and Swift Testing suites pass.
- Both arm64 and x86_64 release builds pass CI.
- Native visual QA and the Homebrew cask validation pass.

Gloss 1.0.1 requires macOS 14 or newer.
Loading