Skip to content

Commit 955efd3

Browse files
committed
release: v0.4.1
1 parent a7766a4 commit 955efd3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
Seeded from GitHub releases; maintained by the release bump workflow.
44

5+
## v0.4.1
6+
7+
### Release Story
8+
9+
A hotfix release that repairs frontend-to-backend route mismatches introduced during the v0.4.0 OpenAPI migration. Multiple UI features — ChatGPT OAuth sign-in, the raw config editor, prompt inspector, process cancellation, update checks, and groups/humans management — were silently broken by stale URL paths in the API client.
10+
11+
All frontend API routes in `client.ts` have been audited against the backend's utoipa route annotations and corrected. The prompt inspector modal has also been widened to 80% viewport width for better readability.
12+
13+
- **12 route fixes** across OAuth, config, channels, updates, and links endpoints
14+
- **Prompt inspector** modal now uses 80% viewport width
15+
- Community contribution: ingest file upload route fix
16+
17+
## What's Changed
18+
* Fix API route mismatches from OpenAPI migration by @jamiepine in https://github.com/spacedriveapp/spacebot/pull/531
19+
* fix: correct ingest file upload endpoint URL by @tomasmach in https://github.com/spacedriveapp/spacebot/pull/530
20+
* Fix remaining API route mismatches from OpenAPI migration by @jamiepine in https://github.com/spacedriveapp/spacebot/pull/532
21+
22+
23+
**Full Changelog**: https://github.com/spacedriveapp/spacebot/compare/v0.4.0...v0.4.1
524
## v0.4.0
625

726
### Release Story

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spacebot"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
default-run = "spacebot"
66

0 commit comments

Comments
 (0)