Releases: 3xpyth0n/ideon
Releases · 3xpyth0n/ideon
Ideon v0.8.4
Added
- Added Frames, a new block type that lets you group blocks into named, colored zones on the canvas. Moving a frame moves all blocks inside it. Hold Shift while dragging to reposition the frame independently of its contents. Click the color swatch in the frame header to pick any color.
Fixed
- Fixed a canvas crash that occurred when holding Backspace in a note block #87.
Ideon v0.8.3
Added
- Redesigned the home page into a proper dashboard so you land somewhere useful every time you open Ideon.
- Added a search bar to the dashboard.
- Added a project tab bar at the top of the workspace showing all projects in the selected folder, making it easy to switch between projects without navigating back to the dashboard.
- Added a collapsible folder tree in the sidebar under "My Projects", listing your folders for quick one-click navigation.
- Added multi-selection in the dashboard: Ctrl+Click or checkbox to select multiple projects and folders, then press Delete/Suppr or use the floating bar to delete them in bulk.
- Added the ability to choose where a new project should be created, so you can place it in the right folder.
Ideon v0.8.2
Added
- Added task relationships across Kanban boards so you can link work between tasks anywhere in the same project #71.
- Added canvas search to quickly find and focus blocks and Kanban tasks from the top bar or advanced modal #83.
Fixed
- Fixed note blocks losing focus immediately on click, requiring users to hold LMB to type #84.
Ideon v0.8.1
Fixed
- Improved canvas undo/redo behavior to make action history more precise and more reliable during everyday editing.
- Fixed intermittent
Allocation Size Overflowcanvas freezes by clamping oversized note sync payloads, guarding Yjs text reads, and auto-repairing poisoned project content on load/save #67. - Fixed Kanban task descriptions not rendering on cards by adding snippet display. Task description field now supports view/edit toggle with markdown rendering #80.
Ideon v0.8.0
Added
- Introduced a major Kanban block overhaul with richer task management, including assignees, custom fields/labels, and expanded board interactions.
- Added support for exporting Excalidraw sketches as
.excalidrawfiles. - Split block locking into separate content and position controls to prevent accidental moves during collaboration while preserving edit control #78.
Fixed
- Completed the viewer block-move fix by preventing local drag interactions and forcing viewer canvas state to reset from synced project state on open.
- Fixed note content loss when previewing or applying temporal snapshots #76.
- Fixed markdown table persistence in note blocks so tables no longer degrade to
[Table]when toggling Preview/Edit, including Vim-mode workflows #79
Ideon v0.7.7
Fixed
- Prevented invited users with view-only permissions from moving blocks on the canvas #74
Ideon v0.7.6
Added
- Added Ability to copy multiple blocks content by concatenating them in the order they were selected.
- Added ability to set the application's log level via environment variables.
- Added
Ctrl+EandCtrl+Pnote block shortcuts to switch between edit and preview modes while preserving inline code formatting and command palette conflicts. - Added
Duplicateoption in the block context menu to quickly duplicate a block.
Fixed
- Fixed blurry content when zooming out in the canvas.
- Fixed OIDC/SSO login lockout for invited or existing users when the provider returned
email_verified=false#62.
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
- Fixed poor readability of folder cards in light mode dashboard view #61.
Ideon v0.7.3
Added
- Updated sync indicator to accurately reflect WebSocket connection issues. (#59)