Skip to content

Releases: 3xpyth0n/ideon

Ideon v0.8.4

01 May 21:56
v0.8.4
1b67939

Choose a tag to compare

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

19 Apr 16:58
v0.8.3
e2bd1fc

Choose a tag to compare

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

15 Apr 17:20
v0.8.2
f1ed3ac

Choose a tag to compare

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

08 Apr 19:34
v0.8.1
d3a9f60

Choose a tag to compare

Fixed

  • Improved canvas undo/redo behavior to make action history more precise and more reliable during everyday editing.
  • Fixed intermittent Allocation Size Overflow canvas 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

03 Apr 09:06
v0.8.0
faab293

Choose a tag to compare

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 .excalidraw files.
  • 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

30 Mar 22:10
v0.7.7
b726226

Choose a tag to compare

Fixed

  • Prevented invited users with view-only permissions from moving blocks on the canvas #74

Ideon v0.7.6

29 Mar 04:54
v0.7.6
1072d0d

Choose a tag to compare

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+E and Ctrl+P note block shortcuts to switch between edit and preview modes while preserving inline code formatting and command palette conflicts.
  • Added Duplicate option 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

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

  • Fixed poor readability of folder cards in light mode dashboard view #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)