mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-21 05:47:27 +00:00
14 KiB
14 KiB
Changelog
All notable changes to CloudCLI UI will be documented in this file.
1.26.0 (2026-03-20)
New Features
- add German (Deutsch) language support (#525) (a7299c6)
- add WebSocket proxy for plugin backends (#553) (88c60b7)
- Browser autofill support for login form (#521) (72ff134)
- git panel redesign (#535) (adb3a06)
- introduce notification system and claude notifications (#450) (45e71a0)
- refactor: move plugins to typescript (#557) (612390d)
- unified message architecture with provider adapters and session store (#558) (a4632dc)
Bug Fixes
- detect Claude auth from settings env (#527) (95bcee0)
- remove /exit command from claude login flow during onboarding (#552) (4de8b78)
Documentation
- add German language link to all README files (#534) (1d31c3e)
- readme: hotfix and improve for README.jp.md (#550) (7413c2c)
- README: update translations with CloudCLI branding and feature restructuring (#544) (14aef73)
1.25.2 (2026-03-11)
New Features
Bug Fixes
- codeql user value provided path validation (aaa14b9)
- numerous bugs (#528) (a77f213)
- security: disable executable gray-matter frontmatter in commands (b9c902b)
- session reconnect catch-up, always-on input, frozen session recovery (#524) (4d8fb6e)
Refactoring
- new settings page design and new pill component (8ddeeb0)
1.25.0 (2026-03-10)
New Features
- add copy as text or markdown feature for assistant messages (#519) (1dc2a20)
- add full Russian language support; update Readme.md files, and .gitignore update (#514) (c7dcba8)
- new plugin system (#489) (8afb46a)
Bug Fixes
Maintenance
- add plugins section in readme (e581a0e)
1.24.0 (2026-03-09)
New Features
Bug Fixes
- git: prevent shell injection in git routes (86c33c1)
- replace getDatabase with better-sqlite3 db in getGithubTokenById (#501) (cb4fd79)
1.23.2 (2026-03-06)
New Features
- add clickable overlay buttons for CLI prompts in Shell terminal (#480) (2444209), closes #427
- add terminal shortcuts panel for mobile (#411) (b0a3fdf)
- implement session rename with SQLite storage (#413) (198e3da), closes #72 #358
Bug Fixes
- chat: finalize terminal lifecycle to prevent stuck processing/thinking UI (#483) (0590c5c)
- codex-history: prevent AGENTS.md/internal prompt leakage when reloading Codex sessions (#488) (64a96b2)
- preserve pending permission requests across WebSocket reconnections (#462) (4ee88f0)
- prevent React 18 batching from losing messages during session sync (#461) (688d734)
- release it script (dcea8a3)
Styling
Maintenance
1.22.0 (2026-03-03)
New Features
- add community button in the app (84d4634)
- Advanced file editor and file tree improvements (#444) (9768958)
- update document title based on selected project (#448) (9e22f42)
Bug Fixes
- claude: correct project encoded path (#451) (9c0e864), closes #447
- claude: move model usage log to result message only (#454) (506d431)
- missing translation label (855e22f)
Maintenance
1.21.0 (2026-02-27)
New Features
- add copy icon for user messages (#449) (b359c51)
- Google's gemini-cli integration (#422) (a367edd)
- persist active tab across reloads via localStorage (#414) (e3b6892), closes #387
Bug Fixes
Maintenance
- upgrade @anthropic-ai/claude-agent-sdk to version 0.2.59 and add model usage logging (#446) (917c353)
- upgrade better-sqlite to latest version to support node 25 (#445) (4ab94fc)
1.20.1 (2026-02-23)
New Features
- implement install mode detection and update commands in version upgrade process (f986004)
- migrate legacy database to new location and improve last login update handling (50e097d)
1.19.1 (2026-02-23)
Bug Fixes
- add prepublishOnly script to build before publishing (82efac4)
1.19.0 (2026-02-23)
New Features
- add HOST environment variable for configurable bind address (#360) (cccd915)
- subagent tool grouping (#398) (0207a1f)
Bug Fixes
- macos: fix node-pty posix_spawnp error with postinstall script (#347) (38a593c), closes #284
- slash commands with arguments bypass command execution (#392) (597e9c5)
Refactoring
- releases: Create a contributing guide and proper release notes using a release-it plugin (fc369d0)