You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Upgraded file browsing operations: File Navigator and Path Explorer now support Finder-like copy, cut, paste, drag-to-move, copy from system drops, and marquee multi-select. Selection state, context menus, and Path Explorer behavior are more consistent.
Enhanced video timeline: generation history now supports deleting scenes, in-place redo, and preserving discarded takes. Keyframe / reference-image drop zones are easier to click, with confirmation dialogs and success / failure toasts for redo and delete actions.
Improved admin dashboard: Overview and Analytics are merged into one Dashboard with multi-window KPIs, overall totals, device funneling, supported format / app totals, and per-user usage breakdowns on user detail pages.
Editor and viewer upgrades: Notebook gains zoom and block gutters; the ICS viewer is renamed to Calendar Editor; archive viewing, drag scrolling, Mindmap PNG export, vector image export, and common document viewing have been improved.
Fixes
Fixed Python / Jupyter environment installation so it can be stopped or closed reliably; cancellation now aborts requests, terminates subprocesses, and cleans up incomplete installs.
Fixed a startup root race in File Navigator, conflicts between viewer drag scrolling and selection state, and unstable video continuation first-frame / ffmpeg path handling.
Fixed non-OK Web API responses being treated as normal data, better-auth session read failures breaking API routes, and unclear admin analytics failure states.
Fixed missing Windows / APPX icon assets and Vitest include globs using incompatible path separators on Windows.
Improvements
Completed a broad i18n pass for Admin, Dashboard, Chat, native menus, and related surfaces; added .gitattributes recognition as a text format.
Migrated in-repo agent configuration to the Codex directory and added design docs, implementation plans, and regression tests for this release cycle.