Plugin contributions gain named host icons, a working-folder context slot, and
bottom-dock panels. The Unreal plugin (1.2.0) now puts Launch / Build Solution
in the folder right-click menu with the UE + hammer icons and its log in a
bottom-dock "Unreal" tab — where they lived before extraction — instead of
emoji entries in Tools. Plugin is backward-compatible (falls back to menu/view
on 0.3.6 hosts).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Official plugin registry hosted on Gitea; client fetches registry.json over
HTTPS and installs plugins via backend plugin_write_file.
- Auto-install autoInstall plugins on first connect; per-machine enabled state.
- Extract all Unreal tooling (Build Solution / Unreal Log) into a separate
"unreal" plugin (defaultEnabled) driven through the new host.ue bridge;
core UI no longer hard-wires Unreal.
- Settings → Plugins: "Official plugins" section with Install buttons.
- Status bar: "Updates" button (right of Log) triggers an update check without
restarting the client.
- Fixes: NEW badge hard-right/centered without shifting text; History commit
size no longer flickers (cached per change); giant icons in empty plugin/
People lists; Get Latest hover contrast.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Themes: built-in presets (Ember/Forest/Ocean/Rosé) + custom-theme editor
(per-token color pickers, live preview, JSON export/import). src/themes.ts.
- Plugin platform: JS/ESM plugins loaded via blob-module import (CSP
script-src blob:), Host SDK with menu / file-context / view / submit-hook
contribution points + permission model. Backend commands to list/read/enable/
install/remove plugins under <config>/plugins/. Example plugin + PLUGINS.md.
- Settings redesigned into a sectioned hub (General / Appearance / Plugins);
Themes and Plugins moved in, removed from the Actions menu.
- "NEW" badge on History commits submitted < 3h ago.
- Smooth tab transitions: sliding underline + content fade on Changes/History,
and matching fades on the view-panel and dock tab groups.
- Fix: settings close button used the default browser style.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Edit-workspace dialog gets a P4V-style folder tree with tri-state include/
exclude checkboxes (lazy-loaded via p4 dirs). Toggling writes the depot→client
View mapping (`//depot/Foo/...` or `-//depot/Foo/...`) — i.e. what syncs and
what doesn't. Tree/Text mode toggle; after Save it offers Get Latest.
- Fix: .mbtn buttons weren't flex and didn't cap their <svg>, so an icon inside
(e.g. the lock on "Add recommended Unreal rules") blew up to fill the button.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Submit/Get-Latest progress dialog can be minimized to a small bottom-right
chip (like the .sln build chip). Shows op + N/total + % + a thin progress bar;
click to expand. Submit keeps a Cancel button on the chip.
- The transfer runs in the backend regardless, so minimizing never interrupts it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Client:
- Commit: batch `p4 reopen` so huge changelists (63k+) no longer blow the
Windows command-line limit; live "N / total" progress + spinner during commit.
- Submit dialog: white arrow, "N of total" + % bar, running file log,
Cancel button (aborts pre-commit; changelist stays pending).
- Disk scan: streaming reconcile with a live "found N files" counter + Cancel.
- Thumbnails: only decode browser-renderable image formats; glyph fallback
(+ onError) instead of a broken-image icon for bmp/tga/dds/etc.
Landing + waitlist:
- waitlist-server: Express + SQLite email collector (dedup) with a secure
admin panel (scrypt auth, rate-limited login, signed cookies) and CSV export.
- landing form now POSTs signups to the waitlist API.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Tabbed view panel: File Viewer / File Tree / File Locks, header hidden at one tab, re-openable from Window, state persisted
- Right-click Workspace/Working-folder zones -> Show in File Tree (focuses the right side)
- Commit weight shown in History (p4 sizes -s //...@=CH)
- Rich code editor (highlighted underlay + gutter) and clean spec-editor surfaces (no more grey notepad)
- System tray (close-to-tray, tray menu Quit) + native OS notifications for teammate submits, even when hidden
- 'You're behind the server' banner + native notification (p4 sync -n), rechecked only when the server advances
- Audio & video preview with playback (media-src blob CSP); File Locks dockable into the view panel
- Backend: depot_ls/fs_ls, p4_change_sizes, p4_behind; tauri-plugin-notification + tray-icon
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Add icons to every dropdown menu item (File/Connection/Actions/Window/Tools/Help)
- New File Locks viewer (Window -> File Locks): all open/locked files across the
depot with who holds them (user + workspace), filter, locked-only toggle,
unlock your own locks, refresh
- Remove the purple highlight on the bottom-dock resize handle (cursor only)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Fix critical crash: opening the built-in code editor blanked the whole app
(white screen). The editing early-return sat above the syntax-highlight
useMemo, so entering edit mode changed the hook count and React tore down the
tree (Rules of Hooks violation). Moved all hooks above the early returns.
- Diff-vs-previous button is now shown only for text/code files, not binaries
(p4 diff2 on a .uasset only prints "files differ", which is useless).
- Package renamed to "Exbyte Depot" (productName + mainBinaryName); identifier
unchanged so existing installs upgrade in place.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Security and robustness (backend):
- Strict CSP (was null); confine read_file/launch_file/ue_log to the client root
- p4 trust without -f: surface fingerprint CHANGES instead of auto-accepting (MITM)
- stdin=null by default + non-interactive P4EDITOR so terminal commands never hang
- 64 MB read caps on read_depot/read_file/print_depot (no OOM on huge .uasset/.pak)
- Recover from mutex poisoning instead of crashing every later p4 call
- Decode p4 output as UTF-8 then cp1251 (Cyrillic paths no longer corrupt)
- p4_changes never deletes changelists that hold shelved files
- Validate changelist number in p4_undo_change
Bug fixes (frontend):
- Focus-refresh preserves the checkbox selection (never re-checks deselected files)
- Staleness guards on refresh/describe/AI-summary/user-groups (no cross-selection races)
- Real F5/Ctrl+R/G/S/B handlers; match e.code so Ctrl+backquote works on RU layout
- Confirm dialog no longer fires on a stray global Enter
- Panel/dock/history drags end on window blur (no stuck resize)
- Commit draft clears on Submit only if unchanged since committing
- Summary/IDE buttons gated to real source files (not .pak/.dll/binaries)
New features:
- Exclusive lock/unlock plus held-by/locked-by indicators (p4 opened -a)
- Shelve/unshelve/delete-shelf on pending changelists
- Resolve UI (auto-merge / accept yours / accept theirs, per file or all) + banner
- Diff a history revision against the previous one; blame/annotate view
- Depot file search (Tools -> Search depot)
- Move opened files between pending changelists
- New-submit toasts from teammates + offline banner with auto-reconnect
Also: bake OpenRouter key at build time (git-ignored), drop AI settings UI,
IDE picker (detect installed editors), AI replies in the UI language,
persistent code summaries, metadata/CSP polish.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- History: GitHub-style split view of submitted changelists; preview file
contents at their exact revision (code/image/3D/uasset) via `p4 print`
- People & Roles modal: who works on the depot, activity indicators,
group/role assignment (p4 users / groups / group -i)
- AI commit summaries via OpenRouter (sparkle button); key/model in Settings
- Commit-message draft persists until Submit (not cleared on local commit)
- Resizable History file-list column (pointer-capture drag)
- Fix UI-scale leaving a gap at the bottom (compensate zoom in .win height)
- Author avatars on history rows; bump version to 0.2.2
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump version to 0.2.1 and publish signed installer + updated latest.json to
Gitea. Installed 0.2.0 clients will see the update banner.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump version to 0.2.0 across package.json, tauri.conf.json and Cargo.toml.
First signed release published to Gitea (tags v0.2.0 + updater/latest.json);
auto-updater endpoint verified live.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Tauri updater + process plugins. Checks Gitea Releases endpoint a few
seconds after launch; on a newer signed version shows a dismissible
bottom-right banner with download progress and auto-relaunch. Public
signing key in tauri.conf.json; release flow documented in RELEASING.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>