v0.31.0
Date: April 24, 2026
Highlight
This release introduces an experimental embedded browser. It may be utilized as a lightweight browser; however, its primary significance lies in enabling access to personal raw data. When browsing certain websites, if a raw data adapter is available, the context menu will present an option. Users can view their personal data in tabular form, with support for persistent storage and incremental updates.
https://github.com/user-attachments/assets/1699108e-f240-4838-b82b-963cf0f773d0
New Features
- Drag-and-Drop Tab Reordering — Both the tab bar and sidebar support drag-to-reorder.
- CMDK Enhancements — Type a domain or URL to open it in a new tab; type keywords to search with your default engine; search and switch between open tabs.
- Find in Page for Documents — Documents in the main window now support in-page search via Cmd/Ctrl + F.
- DataView Enhancement — Now supports querying
inboxandrawdatabases, consuming adapter data directly. For example:select * from raw.data - Update channel: Now supports switching to the beta channel for faster updates.
Improvements & Fixes
- View Editing Improvements — Simplified view type switching by removing the secondary menu; name changes now auto-save on Enter, blur, or panel close.
- Electron 40 Upgrade — Desktop framework upgraded for better performance and compatibility.
- Architecture Refactoring — Desktop code restructured with DI modules for improved stability.
- CSV Import Improvements — Better error messages and more lenient CSV validation.
- Table Search Fix — Fixed an issue where global search could not be enabled in tables.
What’s Changed
- Feat/rawdata by @mayneyao in https://github.com/mayneyao/eidos/pull/308
- feat(table): view setting improve by @zxhd863943427 in https://github.com/mayneyao/eidos/pull/309
New Contributors
- @zxhd863943427 made their first contribution in https://github.com/mayneyao/eidos/pull/309
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.30.0…v0.31.0