Releases: jahirxtrap/cconnect
Releases · jahirxtrap/cconnect
1.1.5
- Added archive browsing in Files — tap a zip, rar, 7z or tar to navigate inside like a folder, preview its files, and extract or save just what you pick
- Added compression formats — choose a name and format when compressing: zip, 7z, tar.gz, tar.xz, plus rar when the server has the RAR CLI available
- Added extract options — unpack into a folder named after the archive, right where it is, or pick any destination
- Added an "Open in Files" action for shared archives in the chat, and archives now show their own icon everywhere
- Fixed drag-select marking the wrong files in subfolders
1.1.4
- Added background notifications — permission prompts, questions and finished tasks notify you while the app is in the background, and tapping one opens the chat
- Added quick actions on permission notifications — Allow, Allow always or Deny right from the notification, without opening the app
- Added search in Files — find files by name across subfolders, with results you can open, preview and select like any listing
- Added zip support in Files — compress a selection or extract a .zip from the selection menu
- Added an enable/disable switch for MCP servers — turning one off keeps its configuration for when it comes back
- Added a formatted view toggle when previewing Markdown files — switch between rendered and plain text, and the choice sticks
- Added a Background settings group — choose which notifications you get and disable battery optimizations for reliable delivery
1.1.3
- Added file sorting in Files — order by name, date, type or size with an ascending/descending toggle; the choice sticks, folders always lead, and it defaults to most-recent first
- Added Claude Fable 5 to the model picker — the new top-tier model, with its 1M-context variant
- Changed SSH sessions to survive the screen turning off — a keepalive and a Wi-Fi lock keep the connection from dropping on suspend
- Fixed the Monitor reporting Windows 11 machines as Windows 10
1.1.2
- Added a Monitor screen — live graphs of the PC's CPU, GPU, memory, VRAM and per-disk storage over a dedicated WebSocket, the server's own logs streaming in real time, and a device card with the OS icon, hostname, uptime and hardware details, with swipeable Resources/Logs pages and a server selector to watch any environment
- Added a remote server restart — one tap from the Monitor, the backend relaunches itself and the app reconnects on its own
- Added plan usage to the Claude screen — your subscription tier (Pro, Max 5x/20x) and a bar per limit window with its reset time, straight from your account
- Changed the personal prompt to carry explicit user authorship, so Claude follows it as something you said directly
- Changed project selectors to show each project's folder name instead of its raw path
1.1.1
- Added a Claude screen — a full manager for the Claude Code install on the PC: see the CLI version, switch where it comes from and update it, read its official changelog, and keep a personal prompt that rides along every conversation
- Added plugin management — browse marketplace catalogs with search, install plugins and enable, disable, update or uninstall them with live progress; marketplaces and MCP servers can be added, updated or removed, skills are readable, and memories can be viewed or deleted globally or per project
- Added HTML and SVG preview to the file viewer — pages render in a real web view with their styles and scripts working
- Added a delete action to the file preview with confirmation, available from Files, chat links and memories
- Added outdated-version alerts for Claude Code — the app warns when the PC's CLI is older than supported, and update notices now jump straight to the relevant Settings row with a brief highlight
- Added a "Support development" link in Settings
- Changed external links in markdown to ask for confirmation before opening, on every screen
- Changed project selectors to show the full project path
- Fixed the paperclip icon centering in the composer
1.1.0
- Added chat attachments — pick files with the paperclip button and they upload to the shared folder when you hit send, with per-file progress and cancel; images reach Claude natively so it sees them instantly, and attachments show as tappable chips in the message on both phone and PC
- Added file management to Files — upload files, create folders and rename with duplicate checks, plus multi-select with drag marking to move, copy, share, delete or download several items at once, and a copy-path action
- Added an in-app changelog viewer and a manual "Check for updates" button in Settings
- Added image preview with zoom, and file types for the viewer are now detected by mimetype
- Changed GitHub checks to be cached — the changelog refetches only after updating and update checks run once per launch, keeping API usage minimal
- Fixed the file browser jumping back to the root folder after closing a preview
1.0.9
- Added in-app updates — the app checks GitHub for new releases and can download and install them right from Settings, with download progress and cancel
- Added an app–server compatibility check — both sides declare the version range they support, and dismissable notices on launch warn when either one should be updated to avoid issues
- Added an About section in Settings — app version and update status, the creator's GitHub profile and a link to the repository
- Added a file preview screen — shared markdown files open rendered like chat messages, from the file browser or a chat link, with save and share actions
1.0.8
- Added rewind — pick any previous message from the new history button and restore code and conversation, or conversation only, with a +/− line preview of what the file restore touches
- Added an environment picker to the sidebar header — the connected backend's name and host next to the app logo, switchable in one tap and also reachable from the file browser
- Changed Settings into grouped sections — appearance, connectivity and server, with the server's connection status on its section header
- Changed "Connections" to "Environments" across the app
- Changed the app bar and sidebar to a tighter, consistent layout — slimmer bars, unified icon sizes and aligned headers
1.0.7
- Added inline images in chat — markdown images render right in the conversation, whether they come from the app's shared files or an external link, scaled to fit the screen and tappable to save or share
- Added a grouped question card — answer all of Claude's questions in one place and submit together, swipe between them, preview each option with its description, select multiple, type your own answer, attach notes, or choose to discuss it with Claude instead
- Added a redesigned app icon
- Added UX refinements across the app — file save and share actions with empty states in the browser, plus cleaner, more consistent inputs, dialogs and menus
- Changed the CLI self-update to run against the source and path you have selected, so you can update one before saving it
1.0.6
- Added resilient chat — a running turn keeps going on the server if the connection drops, and reconnecting picks up where it left off and replays anything you missed
- Added permissions and questions to the quick chat and made it survive reconnects like the main chat, with all its tool activity folded into a single working indicator
- Added a connection indicator to the app bar — connecting, working, waiting for a reply, or idle — with a clear "Server unavailable" state instead of raw network errors, and disabled sending and commands while offline
- Added a sticky header for expanded blocks so you can still collapse them after their header scrolls out of view
- Changed the quick chat to push the main chat up as it expands instead of covering it
- Changed MCP tools to show as "server: tool" and unified the look of the thinking, tool, result and diff blocks