Skip to content

CC Manager UI 0.2.0

Choose a tag to compare

@LunarWerxs LunarWerxs released this 13 Jul 23:28

Highlights

Per-instance icons and colors. Each row in the Instances table now shows a customizable glyph in place of the green status dot. An "Edit" action in the row's ⋮ menu picks an icon and a color with a live preview; a running instance keeps a small pulsing badge on the icon, a stopped one dims. Instances you have not customized get a stable, distinct default derived from their folder.

Rename works while running. Renaming is now a display label kept as UI metadata, so it is instant and works even while the instance is running (it never touches the on-disk profile folder). The folder name stays the stable id that sessions are tagged by. POST /api/instances/:dir/rename was replaced by POST /api/instances/:dir/meta.

Table and layout polish. A running row leads with Focus (Quit moved under the ⋮ menu, which was widened so "Create desktop shortcut" fits on one line). Removed the redundant header "New run" button (it lives in the queue drawer) and two divider lines; the sessions list and instance filter show display labels.

Hardening. Mutating API routes no longer return a 500 on a non-object JSON body (a bare null/number/string); a newly created instance starts with clean appearance metadata.

See the CHANGELOG for the full list.