@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.12.0] ( https://github.com/nearai/ironclaw/compare/v0.11.1...v0.12.0 ) - 2026-02-26
11+
12+ ### Added
13+
14+ - * (web)* improve WASM channel setup flow ([ #380 ] ( https://github.com/nearai/ironclaw/pull/380 ) )
15+ - * (web)* inline tool activity cards with auto-collapsing ([ #376 ] ( https://github.com/nearai/ironclaw/pull/376 ) )
16+ - * (web)* display logs newest-first in web gateway UI ([ #369 ] ( https://github.com/nearai/ironclaw/pull/369 ) )
17+ - * (signal)* tool approval workflow and status updates ([ #350 ] ( https://github.com/nearai/ironclaw/pull/350 ) )
18+ - add OpenRouter preset to setup wizard ([ #270 ] ( https://github.com/nearai/ironclaw/pull/270 ) )
19+ - * (channels)* add native Signal channel via signal-cli HTTP daemon ([ #271 ] ( https://github.com/nearai/ironclaw/pull/271 ) )
20+
21+ ### Fixed
22+
23+ - correct MCP registry URLs and remove non-existent Google endpoints ([ #370 ] ( https://github.com/nearai/ironclaw/pull/370 ) )
24+ - resolve_thread adopts existing session threads by UUID ([ #377 ] ( https://github.com/nearai/ironclaw/pull/377 ) )
25+ - resolve telegram/slack name collision between tool and channel registries ([ #346 ] ( https://github.com/nearai/ironclaw/pull/346 ) )
26+ - make onboarding installs prefer release artifacts with source fallback ([ #323 ] ( https://github.com/nearai/ironclaw/pull/323 ) )
27+ - copy missing files in Dockerfile to fix build ([ #322 ] ( https://github.com/nearai/ironclaw/pull/322 ) )
28+ - fall back to build-from-source when extension download fails ([ #312 ] ( https://github.com/nearai/ironclaw/pull/312 ) )
29+
30+ ### Other
31+
32+ - Add --version flag with clap built-in support and test ([ #342 ] ( https://github.com/nearai/ironclaw/pull/342 ) )
33+ - Update FEATURE_PARITY.md ([ #337 ] ( https://github.com/nearai/ironclaw/pull/337 ) )
34+ - add brew install ironclaw instructions ([ #310 ] ( https://github.com/nearai/ironclaw/pull/310 ) )
35+ - Fix skills system: enable by default, fix registry and install ([ #300 ] ( https://github.com/nearai/ironclaw/pull/300 ) )
36+
1037## [ 0.11.1] ( https://github.com/nearai/ironclaw/compare/v0.11.0...v0.11.1 ) - 2026-02-23
1138
1239### Other
0 commit comments