Releases: mayneyao/eidos
v0.22.0-beta.5
Full Changelog: v0.22.0-beta.4...v0.22.0-beta.5
v0.22.0-beta.4
Full Changelog: v0.22.0-beta.3...v0.22.0-beta.4
v0.22.0-beta.3
Full Changelog: v0.22.0-beta.2...v0.22.0-beta.3
v0.22.0-beta.2
Full Changelog: v0.22.0-beta.1...v0.22.0-beta.2
v0.22.0-beta.1
v0.21.0
✨ Highlights
DateView: a new node type that displays cross-data source queries in read-only table format.
Screen.Recording.2025-06-24.at.17.14.48_compressed.mp4
Extension
- Dynamic Third-Party Package Import: Micro blocks now support dynamic importing of third-party packages.
- Improved Loading Performance: Optimized micro block loading speed for better user experience.
- You can now open micro blocks in your default browser by holding
Option
and clicking the standalone open icon in micro block details. - Fixed theme styling synchronization issues in Micro Block
AI
- Manual Model List Input: AI provider configuration now supports manual model list input, useful for OpenAI-compatible providers that don't implement
/models
API. - Enhanced Message Storage: Improved AI chat message storage structure.
- Configurable Tools: Tools can now be configured for enablement status and maximum call steps.
- Improved Context Management: Enhanced node context management - new chats now default to current node as context, and you can quickly add nodes to conversation context via right-click menu from node tree.
- Temporarily removed prompt switching to streamline the experience.
Doc
- New Keyboard Shortcuts: Added
Option
+↑/↓
arrow keys to quickly reorder list items.
Security
- CORS Management: Added CORS management in security configuration to allow safe cross-domain access for image previews and requests in extensions.
Full Changelog: v0.20.0...v0.21.0
v0.20.0
✨ Highlights
AI
- Unified AI Chat Interface: Merged the chat interfaces from the extension and the sidebar for a more consistent experience.
- Persistent AI Chat History: AI chat conversations can now be saved and restored.
Extensions
- New Extension Management Interface: Redesigned the extension management page for a more intuitive user experience.
- Custom Extension Nodes: You can now create and use custom extension nodes.
- Custom Themes: You can now customize the interface themes.
- Custom LLM Tools: Script commands (
script command
) can now be marked asasTool
to be used by the AI.
Documents
- Document Formatting: A new document formatting plugin has been added. Use
Shift + Alt/Opt + F
to quickly format documents containing both Chinese and English text. - Standalone Document Editing: Documents can now be opened and edited as standalone files within Cursor.
🚀 Optimizations and Improvements
- AI:
- Optimized the system prompt.
- Improved the context management mechanism.
- Extensions:
micro block
now supports importing CSS files.- Optimized third-party library dependency management to avoid conflicts from multiple React versions.
Full Changelog: v0.19.0...v0.20.0
More 8000 Details: https://x.com/EidosSpace/status/1931864965130158256
v0.19.0
v0.19.0
Date: May 17, 2025
This version focuses on optimizing the extension mechanism to make it easier for users to use extensions.
✨ Highlights
https://youtu.be/EBmF3RkFxcw?si=MAk0AOvNO49dI-rT
- Micro block Rendering Mechanism Improvement
- Micro blocks now run in an isolated environment, supporting all Web APIs, providing greater flexibility and security.
- Offline use is supported after previewing once.
- Extension Marketplace Integration
- Users can now directly install extensions from the Extension Marketplace to easily enhance Eidos' functionality.
- Extension Sharing
- You can share your extensions to the Extension Marketplace.
- Publishing extensions requires a
preview.eidos.space
account and a configured API key.
- Publishing extensions requires a
- You can share your extensions to the Extension Marketplace.
Full Changelog: v0.18.1...v0.19.0
v0.18.1
This is a small update that mainly addresses Linux build issues. It removes support for webllm and upgrades the lexical editor to the latest version.
Full Changelog: v0.18.0...v0.18.1
v0.18.0
v0.18.0 Changelog
This release introduces semantic search capabilities and improves AI provider configuration.
✨ Highlights
Screen.Recording.2025-04-21.at.08.05.20_compressed.mp4
Vector Embedding & Semantic Search
- Added vector embedding support for text fields, enabling semantic search within tables.
Enhanced AI Provider Configuration
- Improved the AI settings page, including better provider management, model selection, configuration forms, and success notifications.
New Features
- Freeze Columns: Table views now support freezing columns for better data navigation.
- Sync (Experimental): Implemented foundational sync functionality. (Note: Sync is currently disabled by default).
Fixes and Improvements
- Refactored project structure, moving
locales
,worker
,electron
,lib
into dedicated packages/apps directories. - Fixed field type conversion failures.
- Fixed grid button layout issues with dynamic header heights.
- Fixed drag-region behavior in settings.
- Updated English and Chinese translations.
- Fixed CSV import failure when sync was enabled.
What's Changed
Full Changelog: v0.17.0...v0.18.0