Skip to content

Commit 2dfcffb

Browse files
authored
chore: bump version to v2026.4.11-beta18 (librefang#2315)
1 parent 856554b commit 2dfcffb

File tree

8 files changed

+66
-22
lines changed

8 files changed

+66
-22
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ All notable changes to LibreFang will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project uses [Calendar Versioning](https://calver.org/) (YYYY.M.DD).
77

8+
## [2026.4.11] - 2026-04-11
9+
10+
### Added
11+
12+
- Add WebSocket terminal with PTY backend and xterm frontend (Phase 1) (#2229) (@leszek3737)
13+
- Claude Code CLI profile rotation for rate-limit resilience (#2249) (@f-liva)
14+
- Add MCP Servers management page (#2278) (@houko)
15+
- Raise MSRV to 1.94.1 and keep stable toolchain (#2302) (@houko)
16+
- Uninstall hand (#2312) (@houko)
17+
18+
### Fixed
19+
20+
- Change Docker setup to fix permissions for LIBREFANG_HOME (#2240) (@Cruel)
21+
- Also ignore secrets.env (dashboard-managed env file) (#2248) (@DaBlitzStein)
22+
- Localize agent template copy for zh users (#2257) (@houko)
23+
- Restore approval context and dashboard auth flows (#2272) (@houko)
24+
- Exclude Hand sub-agents from channel routing fallback (#2276) (@houko)
25+
- Accept claude-code (hyphen) in CLI profile rotation guard (#2284) (@f-liva)
26+
- Replace --verbose with --include-partial-messages for qwen driver (#2290) (@f-liva)
27+
- Add missing cli_profile_dirs to DefaultModelConfig literals (#2296) (@houko)
28+
- Delegate first-boot config to librefang init (#2297) (@houko)
29+
- Scan workspaces/ dir to persist locally-installed hands across boot (#2298) (@houko)
30+
- Hide delete button for built-in providers, flag custom (#2300) (@houko)
31+
- Mark manifest mut in parse_manifest (#2306) (@houko)
32+
- Stop middleware path normalization from swallowing GET / (#2307) (@houko)
33+
- Preserve pending Telegram updates across daemon restart (#2309) (@houko)
34+
- Stop agent loop on pure-text max_tokens overflow (#2310) (@houko)
35+
- Make Hands Settings tab actually editable (#2311) (@houko)
36+
- Wire ConPTY resize on Windows (#2313) (@houko)
37+
38+
### Changed
39+
40+
- Harden and optimize Telegram adapter (#2223) (@leszek3737)
41+
42+
### Maintenance
43+
44+
- Cover full-path context hook launchers (#2255) (@houko)
45+
- Cover wechat and wecom multi-account config parsing (#2258) (@houko)
46+
47+
### Other
48+
49+
- Feat(ws) harden terminal websocket follow-ups after #2229 (#2304) (@houko)
50+
51+
852
## [2026.4.10] - 2026-04-10
953

1054
### Added

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -20,7 +20,7 @@ members = [
2020
]
2121

2222
[workspace.package]
23-
version = "2026.4.10-beta17"
23+
version = "2026.4.11-beta18"
2424
edition = "2021"
2525
license = "MIT"
2626
repository = "https://github.com/librefang/librefang"

crates/librefang-desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "LibreFang",
4-
"version": "26.4.32117",
4+
"version": "26.4.32128",
55
"identifier": "ai.librefang.desktop",
66
"build": {},
77
"app": {

packages/whatsapp-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librefang/whatsapp-gateway",
3-
"version": "2026.4.10-beta17",
3+
"version": "2026.4.11-beta18",
44
"description": "WhatsApp Web gateway for LibreFang — QR code login, bidirectional messaging via Baileys",
55
"bin": {
66
"librefang-whatsapp-gateway": "./index.js"

sdk/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librefang/sdk",
3-
"version": "2026.4.10-beta17",
3+
"version": "2026.4.11-beta18",
44
"description": "Official JavaScript/TypeScript client for the LibreFang Agent OS REST API",
55
"main": "index.js",
66
"types": "index.d.ts",

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="librefang",
5-
version="2026.4.10b17",
5+
version="2026.4.11b18",
66
description="Official Python client for the LibreFang Agent OS REST API",
77
py_modules=["librefang_sdk", "librefang_client"],
88
python_requires=">=3.8",

sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "librefang"
5-
version = "2026.4.10-beta17"
5+
version = "2026.4.11-beta18"
66
edition = "2021"
77
description = "Official Rust client for LibreFang Agent OS"
88
license = "MIT"

0 commit comments

Comments
 (0)