Orlea
ChangelogDownload

Changelog

A running log of what’s new, fixed, and improved.

0.2.7

March 16, 2026

Masonry layout fix for stable card rendering.

Fixed
  • Masonry grid no longer miscalculates row heights when many cards are visible

0.2.6

March 16, 2026

Welcome board onboarding, Vercel Analytics, and static page build fixes.

New
  • New users land on a 7-card welcome board that introduces key features
  • Web users get the welcome board seeded on first access
  • Vercel Analytics integrated for page-level insights
Fixed
  • Static page generation no longer broken by auth provider in root layout
  • Captures without a board position get a reliable fallback placement
  • Masonry layout no longer clips rows due to premature virtualization

0.2.5

March 16, 2026

Custom auth forms, encrypted sessions, and inbox interaction fixes.

New
  • Sign-in and sign-up pages redesigned with Orlea's own design tokens instead of generic auth UI
Fixed
  • Sessions are now encrypted with JWE cookies for stronger security
  • Inbox action pill no longer causes hydration errors from nested buttons
  • Rate limiting works correctly with Vercel's IP address headers

0.2.4

March 15, 2026

Archive instead of delete — captures are soft-deleted with a dedicated archive view for recovery.

New
  • Archive view in the sidebar to browse, restore, or permanently delete archived captures
  • Floating action pill appears on inbox card hover for quick actions
Improved
  • Deleting a capture now archives it instead — nothing is lost unless you choose permanent delete
  • Keyboard shortcuts and context menus updated to archive-first workflow
  • Archiving automatically clears board positions so archived cards don't leave gaps

0.2.3

March 15, 2026

Sync engine foundation, Better Auth, public collection pages, and card layout options.

New
  • Public collection pages — share a board publicly with Schema.org metadata and social previews
  • Card display layout options — choose how each capture is displayed on the board
  • X/Twitter profile links now show rich previews with avatar and bio
  • Image aspect ratio detection for smarter card sizing
  • Better item distribution in compact group grids for balanced layouts
Fixed
  • Authentication pages styled correctly with proper CSS variable support
  • Build errors resolved for hosted deployment
Improved
  • Auth system migrated from Clerk to Better Auth for self-hostable, open-source authentication
  • Sync engine scaffolding — outbox tracking, change feeds, upload/download endpoints, and real-time notifications
  • Board positions use fractional indexes for conflict-free reordering
  • Hosted mode auto-detects from DATABASE_URL — no extra env var needed

0.2.2

March 15, 2026

File drop preferences, staged updates, and error tracking for a more reliable experience.

New
  • Choose what happens when you drop files — capture them, attach to a card, or ask each time
  • App updates now roll out gradually so issues are caught before reaching everyone
  • Error tracking with Sentry helps us find and fix crashes faster

0.2.1

March 15, 2026

Smoother drag-and-drop with better visual feedback across the board and sidebar.

Improved
  • Drag-and-drop visuals are clearer with improved drop indicators and hover states
  • Project list handling is snappier during drag operations
  • UI feedback during drag-and-drop feels more responsive and polished

0.2.0

March 15, 2026

Categories, markdown storage, security hardening, and a polished new look.

New
  • Sidebar categories — organize projects into collapsible folders with drag-and-drop reordering
  • Content now stored as markdown for cleaner editing, export, and portability
  • Settings dialog redesigned with visual theme selector and smooth animations
  • Native OS context menus in the sidebar for a more integrated feel
  • Subtle drop shadows on media previews give cards quiet depth
Fixed
  • Board no longer lags when resizing the window
  • Command palette is fully opaque instead of bleeding through background
  • Drag-and-drop between groups and across projects is more reliable
  • Board position collisions and integer overflow no longer cause layout glitches
Improved
  • Ownership enforcement on all database operations for multi-user safety
  • Content panel floats as a card with rounded corners and subtle shadow
  • Sidebar styling unified — no more divider lines or color mismatches
  • Card glow effect uses 16×16 thumbnails, cutting GPU cost by ~99%
  • AI features removed to keep the app focused on collecting, not generating

0.1.20

March 14, 2026

Better file drops in Quick Capture and footnote accessibility improvements.

Improved
  • Quick Capture file drop is more reliable and responsive
  • Footnote trigger is easier to discover and use in compact group view

0.1.19

March 14, 2026

Card footnotes — add private annotations to any capture without cluttering the main content.

