Skip to content

Commit 0ea8ec9

Browse files
committed
chore: update CHANGELOG and release workflow for version 1.7.0
- Added new features including mobile terminal tab, GitHub Device Flow sign-in, and mobile file explorer. - Fixed issues related to chat send race condition, Git sidebar action buttons, and iOS export compliance. - Updated release workflow to include all file types in the dist directory for better asset management.
1 parent 7d8c4c4 commit 0ea8ec9

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
tag_name: ${{ github.event.inputs.version || github.ref_name }}
161161
name: ${{ github.event.inputs.version || github.ref_name }}
162162
files: |
163-
dist/*.AppImage
164-
dist/*.deb
165-
dist/*.dmg
166-
dist/*.exe
167-
dist/*.msi
163+
dist/**/*.AppImage
164+
dist/**/*.deb
165+
dist/**/*.dmg
166+
dist/**/*.exe
167+
dist/**/*.msi
168168
fail_on_unmatched_files: true

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
- **Agent Mode — auto-apply edits** — accepted diff hunks apply immediately without a separate confirm step
1111
- **Codex theme** — new dark/light theme pair with ink-black backgrounds and warm accent tones
1212
- **Skills UI redesign** — refined layout and typography for the skills panel
13+
- **Mobile terminal tab** — bottom tab bar now surfaces a full-screen gateway terminal (replaces Settings shortcut)
14+
15+
### Fixed
16+
17+
- **Chat send race condition** — message text passed directly to the send handler instead of via `setInput` + `setTimeout`
18+
- **Git sidebar action buttons** — inline buttons now only appear when a file is unstaged and in local mode
1319

1420
### Changed
1521

@@ -26,10 +32,22 @@
2632

2733
### Added
2834

35+
- **GitHub Device Flow sign-in** — Authenticate with GitHub directly from the app without leaving the editor; username badge auto-appears after sign-in
36+
- **GitHub hub in Settings** — Device Flow auth, PAT entry, starred favorites, and repo list in one place; secure token persistence on iOS via localStorage fallback
37+
- **`tauri-plugin-http`** — Server-side HTTP plugin bypasses CORS restrictions for GitHub Device Flow on iOS
38+
- **Mobile file explorer** — Browse and open repo files from chat home on mobile
39+
- **Editor workflow tabs** — Streamlined editor view with workflow tab strip; files can be revealed from chat
2940
- **Cross-platform desktop release assets** — GitHub releases now attach macOS (`.dmg`), Linux (`.AppImage`, `.deb`), and Windows (`.exe`, `.msi`) installers from the release workflow
3041

42+
### Fixed
43+
44+
- **iOS export compliance** — Added `ITSAppUsesNonExemptEncryption = false` to skip the TestFlight export compliance prompt
45+
- **Mobile chat home layout** — Content pushed to top instead of vertical center for better reachability
46+
- **Mobile connect section** — Collapses by default; gateway URL hidden behind a tap-to-reveal control
47+
3148
### Changed
3249

50+
- **Mobile tabs** — Skills replaces Workshop in the bottom tab bar
3351
- **Version metadata aligned** — Synced app, Tauri, Rust, and Apple bundle versions for the 1.6.0 release
3452

3553
## [1.5.0] — 2026-03-08

0 commit comments

Comments
 (0)