Skip to content

Commit b2f3cab

Browse files
committed
chore: prepare v3.58.1 release
1 parent 47e6215 commit b2f3cab

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Zoo Code Changelog
22

3+
## 3.58.1
4+
5+
### Patch Changes
6+
7+
- Fix: Remove unsupported `--no-absolute-filenames` tar argument (#491 by @kazenshi, PR #492 by @kazenshi)
8+
39
## 3.58.0
410

511
### Minor Changes

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX)
5454
for this exact support, so if you are having problems or if you have question, jump on and ask.
5555

56-
## What's New in v3.58.0
56+
## What's New in v3.58.1
5757

5858
- **Zoo Gateway** — connect through a managed gateway with multi-profile auth support
5959
- **Gemini 3.5 Flash** — a fast, capable Google model now available from your provider settings
@@ -65,6 +65,7 @@ for this exact support, so if you are having problems or if you have question, j
6565
- Fix React crash from malformed follow-up suggestion mode
6666
- Fix OpenAI temperature being omitted when no custom value is set
6767
- Handle per-key failures during settings import
68+
- Fix: Remove unsupported `--no-absolute-filenames` tar argument (#491 by @kazenshi, PR #492 by @kazenshi)
6869
- Security updates: mermaid v11.15.0, axios v1.16.0
6970

7071
<details>
@@ -89,7 +90,7 @@ for this exact support, so if you are having problems or if you have question, j
8990
- [简体中文](locales/zh-CN/README.md)
9091
- [繁體中文](locales/zh-TW/README.md)
9192
- ...
92-
</details>
93+
</details>
9394

9495
---
9596

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "ZooCodeOrganization",
6-
"version": "3.58.0",
6+
"version": "3.58.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)