v1.8.0
- New Built-in file editor and viewer — open PDF, Word (DOCX), Excel (XLSX), CSV, images, text/code and Markdown in side-panel tabs: next to the AI chat or on any page. Edit and save, watch for on-disk file changes, split into panes, pin tabs. PDF renders in the background so the UI never freezes on heavy pages
- New Local terminals — the "+" button now opens a terminal on your own computer alongside SSH. Cross-platform: zsh/bash on macOS/Linux, PowerShell/cmd/Git Bash/WSL on Windows. The default shell is configurable
- New Browser: Arc-style split screen — double, triple and quad containers as full draggable chips in the tab bar, with an actions menu and adjustable pane borders
- New Browser: page media panel — finds images, video and audio on the page; open or download each item. Streaming video (HLS/DASH) is downloaded and remuxed to mp4 with bundled ffmpeg
- New Browser: address-bar autocomplete — shows up to 8 suggestions from your history as you type, with full keyboard navigation; pressing Enter without a selection falls back to a Google search
- New Permanent right rail — the Editor, Terminal and DB docks moved from a floating overlay to a permanent rail at the right edge: it reserves layout space and is always at hand
- New System Monitor: network diagnostics — a new tab that checks interfaces, DNS (system + Cloudflare/Google/Yandex), the route (traceroute), link bandwidth and per-site response times, with an overall verdict. Reports are saved
- New Servers: alert when a server stops responding — alerts used to fire only on metrics from a successful probe; now a fully unreachable server also notifies you (after several failed probes in a row; the threshold is configurable)
- New Servers: saved alert rules — a library of reusable rule templates: apply a rule to a server in one click or save an existing rule to the library
- New Database backup: back up your files alongside the database — RAG contexts, Tracker/Board/Docs attachments and images, posting media and custom-field files are bundled into an encrypted archive next to the DB snapshot and restored together with it, even onto a different computer. Retention is configured per destination; manual backup works even when auto-backup is off
- New YoBench account — sign in, register, password reset and a profile page. The app works fully without signing in — it is optional
- New YoBench subscription — manage your subscription from the profile: plans, status and expiry, plus a notification center. With an active subscription a managed "YoBench Subscription" AI provider appears automatically — no API key to enter
- New Scenarios: build automations with AI — the assistant creates and edits block scenarios (10 tools) with built-in block docs, validation before saving and hints. Inline expressions {{= ...}} are supported in block parameters
- Improved Email: unified "All accounts" inbox — messages from every account in one list; a lightweight list load with the body fetched on open and stable pagination
- Improved Email: fast search without freezes — search now uses a full-text index (FTS5) and runs on a background thread: it no longer freezes the UI, searches the message body too, instantly and by substring
- Improved Email: smarter AI summaries — the summary is saved on the message (shown instantly on open and after a restart), the summarization prompt is editable in settings, the summary replies in the app language, and a guard against instruction-injection from the email body was added
- Improved Email: select multiple messages — drag across the checkboxes and Shift+click to pick a range (Gmail-style)
- Improved Browser: the reload button turns into a stop button while a page is loading — clicking it cancels the load (just like Chrome)
- Improved Scheduler: reliability and correctness — pause now actually stops scheduled runs, correct time handling across daylight-saving changes, clear localized error notifications, a blocking dialog when deleting a context that is in use, and cached tokens counted in cost
- Fixed Terminal: paste with Cmd/Ctrl+V no longer duplicates the text
- Fixed Browser: leaving a split-screen page no longer leaves "ghost" panes hovering over the interface
- Fixed Browser: on a load error the address bar keeps the URL you entered instead of the internal chrome-error:// page
- Fixed Cost tracking and cache: correct "today" token counts in negative time zones, clearer validation errors, and cleanup of empty cache folders