mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-24 17:47:37 +00:00
2.3 KiB
2.3 KiB
Changelog
All notable changes to CloudCLI UI will be documented in this file.
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)