Skip to content

Releases: 3xpyth0n/ideon

Ideon v0.7.5

23 Mar 17:03
v0.7.5
1849f6b

Choose a tag to compare

Fixed

  • Fixed a memory leak in the block editors when Vim mode is enabled.
  • Minor fixes and improvements to enhance the user experience.

Ideon v0.7.4

20 Mar 20:52
v0.7.4
b29a4b1

Choose a tag to compare

Added

  • Improved folder block styling #61.

Ideon v0.7.3

19 Mar 10:17
v0.7.3
54f5936

Choose a tag to compare

Added

  • Updated sync indicator to accurately reflect WebSocket connection issues. (#59)

Ideon v0.7.2

18 Mar 19:54
v0.7.2
777c289

Choose a tag to compare

Added

  • Create blocks and folders by dragging an arrow onto the canvas (#57)

Ideon v0.7.1

16 Mar 19:56
v0.7.1
3ba36b4

Choose a tag to compare

Fixed

  • Fixed an issue where the markdown bubble menu would not appear when expected.
  • Fixed UUID generation in non secure contexts by replacing "crypto.randomUUID" with "uuidv4"
  • Fixed Vercel integration to always keep PAT enabled, with optional OAuth.
  • Fixed touch gestures experience on mobile and touchscreen devices.

Ideon v0.7.0

16 Mar 07:37
v0.7.0
5a716b2

Choose a tag to compare

Biggest release so far. The theme this time: connect to the tools you already use instead of rebuilding them.

New features

🗂️ Obsidian Import
Import a vault into a project. Notes land on the canvas as blocks, next to your repos and tasks.

🚀 Vercel Integration
Deploy and check deployment status from the canvas.

🎨 Excalidraw Block
Killed the old Sketch block. Excalidraw is collaborative, has an actual toolset, fits the canvas properly.

📁 Folder Block
Group blocks and collapse them. Helps a lot on bigger projects.

🖱️ Drag and Drop Import
Drop files, folders, text, or Excalidraw sketches onto the canvas. Ideon picks the right block type automatically.

🎵 Audio and Video Playback
Native playback inside File blocks.

⌨️ Vim Mode
Off by default. Toggle it in Account settings for Note and Snippet blocks.


Under the hood

  • Block SDK expanded to support the Excalidraw integration
  • Drag and drop import pipeline with automatic block type detection
  • Folder block collapse state persisted per project

What's next

Move from visibility to control. Merge PRs, trigger deployments, restart services from the canvas.

Ideon v0.6.2

12 Mar 15:22
v0.6.2
b09cf67

Choose a tag to compare

Fixed

  • Fixed multiple issues related to Link block metadata handling and rendering behavior.
  • Fixed block teleportation during canvas resize when another block was focused.
  • Fixed canvas crashes caused by malformed or incomplete block metadata by normalizing parsed metadata shapes and by hardening canvas hydration.

Ideon v0.6.1

09 Mar 06:01
v0.6.1
bdfc8fa

Choose a tag to compare

Added

  • Alignment Helper Lines: Visual guide lines now appear when dragging nodes to help align them with other blocks. Shows horizontal and vertical alignment guides.
  • Sketch Block Custom Color Picker: Added an option allowing users to select any custom color using hex input or gradient picker.

Ideon v0.6.0

07 Mar 13:48
v0.6.0
6db7e1a

Choose a tag to compare

Added

  • NEW Kanban Block: Added a minimal Kanban block with customizable columns and drag and drop support for tasks between the Kanban and checklist blocks.
  • Improved Mobile Experience: Completely improved the mobile UI and layout to ensure the application works smoothly on smartphone portrait screens.
  • Camera Centering on Keyboard Navigation: the viewport now smoothly centers on blocks when navigating with arrow keys or vim keys (h/j/k/l), making it easier to follow focus across the canvas.

Fixed

  • Fixed multiple sketch block issues, including disappearing or delayed drawings, and improved real-time rendering.
  • Fixed security audit logging failures in Docker PostgreSQL deployments by preventing nested transaction conflicts. Audit events for project operations (create, delete, etc.) now log successfully.

Ideon v0.5.4

04 Mar 16:31
v0.5.4
30bd92a

Choose a tag to compare

Added

  • Automated Snapshots: the canvas now automatically saves snapshots after significant actions.
  • Sync Status Indicator: a real-time connection indicator shows the current sync state.
  • Sketch Block Eraser Customization: the eraser tool now supports custom size input (1-100px) in addition to the preset sizes.