Changelog
Release history for LastBrowser. For the full Hermes WebUI backend changelog, see the Hermes WebUI CHANGELOG.
v0.2.0
Latest — May 2026
Major update — v2 architecture with complete module system and sidebar panels.
Added
- Complete v2 architecture: main/renderer separation with IPC router (
src/main/ipc/router.js)
- Integrated sidepanel workspace.html with nav-sidebar replacing overlay sidebar
- Multi-agent system with agentManager (Agent CRUD, model/provider config, role system, task tracking, success rates)
- Kanban board system: boards, columns, cards, WIP limits, drag-drop ordering, color-coded statuses
- Split View manager with multi-panel layouts and resize support
- Focus Mode with Pomodoro timer (25/50/90 min), distraction blocking, notification muting
- Command Palette (
Ctrl+K) with fuzzy search across all data types
- Workspace manager with isolated session partitions, export/import, reorder, pause
- App shortcuts with multi-account support and isolated sessions per account
- Privacy manager with adblock, cookie controls, cache clearing
- Resource saver with auto-tab suspension (configurable timeout, exceptions, memory stats)
- Compact mode and focus mode UI
- System tray with minimize-to-tray, quick menu, status indicator
- Auto-update via electron-updater (GitHub Releases)
- Full dark theme with brand colors (#7C6FF0 purple + #60A5FA blue)
Changed
- Renamed from Hermes Desktop to LastBrowser
- Rebuilt sidebar from overlay to integrated nav
- Updated Electron to v35
- electron-builder config simplified and documented
v0.1.0
Initial — April 2026
Initial release — Hermes Desktop native Electron wrapper.
Added
- Electron shell wrapping Hermes WebUI Python backend
- Python server lifecycle management (auto-start, graceful shutdown)
- Basic sidebar overlay with panel navigation (Chat, Tasks, Browser, Memory, Settings)
- System tray with show/restart/quit actions
- NSIS installer for Windows
- GitHub Actions CI for Windows builds
- Icon set (PNG, ICO, SVG) with "L" monogram logo
Full changelog: Hermes WebUI CHANGELOG