v0.27.1
Date: January 15, 2026
fix(extension): ensure editor displays TypeScript source instead of compiled JS
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.27.0…v0.27.1
Date: January 15, 2026
fix(extension): ensure editor displays TypeScript source instead of compiled JS
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.27.0…v0.27.1
Date: January 10, 2026
This iteration mainly introduces graft v2 to support space data synchronization, with multi-process architecture adjustments to the electron backend.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.26.0…v0.27.0
Date: December 12, 2025
Now supports multi-tab mode, allowing parallel management of multiple pages for easier context organization. The current mode is more like an IDE or browser, but serves only your personal data.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.25.1…v0.26.0
Date: November 29, 2025
cmd + p now supports files search and directory tree navigation, with an optimized directory tree implementation.
custom SQLite extension (experimental)
fix document slash menu error when some extensions are enabled
temporarily disable default AI tools (create record), AI functionality is not mature yet, tools may mislead LLM
cmd + k to add a “Reload App” item; when the app behaves abnormally, try executing this item.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.25.0…v0.25.1
Date: November 23, 2025
This release focuses on storage and routing mechanism refactoring, adding external file handling capabilities. Thanks to these adjustments, many features become more flexible and stable. This also brings breaking changes, you may need to fix some data, see the guide below for details.
.eidos folder under that folder./<space>/* prefix from routing pathnames, making file routing more flexible, replaced by universal subdomain pattern matching for workspaces./<space>/ prefix, some dataviews containing pathnames may be affected and need to be deleted and recreated.fix file paths: This will fix paths in eidos__files. Make image and file selectors work properly.fix file paths (current doc): When current node is document, this will fix file paths in the current document uniformly.fix file paths (current table): When current node is table, this will fix paths in all file fields of the current table.If you encounter unsolvable problems, please join our Discord or submit GitHub issue for support.
/@/<mount-name> pattern. Check documentation for more about mounting mechanism.readdir, mkdir, readFile, writeFile, stat, rename, watch, etc. View documentation'use sidebar' directive changes the default opening behavior of favorited blocks, you can now fully customize your own sidebar. View documentationFull Changelog: https://github.com/mayneyao/eidos/compare/v0.24.0…v0.25.0
Date: October 3, 2025
This version focuses on custom document properties, providing a new way to manage documents that works seamlessly with dataview.
docAction type script for better automation of properties and document content. Trigger through the actions menu or CMDK on any document page. Learn more about custom actions →@<property>.Alt/Opt and click mention nodes in documents to open preview in the right sidebar._id in formulas to get the unique identifier of the current record.eidos__kv table for persistent management of space-related data and configuration.Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.5…v0.24.0
Date: August 31, 2025
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.4…v0.23.5
Date: August 26, 2025
Fixed some issues with app initialization
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.2…v0.23.4
Date: August 25, 2025
findMany and count query methods for more powerful data querying capabilities.No Activation Code Required: You can now experience Eidos directly without an activation code.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.1…0.23.2
Date: August 21, 2025
Improve the sorting, searching, and other functions of extension directory tree
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.23.0…v0.23.1
Date: August 19, 2025
This version focuses on refactoring the extension mechanism, improving the stability and extensibility of the architecture.
⚠️ Breaking Changes
select * from eidos__scripts. New extensions have been migrated to the eidos__extensions table.export const meta to set the extension entry point and behavior.
🆕 New Mechanism Features
<slug>.ts<slug>.tsxgemini flash lite as an alternative.Thank you to @jackfromeast and @Suuuuuzy for discovering a serious security vulnerability. Please upgrade to the new version as soon as possible. We will release the vulnerability details later.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.21.0…v0.23.0
Date: June 24, 2025
DateView: a new node type that displays cross-data source queries in read-only table format.
Option and clicking the standalone open icon in micro block details./models API.Option + ↑/↓ arrow keys to quickly reorder list items.Full Changelog: https://github.com/mayneyao/eidos/compare/v0.20.0…v0.21.0
Date: June 9, 2025
script command) can now be marked as asTool to be used by the AI.Shift + Alt/Opt + F to quickly format documents containing both Chinese and English text.micro block now supports importing CSS files.Full Changelog: https://github.com/mayneyao/eidos/compare/v0.19.0…v0.20.0
More Details: https://x.com/EidosSpace/status/1931864965130158256
Date: May 17, 2025
This version focuses on optimizing the extension mechanism to make it easier for users to use extensions.
https://youtu.be/EBmF3RkFxcw?si=MAk0AOvNO49dI-rT
preview.eidos.space account and a configured API key.Full Changelog: https://github.com/mayneyao/eidos/compare/v0.18.1…v0.19.0
Date: May 2, 2025
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: https://github.com/mayneyao/eidos/compare/v0.18.0…v0.18.1
Date: April 21, 2025
This release introduces semantic search capabilities and improves AI provider configuration.
https://github.com/user-attachments/assets/811e91f6-0404-4dac-b144-44886db291c1
locales, worker, electron, lib into dedicated packages/apps directories.Full Changelog: https://github.com/mayneyao/eidos/compare/v0.17.0…v0.18.0
Date: April 6, 2025
This release introduces the new Kanban view feature.
https://github.com/user-attachments/assets/b0da749f-1a4b-4429-8d51-79b7aee95484
Kanban view for visual task management
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.16.2…v0.17.0
Date: March 26, 2025
This is a bug fix release.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.16.1…v0.16.2
Date: March 15, 2025
This is a minor version update with some fixes and improvements.
eidos://block/<blockId>@<spaceId> URI schema.// scritpA
export default async function (input: Input, context: Context) {
const result = await eidos.AI.generateText({
model: "google/gemini-2.0-flash-001@openrouter",
prompt: input.prompt || "9.11 and 9.9, which one is larger?",
})
eidos.currentSpace.notify({
title: "AI response from scriptA",
description: result,
})
return result
}
// scriptB
export default async function (input: Input, context: Context) {
await eidos.script.call("scriptA", {
prompt: `How many r's are in the word strawberry?`,
})
}
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.16.0…v0.16.1
Date: March 7, 2025
https://github.com/user-attachments/assets/70a5cbaf-6534-4bee-a175-7808b4b76c6b
https://github.com/user-attachments/assets/e5df9a06-62f3-45f9-981e-2497f2fa4ab8
shift + opt + arrow up/down quickly duplicate paragraphsFull Changelog: https://github.com/mayneyao/eidos/compare/v0.15.2…v0.16.0
Date: February 24, 2025
Ctrl/Cmd + Shift + [ & Ctrl/Cmd + Shift + ] Navigate between daily journal pagesCtrl/Cmd + T Quick access to today’s journalFull Changelog: https://github.com/mayneyao/eidos/compare/v0.15.1…v0.15.2
Date: February 23, 2025
Some small fixes, because of upgrading shadcn
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.15.0…v0.15.1
Date: February 22, 2025
Chart Block: A comprehensive visualization solution
https://github.com/user-attachments/assets/58390a1e-954d-411c-a96f-d06c820139c1
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.14.0…v0.15.0
Date: February 15, 2025
Ctrl/Cmd + N: Quick document creation (with auto-focus)Shift + Ctrl/Cmd + C: Copy current page URLFull Changelog: https://github.com/mayneyao/eidos/compare/v0.13.1…v0.14.0
Date: February 1, 2025
https://github.com/user-attachments/assets/2e04473f-e1a1-4df2-bef6-d1050fa0d5a9
Added Linux build support
AI: Added Groq API support
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.13.0…v0.13.1
Date: January 25, 2025
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.12.0…v0.13.0
Date: December 14, 2024
Custom document plugin powered by AI, creating a unique editing experience
https://github.com/user-attachments/assets/5129f8e7-2858-4826-b3c5-e1445efae1c4
Generate micro block directly in the document
https://github.com/user-attachments/assets/8bd7f818-4514-4d5a-9c11-8f805bf0cf91
A better editing experience, with drag-and-drop behavior that is more in line with expectations
https://github.com/user-attachments/assets/30b96ba8-5e9f-48d6-ad89-b7e0d452445f
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.11.0…v0.12.0
Date: November 26, 2024
https://github.com/user-attachments/assets/af88d258-119a-49b9-99d3-cd9f43a8ed1e
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.10.0…v0.11.0
Date: November 19, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.9.1…v0.10.0
Date: November 6, 2024
lookup is selectFull Changelog: https://github.com/mayneyao/eidos/compare/v0.9.0…v0.9.1
Date: November 4, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.8.1…v0.9.0
Date: October 29, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.8.0…v0.8.1
Date: October 25, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.7.9…v0.8.0
Date: October 21, 2024
chore: reduce desktop app size by @subframe7536 in https://github.com/mayneyao/eidos/pull/177
build(deps-dev): bump wrangler from 2.13.0 to 2.20.2 by @dependabot in https://github.com/mayneyao/eidos/pull/178
Improve UX by @mayneyao in https://github.com/mayneyao/eidos/pull/179
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.7.8…v0.7.9
Date: October 18, 2024
We now have a desktop client available for macOS and Windows.
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.6.3…v0.7.8
Date: August 25, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.6.2…v0.6.3
Date: August 15, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.6.1…v0.6.2
Date: August 13, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.5.5…v0.6.1
Date: August 5, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.5.4…v0.5.5
Date: July 31, 2024
https://github.com/user-attachments/assets/42232c8c-5c71-4860-be6c-5d28803d38a4
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.5.2…v0.5.3
Date: July 22, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.5.1…v0.5.2
Date: July 10, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.4.7…v0.5.0
Date: July 2, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.4.6…v0.4.7
Date: July 1, 2024
Full Changelog: https://github.com/mayneyao/eidos/compare/v0.4.5…v0.4.6
Date: June 28, 2024
No release notes provided.
Date: June 27, 2024
No release notes provided.
Date: June 26, 2024
No release notes provided.