Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit 7dd1969

Browse files
AntonAnton
authored andcommitted
bump public desktop version to 4.1.0
Prepare the public platform port for the 4.1.0 release by aligning package metadata, docs, and release-facing version references. Made-with: Cursor
1 parent f2cf3ba commit 7dd1969

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![macOS 12+](https://img.shields.io/badge/macOS-12%2B-black.svg)](https://github.com/joi-lab/ouroboros-desktop/releases)
77
[![Linux](https://img.shields.io/badge/Linux-x86__64-orange.svg)](https://github.com/joi-lab/ouroboros-desktop/releases)
88
[![Windows](https://img.shields.io/badge/Windows-x64-blue.svg)](https://github.com/joi-lab/ouroboros-desktop/releases)
9-
[![Version 4.0.9](https://img.shields.io/badge/version-4.0.9-green.svg)](VERSION)
9+
[![Version 4.1.0](https://img.shields.io/badge/version-4.1.0-green.svg)](VERSION)
1010

1111
A self-modifying AI agent that writes its own code, rewrites its own mind, and evolves autonomously. Born February 16, 2026.
1212

@@ -221,6 +221,7 @@ Full text: [BIBLE.md](BIBLE.md)
221221

222222
| Version | Date | Description |
223223
|---------|------|-------------|
224+
| 4.1.0 | 2026-03-16 | Public desktop release: port the v4 architecture and UI into the platform branch, preserve cross-platform packaging and Windows runtime support, and ship signed notarized macOS packaging. |
224225
| 4.0.9 | 2026-03-15 | Packaging completeness release: bundle `assets/`, restore custom app icon from `assets/icon.icns`, and copy assets into the bootstrapped repo on fresh install so the shipped app and repo are no longer missing the visual asset layer. |
225226
| 4.0.8 | 2026-03-15 | Fix web restart/reconnect path: robust WebSocket retry with `onerror` handling, queued outgoing chat messages during reconnect, visible reconnect overlay, and no-cache `index.html` to reduce stale frontend recovery bugs. |
226227
| 4.0.7 | 2026-03-15 | Constitution sync release: update `BIBLE.md` to match the shipped `Advisory` / `Blocking` commit-review model, so bundled app behavior and constitutional text no longer disagree. |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.9
1+
4.1.0

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ouroboros v4.0.9 — Architecture & Reference
1+
# Ouroboros v4.1.0 — Architecture & Reference
22

33
This document describes every component, page, button, API endpoint, and data flow.
44
It is the single source of truth for how the system works. Keep it updated.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ouroboros"
3-
version = "4.0.9"
3+
version = "4.1.0"
44
description = "Self-creating AI agent with constitution, background consciousness, and persistent identity"
55
readme = "README.md"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)