Changelog

[0.4.2]- 2025-12-29

Added

  • Animated placeholders in Command Menu for improved visual feedback
  • Direct hit detection for enhanced query handling and more relevant search results

Changed

  • Significantly improved Command Menu performance with precomputed keyword-to-app mappings
  • Optimized search queries with O(1) lookups replacing linear searches
  • Enhanced rendering performance through memoization and reduced re-renders
  • Streamlined Command Menu rendering logic for better code maintainability

Fixed

  • Removed performance logging clutter from console output

[0.4.1]- 2025-12-29

Changed

  • Streamlined Command Menu file handling by removing redundant logic, as files are now processed directly by the AI router
  • Simplified AI response UI by removing thinking process display for improved clarity

[0.4.0]- 2025-12-29

Added

  • Enhanced AI response handling with improved web search integration
  • Calculator enhancements with initial parameters and file handling support

Changed

  • Added changelog link to footer for easier access to version history

[0.3.0]- 2025-12-28

Added

  • New calculators: Closet Sizes, Lumber Sizes, Trim Selection, and Grout Selector
  • Projects feature for organizing and managing project-related content
  • Snip Tool and Clipboard History views integrated into Command Menu
  • Note-taking feature with highlights and footnotes support
  • Enhanced note editor with table and task list support
  • Reference and notes sections added to calculators
  • AI Badge indicator in Command Menu
  • Native OS notifications for auto-updates

Changed

  • Enhanced Command Menu with new app badge and improved sorting functionality
  • Refactored Snip Tool with enhanced folder management and drag-and-drop functionality
  • Updated max-width settings for responsive design across multiple pages
  • Enhanced calculators with reference and notes sections for better documentation

Fixed

  • Screen sizes fixes and improvements
  • DevTools configuration updates in Electron main process

Removed

  • Linux build job removed from CI/CD pipeline
  • Artifact upload steps removed to save storage

Technical

  • Added Next.js build caching to speed up release builds
  • Added Supabase environment variables to GitHub Actions workflow
  • Mac download button hidden until code signing is configured

[0.2.0]- 2025-12-18

Added

  • Snip Tool with line type support for capturing and annotating screenshots
  • Clipboard History for tracking copied content
  • Diagram Editor integration for creating and editing diagrams
  • 10+ new calculators: Sheet Index Generator, Building Coverage, Cut & Fill, Wood Framing, Swale, Window-to-Wall Ratio, Retaining Wall, Footing Design, Duct Sizing, and more
  • Cost Estimator calculator
  • Color Match tool for extracting and matching colors
  • Cartoon Set Generator with responsive layout
  • UpCodes Search for quick building code lookups
  • Dimensions.com Search for furniture and object dimensions
  • PAT Generator for creating hatch patterns
  • Project Phase Checklist calculator
  • Lineweight Guide calculator
  • TV Mounting Calculator
  • Energy Use Intensity (EUI) calculator
  • Folder Structure generator with zip export
  • Unit conversion with case-sensitive handling

Changed

  • Enhanced Command Menu with recent and frequent apps display
  • Added app categorization and grouping to Command Menu
  • Improved industry and use case pages with related links
  • Updated pricing page features

Fixed

  • Improved clipboard functionality in copy-to-clipboard hook
  • Enhanced navigation with absolute paths

[0.1.2]- 2025-11-25

Added

  • Email collection modal before installer downloads
  • Download tracking with Supabase integration
  • Rate limiting for download requests (5 requests per IP per 15 minutes)
  • Email validation and normalization
  • Option to skip email collection and download directly
  • Download analytics tracking

Changed

  • Download flow now prompts for email before initiating download
  • Improved download experience with better error handling

Fixed

  • Window dragging functionality restored for Mac and Windows Electron builds
  • Fixed padding above back button row to avoid traffic lights on Mac
  • Improved calculator view padding in Electron mode for better interaction
  • Fixed UI interaction blocking issues with drag regions

[0.1.0]- 2024-11-25

Added

  • Initial release of Toolblocks desktop app
  • Calculator tools for Architecture, Engineering, and Construction
  • Command menu with keyboard shortcut (Cmd/Ctrl+K)
  • Auto-update support for seamless updates
  • Cross-platform support (Windows, macOS, Linux)
  • MAJOR (1.0.0): Breaking changes, major redesigns
  • MINOR (0.1.0): New features, significant improvements
  • PATCH (0.1.1): Bug fixes, small tweaks
  • New calculator added → MINOR bump
  • Fixed calculation error → PATCH bump
  • Complete UI redesign → MAJOR bump