New
  • Footnote drawer on capture cards for adding private annotations via the card footer
  • Accent dot indicator shows which cards have footnotes at a glance
Improved
  • Smoother inline editing with improved title and notes handling

0.1.18

March 13, 2026

Full editor rewrite with TipTap — rich blocks, drag handles, slash commands, and inline editing.

New
  • Rich block editor powered by TipTap with task lists, code blocks (syntax highlighting), tables, and images
  • Callout blocks with emoji picker
  • Toggle/collapsible blocks
  • Drag handles with context menu and block reordering
  • Slash command menu with categories and new block types
  • Inline editing for capture cards directly on the board
  • Inbox panel redesign with source icons and improved card styling
Fixed
  • Table styling in dark mode — subtler borders and visible headers
  • Drag handle position clamping and submenu gap fix
  • Improved drag-and-drop indicators and capture status handling
Improved
  • Editor module scaffold and migration from notion-editor
  • Streamlined webview navigation handling
  • Simplified project filter logic and removed unassigned project handling

0.1.17

March 12, 2026

More reliable app startup and Quick Capture stays on top.

Fixed
  • Quick Capture no longer pulls the main window forward when opened
Improved
  • App waits for the server to be fully ready before loading, preventing blank screens on slow starts
  • Orphaned server processes are cleaned up more reliably on launch

0.1.16

March 12, 2026

Quick Capture window improvements and better macOS window handling.

New
  • Quick Capture now resets and focuses automatically each time you open it
Fixed
  • Main window reliably comes to front when reopening the app or opening files on macOS
  • Removed distracting focus outlines in Quick Capture

0.1.15

March 12, 2026

Smooth card animations, deferred delete with undo, and major codebase cleanup.

New
  • Motion enter/exit/layout animations on board cards, feed view, and inbox panel
  • Deferred delete with undo toast — deletions can be reversed for a few seconds
  • Image dimension support in CardMediaPreview for proper aspect ratios
  • YouTube embed video support in card media previews
  • Quick Capture now follows the current app theme
  • Structured logger for API routes replaces raw console.error
  • Quality gates CI workflow for lint, typecheck, and tests
Fixed
  • Cross-project animation glitches resolved by keying AnimatePresence
  • Quick Capture file drops now appear immediately in the main window
Improved
  • Board provider decomposed into 5 focused hooks for maintainability
  • Removed deprecated useNavigation, useOrleaData, and useBoard hooks
  • 28 new database integration tests for StorageAdapter
  • Architecture guide for new contributors

0.1.14

March 12, 2026

Webview cache management for seamless app updates.

New
  • Webview cache management clears stale assets on app version changes

0.1.13

March 11, 2026

Critical fix for capture creation in production builds.

Fixed
  • Fixed captures failing with 'Internal Server Error' caused by missing ESM module in standalone build
  • Fixed Vercel deployment failure from overly broad file tracing in captures route

0.1.12

March 11, 2026

Liquid glass UI, smaller builds, and navigation fixes.

New
  • Liquid glass card and button styles with backdrop blur and edge highlights
Fixed
  • Prev/next navigation now works when selected capture is outside the current filter
  • Webview navigation no longer breaks on keyed re-renders
Improved
  • Release builds ~30% smaller with LTO, symbol stripping, and sidecar cleanup
  • Selecting a project in the sidebar now closes the detail panel
  • Improved release script with explicit updater artifact signing

0.1.11

March 11, 2026

Native webview architecture, smoother animations, and layout polish.

New
  • New native webview system with ID-based commands for multi-webview support
Fixed
  • Stabilized page-load listener and webview id capture
  • Fixed webview bounds on reuse and navigation error propagation
Improved
  • Replaced animation frame loop with ResizeObserver and scroll listeners for better performance
  • Smoother group card toggle animation and height handling
  • Refined spacing, padding, and card styles for layout consistency

0.1.10

March 10, 2026

Stability fix for blank screen on launch.

Fixed
  • Fixed blank screen on launch caused by frozen server process

0.1.9

March 10, 2026

Quick Capture, board backgrounds, and infinite scroll.

New
  • Quick Capture floating window — capture ideas, links, and files instantly with a global hotkey or dock drop
  • Board background customization with image upload and theme settings
  • Infinite scroll for the captures feed
Improved
  • Context menus with Open in browser for external links
  • Better error feedback in the export dialog
  • Drag-and-drop reliability and board layout refinements

0.1.8

March 10, 2026

Command palette, compact group view, and drag-and-drop polish.

