|
1 | | -Feature release adding file management, enhanced markdown preview, workspace creation flow, editor popout, and GitHub PR support. |
| 1 | +Patch release adding AI tool configuration management and UI polish. |
2 | 2 |
|
3 | 3 | ## What's Changed |
4 | 4 |
|
5 | 5 | ### Features |
6 | | -- **File > Open (Ctrl+O)** — open any file in the editor via native file dialog with drag-drop support on the window |
7 | | -- **Markdown Preview Overhaul** — HTML passthrough via rehype-raw, GitHub-style alert boxes ([!NOTE]/[!WARNING]/[!TIP]/[!IMPORTANT]/[!CAUTION]), shields.io badge rendering, and GFM task list checkboxes |
8 | | -- **Two-Step Workspace Creation** — new workspace dialog now offers project setup: browse existing folder, create new folder (with optional SubFrame init), or skip |
9 | | -- **Editor Popout Windows** — pop out the file editor to a separate window with dock-back, mirroring the terminal popout pattern |
10 | | -- **GitHub PR Tab** — Pull Requests panel now fetches actual PRs via `gh pr list` with Open/Closed/Merged/All filters (was incorrectly showing issues) |
11 | | -- **Workspace Reorder Sync** — drag-reordering workspace pills now immediately updates the sidebar |
| 6 | +- **AI Tool Configuration** — new section in System panel showing config file status for Claude Code, Gemini CLI, and Codex CLI at both global (`~/`) and project levels. Collapsible per-tool sections with inline summary (files found + warning count). Detects and validates: `CLAUDE.md`, `GEMINI.md`, `AGENTS.md`, `settings.json`, `instructions.md` — with warnings for invalid JSON, empty files, and large files. Open existing files in editor or create from templates. |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | +- **Panel dropdown indicator** — the right panel group selector now shows a ChevronDown chevron so it's clear the active panel name is a clickable dropdown |
| 10 | +- **AI Analysis shortcut conflict** — changed from Ctrl+Shift+I (conflicts with Electron DevTools) to Ctrl+Shift+J |
12 | 11 |
|
13 | 12 | ## Installation and Update |
14 | 13 |
|
15 | | -Grab the latest installer from [GitHub Releases](https://github.com/Codename-11/SubFrame/releases/tag/v0.12.0-beta). |
| 14 | +Grab the latest installer from [GitHub Releases](https://github.com/Codename-11/SubFrame/releases/tag/v0.12.1-beta). |
16 | 15 |
|
17 | | -- **Windows**: SubFrame-Setup-0.12.0-beta.exe |
18 | | -- **macOS**: SubFrame-0.12.0-beta.dmg |
| 16 | +- **Windows**: SubFrame-Setup-0.12.1-beta.exe |
| 17 | +- **macOS**: SubFrame-0.12.1-beta.dmg |
19 | 18 |
|
20 | 19 | If you already have SubFrame installed, update through the in-app updater or the System Panel. |
0 commit comments