Skip to content

Commit c7b7634

Browse files
committed
fix(release): retitle this release as v0.2.1
Three changesets were marked minor (local workspace preview, HTTP proxy, TLS verify toggle), bumping desktop to 0.3.0. Reverting to 0.2.1: the cumulative scope since v0.2.0 is markedly smaller than the v0.1.x → v0.2.0 jump (which delivered ChatGPT subscription, diagnostics infrastructure, Spanish i18n, per-design workspace linking, etc.). Saving v0.3.0 for the next theme-level release keeps the version cadence aligned with user-perceived impact. CHANGELOG entries collapsed into a single Patch Changes section.
1 parent 20fd252 commit c7b7634

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

apps/desktop/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# @open-codesign/desktop
22

3-
## 0.3.0
3+
## 0.2.1
44

5-
### Minor Changes
5+
### Patch Changes
66

77
- 6cbb639: feat(desktop): add per-provider "Disable TLS verification" toggle for custom and imported providers. Unblocks connections to corporate gateways with self-signed or private-CA certificates that Node 22's built-in fetch cannot otherwise accept. Built-in providers (Anthropic, OpenAI, OpenRouter, Ollama) remain unaffected. (#229)
88
- 7a1977d: Add workspace-backed design creation, file browsing, project rebinding, and local preview modes, including a packaged preview runtime dependency fix so desktop builds include `ms` for `puppeteer-core`/`debug`.
99
- bf86fea: Add an HTTP proxy field to Settings → Advanced. The configured URL is applied to both Chromium's network stack and Node's HTTP(S)\_PROXY env vars, takes effect immediately, and persists across restarts.
10-
11-
### Patch Changes
12-
1310
- 7a1977d: Allow image generation to use the signed-in ChatGPT subscription OAuth path.
1411

1512
The image asset provider list now includes ChatGPT subscription alongside

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-codesign/desktop",
3-
"version": "0.3.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Prompt-to-design desktop app for HTML prototypes, decks, and marketing assets.",
66
"author": "Open CoDesign Maintainers <maintainers@opencowork.ai>",

packages/shared/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# @open-codesign/shared
22

3-
## 0.3.0
4-
5-
### Minor Changes
6-
7-
- 6cbb639: feat(desktop): add per-provider "Disable TLS verification" toggle for custom and imported providers. Unblocks connections to corporate gateways with self-signed or private-CA certificates that Node 22's built-in fetch cannot otherwise accept. Built-in providers (Anthropic, OpenAI, OpenRouter, Ollama) remain unaffected. (#229)
3+
## 0.2.1
84

95
### Patch Changes
106

7+
- 6cbb639: feat(desktop): add per-provider "Disable TLS verification" toggle for custom and imported providers. Unblocks connections to corporate gateways with self-signed or private-CA certificates that Node 22's built-in fetch cannot otherwise accept. Built-in providers (Anthropic, OpenAI, OpenRouter, Ollama) remain unaffected. (#229)
118
- 7a1977d: Allow image generation to use the signed-in ChatGPT subscription OAuth path.
129

1310
The image asset provider list now includes ChatGPT subscription alongside

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-codesign/shared",
3-
"version": "0.3.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)