Skip to content

Releases: mayneyao/eidos

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

Release v0.8.0

25 Oct 03:55
4dc634a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.9...v0.8.0

Release v0.7.9

21 Oct 02:42
5ab91d2
Compare
Choose a tag to compare

What's Changed

  • chore: reduce desktop app size by @subframe7536 in #177

  • build(deps-dev): bump wrangler from 2.13.0 to 2.20.2 by @dependabot in #178

  • Improve UX by @mayneyao in #179

    • fix: more tips for activation
    • fix: improve UX of renaming a node
    • chore: update shadcn/ui
    • feat: new sidebar
    • fix: constrain DocListView height to prevent page shift
    • fix(desktop): static file hosting
    • fix(desktop): correct display of created-by and updated-by fields
    • fix: sidebar layout
    • fix: improve week calculation for local time in getDaysByYearWeek
    • Update to version 0.7.9
    • fix(pwa): layout
    • feat(desktop): open folder
    • feat: shortcut for settings
    • fix: tailwind override
    • feat(table): add maximize button to redirect to full page view
    • feat(table): range cell

New Contributors

Full Changelog: v0.7.8...v0.7.9