New
  • Command palette with fuzzy search, keyboard navigation, and recent items
  • Compact view mode for groups
  • Improved card styles and board layouts
Fixed
  • Cross-project drag-and-drop reliability
  • Board drag indicator no longer appears on the card being dragged
  • Media preview handling in compact group view
Improved
  • Toast notifications and settings
  • Landing page navigation and layout

0.1.7

March 8, 2026

Nullable project assignments, group mutation fixes, and drag-and-drop reliability.

New
  • Captures can exist without a project — project_id is now fully nullable
Fixed
  • Drag-and-drop handling and assignment cancellation
  • Group dissolution and capture positioning during board mutations
  • Foreign key constraints updated to support nullable project_id
Improved
  • Optimized image handling and preview validation
  • Enhanced component styles and layout consistency

0.1.6

March 8, 2026

Masonry layout, project assignment from the sidebar, and toast notifications.

New
  • Masonry grid layout for boards and feeds
  • Drag captures to sidebar projects to assign them
  • Project picker popover and Move to project context menu
  • Unassigned filter for captures without a project
  • Toast notifications with sonner
  • App version display and update management
  • Improved loading screen with orphaned server process handling
Fixed
  • Image handling in capture cards
  • Error handling and logging in capture creation
Improved
  • Streamlined file handling and Tauri drag-and-drop
  • Updated macOS icon generation and compositing
  • Replaced getCaptureFileUrl with getCaptureImageUrl across components

0.1.5

March 8, 2026

Overhauled drag-and-drop, typography scale, and accessibility improvements.

New
  • Board drag overlay with smooth animations and selection handling
  • Typography scale utilities across all components
  • Detail panel with link metadata display
  • Focus trap in dialog components for improved accessibility
  • Workspace ID sync from localStorage after hydration
Fixed
  • Focus handling and layout adjustments across components
  • ESLint and TypeScript configuration improvements
Improved
  • Unified group ID handling and in-group drag-and-drop interactions
  • Optimized image handling and API response logic
  • Simplified DetailPanel and updated GroupIconPicker styles
  • Enhanced accessibility and layout consistency

0.1.4

March 7, 2026

Rich link previews, HTML sanitization, and responsive grid improvements.

New
  • oEmbed discovery for enhanced link previews
  • Reddit and Spotify link preview support
  • Image dimension support in link previews
  • HTML input sanitization in capture API routes
Fixed
  • Image and grid layout styles for better responsiveness
Improved
  • Optimized Zustand state management in NavigationProvider
  • Updated Content Security Policy in Tauri configuration

0.1.3

March 7, 2026

Auto-update download URL on release, changelog scroll fix, and CSP hardening.

New
  • Release pipeline auto-updates website download link via Vercel API
Fixed
  • Changelog page now scrolls with a fixed background

0.1.2

March 7, 2026

Changelog page, legibility improvements, and shell plugin configuration.

New
  • Changelog page on the landing site
Fixed
  • Improved text legibility on landing and changelog pages
  • Added shell plugin open URL pattern to Tauri config

0.1.1

March 7, 2026

Board drag-and-drop, native macOS integration, and a wave of stability fixes.

New
  • Board column reordering with animated indicators and custom drag previews
  • Native macOS context menus with Radix fallback
  • Sidebar vibrancy and traffic light overlay on macOS
  • Window state persistence across sessions
  • Capture listing with pagination and alert dialogs
  • Offline banner with graceful error handling
  • Board layout caching for faster scope changes
  • Vitest testing framework integration
Fixed
  • Drag-and-drop stability across column and capture interactions
  • Error handling in AI capture routes and API client
  • Column placement now uses direction-based logic instead of edge detection
  • Cursor behavior tuned for native macOS feel
Improved
  • Streamlined sidebar, board, and column components
  • API routes migrated to withOrlea for context management
  • Standardized text sizes, colors, and component styling
  • Rendering performance improvements across board views

0.1.0

February 18, 2026

The first release of Orlea. Collect with intent.

New
  • Capture links, notes, and ideas in one calm workspace
  • Board view with draggable cards and customizable columns
  • Calendar view with daily and weekly layouts
  • AI-powered capture enrichment and summarization
  • Browser extension for saving from anywhere
  • Sunrise and sunset themes with warm color system
  • Full-text search across all captures
  • Project and workspace organization
ChangelogOrlea vs TrelloMove from TrelloDownload for macOSPrivacyTerms

© 2026 Agentica, LLC