Skip to content

Commit 9e4e230

Browse files
committed
chore: bump project version to 0.41.1
1 parent 0f41421 commit 9e4e230

5 files changed

Lines changed: 12 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.41.0"
14+
version = "0.41.1"
1515
edition = "2024"
1616

1717
[workspace.dependencies]

docs/RELEASE_NOTE.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
## What's new
22

3-
### ✨ New Features
4-
- Agent Card View Modes: You can now toggle between grid, list, and single view modes for agent cards, allowing for a more customizable layout.
5-
- Manual Card Resizing: AgentView now supports manual card resizing for better control over your workspace.
6-
- Unarchive Threads: A new command to unarchive threads has been added, complete with optimistic UI updates in the ArchivedThreadSettings to make the interaction feel instantly responsive.
7-
8-
### 🎨 UI & UX Improvements
9-
- AgentView Refinements: The layout logic for the AgentView has been updated, including better visibility conditions for card bodies and improved reliability for scrolling to the bottom of views.
10-
- Cleaned Up Legacy Interfaces: The outdated legacy history view and its associated components have been completely removed to streamline the interface.
11-
12-
### 🛠️ Under the Hood (Refactoring & Maintenance)
13-
- Event Handling Modularization: Server-Sent Events (SSE) and Tauri listener logic have been extracted into dedicated hooks, making the event handling system cleaner and more modular.
14-
- Directory Watching Hook: File and Git monitoring logic has been consolidated into a reusable useDirWatch hook.
15-
- Codex Commands Organization: Codex commands have been split into separate files for significantly better code maintainability.
16-
17-
### 📝 Documentation
18-
- Zustand Migration Guide: Added new documentation covering the requirements for Zustand persist store migrations.
3+
- Set agent view solo mode as default
4+
- Small improvements

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.41.0",
4+
"version": "0.41.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.41.0</string>
10+
<string>0.41.1</string>
1111
<key>CFBundleName</key>
1212
<string>Codexia</string>
1313
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)