Skip to content

Releases: mayneyao/eidos

v0.15.0

22 Feb 01:10
Compare
Choose a tag to compare

v0.15.0 Changelog

🌟 Highlights

Chart Block: A comprehensive visualization solution

Screen.Recording.2025-02-22.at.08.48.04_compressed.mp4

✨ New Features

Chart Block

  • AI-assisted chart generation
  • Multiple data source support:
    • Script-based data integration
    • Table-based data integration

AI Capabilities

  • Python script generation via LLM
  • Google AI provider integration
  • LLM providers can now be individually enabled/disabled (previously all providers were enabled by default)

UI Enhancements

  • Upgraded to shadcn new-york theme
  • Improved switching between document editing area and headings
  • Enhanced AI tools scrolling experience in documents

🐛 Bug Fixes

  • Resolved document focus handling issues

Full Changelog: v0.14.0...v0.15.0

v0.14.0

15 Feb 10:25
Compare
Choose a tag to compare

v0.14.0 Changelog

🌟 Highlights

  • Introduced full-text search capability for tables in grid view - search across all fields without specifying columns

⚠️ Breaking Changes

  • Desktop: Switched to SQLite WAL mode for enhanced performance
  • Web App: Development discontinued to focus on desktop version optimization
    • Note: Web app cannot process SQLite databases in WAL format

✨ New Features

  • Keyboard Shortcuts
    • Ctrl/Cmd + N: Quick document creation (with auto-focus)
    • Shift + Ctrl/Cmd + C: Copy current page URL
  • Space Management
    • Added ability to open local storage location from space settings
  • Field Improvements
    • Increased select/multiple-select options limit from 300 to 512

🚀 Performance Improvements

  • Large Data Handling
    • Optimized large CSV file imports to prevent UI freezing
    • Added progress bar for tables with 150k+ records
    • Implemented multi-threading for resource-intensive queries

🐛 Bug Fixes

  • Table UI Rendering
    • Resolved issue where tables with 50+ records showed incomplete data after deletions
    • Note: Previously required manual refresh to display correct record count

Full Changelog: v0.13.1...v0.14.0

Release v0.13.1

31 Jan 16:04
Compare
Choose a tag to compare

Changelog

Features

  • AI: Added UI to display results of tool calls
  • AI: Enhanced chat interface with thought process visualization and animations
  • AI: Implemented AI-powered title generation for documents
Screen.Recording.2025-01-31.at.21.44.04.mov

Refactor

  • AI: Improved chat streaming performance and UI interaction patterns

Fix

  • v3: Excluded React from dependencies required by shadcn libraries

Chore

  • Added Linux build support

  • AI: Added Groq API support


Full Changelog: v0.13.0...v0.13.1

Release v0.13.0

25 Jan 11:27
Compare
Choose a tag to compare

What's Changed

  • Support for writing scripts using Python
  • Blocks can be used as album card covers
  • API forwarding, allowing access to local APIs via network addresses. When the local client is offline, requests will be cached. When the client comes online, the queued requests will be executed. Suitable for data collection scenarios

Full Changelog: v0.12.0...v0.13.0

Release v0.12.0

13 Dec 19:19
Compare
Choose a tag to compare

Highlight 🎉

New Extension Mechanism 🎉 —— Doc plugin

Custom document plugin powered by AI, creating a unique editing experience

Screen.Recording.2024-12-14.at.02.01.09.mov

Make it real 😎

Generate micro block directly in the document

make-it-real.mov

Document Editing Optimization 🚀

A better editing experience, with drag-and-drop behavior that is more in line with expectations

Screen.Recording.2024-12-14.at.03.01.38.mov

What's Changed

Full Changelog: v0.11.0...v0.12.0

Release v0.11.0

26 Nov 10:34
Compare
Choose a tag to compare
Screen.Recording.2024-11-26.at.18.14.21.mov

What's Changed

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

19 Nov 04:29
accdc41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

Release v0.9.1

06 Nov 12:14
Compare
Choose a tag to compare

What's Changed

  • feat(table): auto choose color for new select option by @mayneyao in #190
  • support for macOS(intel)

Bug Fixes 🐛

  • Table:
    • Fixed rendering issue when the target field of lookup is select
  • Block:
    • Fixed config parameters not working
    • Added more tips for block usage

Full Changelog: v0.9.0...v0.9.1

Release v0.9.0

04 Nov 08:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

Release v0.8.1

28 Oct 18:39
7a303eb
Compare
Choose a tag to compare

What's Changed

  • fix: crash when calling the script via cmdk by @mayneyao in #185

Full Changelog: v0.8.0...v0.8.1