Skip to content

Commit c183267

Browse files
Codename-11claude
andcommitted
chore(release): bump version to 0.12.1-beta
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0c59553 commit c183267

3 files changed

Lines changed: 20 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.1-beta] - 2026-03-29
11+
12+
### Added
13+
- **AI Tool Configuration in System panel** — collapsible per-tool sections showing config file status for Claude, Gemini, and Codex at both global and project levels with validation warnings (invalid JSON, empty/large files)
14+
- **Global config detection** — Gemini (`~/.gemini/settings.json`) and Codex (`~/.codex/instructions.md`) global files now detected alongside Claude's
15+
16+
### Fixed
17+
- **Panel dropdown indicator** — group selector button now shows a ChevronDown icon so it's visually clear it's a dropdown
18+
- **AI Analysis shortcut** — changed from Ctrl+Shift+I (DevTools conflict) to Ctrl+Shift+J
19+
1020
## [0.12.0-beta] - 2026-03-28
1121

1222
### Added

RELEASE_NOTES.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
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.
22

33
## What's Changed
44

55
### 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
1211

1312
## Installation and Update
1413

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).
1615

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
1918

2019
If you already have SubFrame installed, update through the in-app updater or the System Panel.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "subframe",
33
"productName": "SubFrame",
4-
"version": "0.12.0-beta",
4+
"version": "0.12.1-beta",
55
"description": "SubFrame - Project Management IDE for Claude Code",
66
"main": "dist/main/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)