Releases: 3xpyth0n/ideon
Ideon v0.7.5
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
Added
- Improved folder block styling #61.
Ideon v0.7.3
Added
- Updated sync indicator to accurately reflect WebSocket connection issues. (#59)
Ideon v0.7.2
Added
- Create blocks and folders by dragging an arrow onto the canvas (#57)
Ideon v0.7.1
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
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
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
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
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
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.