Skip to content

Release history

ideon releases

Your project is scattered across too many tools. Map the chaos on an infinite canvas where notes, files, TO-DOs (and more!) finally live together.

All releases

52 shown

Config change
v0.9.0 New feature
Auth

Webhook, Cron, LaTeX, Proxy auth

No immediate action
v0.8.6 Bug fix

Fix lost block titles

No immediate action
v0.8.5 Bug fix

Crash fix + canvas stability

v0.8.4 Bug fix
Notable features
  • Frames: new block type for grouping blocks into named, colored zones
Full changelog

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.
v0.8.3 New feature

Dashboard redesign centralizes project navigation with search, tabs, folders, and bulk delete.

Full changelog

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.
v0.8.2 New feature

Link work between tasks across Kanban boards within the same project.

v0.8.1 Bug fix
Notable features
  • Kanban task description markdown rendering with view/edit toggle
v0.8.0 New feature

A major Kanban board redesign added detailed task controls and safe lock handling, while fixes restored note content, markdown tables, and reliable block dragging.

v0.7.7 Bug fix

Prevented invited users with view-only permissions from moving blocks on the canvas, enforcing permission boundaries.

v0.7.6 New feature
Security fixes
  • OIDC/SSO login lockout for email_verified=false
Notable features
  • Multi-block copy concatenation
  • Environment variable log level control
  • Note block mode shortcuts
v0.7.5 Bugfix

Fixed memory leak in block editors when Vim mode is enabled and made minor user experience improvements.

v0.7.4 Maintenance

### Added - Improved folder block styling [#61](https://github.com/3xpyth0n/ideon/issues/61).

v0.7.3 Maintenance

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

v0.7.2 Maintenance

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

v0.7.1 Bug fix

Fixed markdown bubble menu visibility, UUID generation in non-secure contexts, Vercel PAT persistence, and touch gesture responsiveness on mobile and touchscreen devices.

v0.7.0 New feature
Notable features
  • Obsidian vault import
  • Vercel deployment integration
  • Excalidraw block
v0.6.2 Bug fix

Fixed Link block metadata handling and rendering behavior, prevented block teleportation during canvas resize, and hardened metadata parsing to prevent crashes from malformed data.

v0.6.1 New feature
Notable features
  • Alignment helper lines for block positioning
  • Sketch block hex and gradient color picker
v0.6.0 New feature
Notable features
  • Kanban block with customizable columns
  • Improved mobile portrait experience
  • Keyboard navigation viewport centering
v0.5.4 New feature
Notable features
  • Automated snapshots
  • Sync status indicator
  • Sketch eraser size customization
v0.5.2 New feature
Notable features
  • Shell Block with xterm.js and node-pty
  • Searchable Create Block Modal
  • In-app Changelog Viewer
v0.5.0 New feature
Security fixes
  • SSRF protection in image proxy
  • WebSocket origin validation
Notable features
  • Keyboard navigation with Vim bindings
  • Granular role-based permissions
  • Markdown tables and task lists
v0.4.4 Bugfix

Fixed race condition causing blocks to appear and disappear during project loading by implementing proper synchronization wait.

v0.4.3 Security relevant
Security fixes
  • Private project visibility vulnerability
Notable features
  • Four-tier role system
  • Project access request workflow
v0.4.2 Maintenance

Improved light theme readability, refined user experience with general UX polish, and performed large internal refactor splitting oversized files into smaller modules for better maintainability.

v0.4.1 Security relevant
Security fixes
  • SSRF protection (OWASP CWE-918)
  • WebSocket hijacking prevention (OWASP CWE-346)
  • IP spoofing mitigation (RFC 7239)
v0.4.0 New feature
Notable features
  • Emoji reactions on blocks
  • Edge labels for connections
  • Permanent trash clearing
v0.3.4 Bug fix

Resolved infinite recursion error in PostgreSQL Row-Level Security policies that prevented project creation.

v0.3.2 Maintenance

## Changes in this version - feat(blocks): add new Sketch block type (#35)

v0.3.1 New feature
Notable features
  • Private repository support via PAT
  • Self-hosted Git compatibility
v0.3.0 New feature
Notable features
  • Public project sharing
  • Project folder organization
  • Full project image export
v0.2.8 Bug fix

Fixed multiple bugs and improved performance. Optimized Docker pipeline and cleaned up unnecessary dependencies for faster builds.

v0.2.7 New feature
Notable features
  • In-app version tracking
  • Checklist progress indicator and metrics
v0.2.6 New feature
Notable features
  • Unified navigation and project views
  • Improved block title visibility
v0.2.4 Security relevant
⚠ Upgrade required
  • Before upgrading, ensure SECRET_KEY or AUTH_SECRET is set in your environment. The application will fail to start if neither variable is present.
Breaking changes
  • Application will refuse to start if neither SECRET_KEY nor AUTH_SECRET environment variable is set. Existing deployments without these variables configured will break on upgrade.
Security fixes
  • Server-Side Request Forgery (SSRF) vulnerability in link metadata service — fixed via strict URL validation and private IP range blocking.
  • Mandatory SECRET_KEY or AUTH_SECRET enforcement prevents insecure deployments with no configured secret.
v0.2.2 Bug fix

Resolved context menu display issues and JWT session mismatch in authentication, improving reliability of auth and UI interactions.

v0.2.1 Security relevant
Security fixes
  • Removed security bypass key and migrated setup checks to backend
v0.2.0 New feature
Notable features
  • Support for GitLab, Gitea, and Forgejo git providers
  • Bubble menu and Prettier integration in editor
  • Dynamic internationalization system
v0.1.7 Bug fix

## Changes in this version - fix(db): resolve RLS infinite recursion (abefb28)

v0.1.6 Bug fix

Corrected Row-Level Security policy for project creation. Replaced crypto.randomUUID with uuid library for HTTP support.

v0.1.5 Bug fix
Notable features
  • Italian translations and dynamic language loading
  • Top and bottom connectors support for blocks
v0.1.3 Bug fix
Notable features
  • Decoupled SSO registration from public sign-up
  • Enhanced OIDC profile synchronization
v0.1.2 Bug fix

## Changes in this version - fix(auth): ensure rate limiter table is recognized (50bc8e6)

v0.1.1 Security relevant
Security fixes
  • Hardened auth, SSRF, and internal secret handling
  • Enforced HTTPS for Content Security Policy

Beta — feedback welcome: [email protected]