Skip to content

Commit 7ab22cf

Browse files
committed
chore: bump version to 0.35.1
1 parent c6ca8c3 commit 7ab22cf

5 files changed

Lines changed: 7 additions & 19 deletions

File tree

docs/RELEASE_NOTE.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
## 🚀 Release 0.34.0
1+
## 🚀 Release 0.35.1
22

3-
### ⚡ Performance & Stability Boosts
4-
- Smarter File Watching: Completely overhauled the file system monitoring system. By replacing targeted polling with a modern, debounced directory-wide subscription, the app now handles massive file changes effortlessly. This dramatically reduces CPU overhead and eliminates redundant file tracking, giving you a much snappier UI.
5-
- Streamlined Startup: Added automatic syncing for llms.json provider configurations on startup, ensuring your LLM settings are always up-to-date and ready to go the moment the app opens.
6-
7-
### 🔄 UX & Interface Improvements
8-
9-
- Manual Refresh for Diffs: Added manual refresh keys for code diff components, giving you direct control over when to reload and view file differences.
10-
- Cleaner Model Selection: Rewrote the internal provider and model selection logic. While under the hood, this translates to a faster, more reliable, and conflict-free experience when switching between different AI models.
11-
12-
### 📚 Documentation & Ecosystem Updates
13-
14-
- Easier Downloads: Moved the Prebuilt Releases section to the top of the README so new users can find and download the app instantly.
15-
- Discover Ecosystem Tools: Added a brand-new Ecosystem section showcasing featured tools, skills, and community MCP servers to help you get the most out of the platform.
16-
- Weekly Market Spotlights: Introduced a weekly spotlight section in the documentation to highlight top-tier community extensions and marketplace contributions.
3+
- feat: reorganize project collapse state
4+
- fixed(codex): thread status

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codexia",
33
"private": true,
4-
"version": "0.35.0",
4+
"version": "0.35.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde_json = "1"
1212

1313
[package]
1414
name = "codexia"
15-
version = "0.35.0"
15+
version = "0.35.1"
1616
description = "A powerful IDE/GUI and Toolkit for Codex CLI + Claude code"
1717
authors = ["milisp"]
1818
license = "AGPL-3.0"

src-tauri/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>0.35.0</string>
10+
<string>0.35.1</string>
1111
<key>CFBundleName</key>
1212
<string>Codexia</string>
1313
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)