release v1.13.5
This commit is contained in:
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.13.5] - 2026-06-27
|
||||
|
||||
- CLI: global web installs no longer crash on startup when tunnel commands load ngrok capabilities.
|
||||
- CLI: `openchamber update` works again, and tunnel start paths no longer fail when using managed-local config prompts, multi-instance port selection, or auto-started servers.
|
||||
- GitHub/Usage: fork upstream detection and Google quota checks no longer fail because of missing server helpers.
|
||||
|
||||
## [1.13.4] - 2026-06-27
|
||||
|
||||
- UI/Localization: added Japanese interface translations and Japanese documentation (thanks to @yuchi0531).
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.13.4",
|
||||
"version": "1.13.5",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/electron",
|
||||
"version": "1.13.4",
|
||||
"version": "1.13.5",
|
||||
"private": true,
|
||||
"description": "Electron desktop runtime for OpenChamber",
|
||||
"author": "OpenChamber",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.13.4",
|
||||
"version": "1.13.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## [1.13.5] - 2026-06-27
|
||||
|
||||
- No notable changes.
|
||||
|
||||
## [1.13.4] - 2026-06-27
|
||||
|
||||
- UI/Localization: added Japanese interface translations (thanks to @yuchi0531).
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "%extension.description%",
|
||||
"version": "1.13.4",
|
||||
"version": "1.13.5",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.13.4",
|
||||
"version": "1.13.5",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user