[0.6.2]- 2026-01-06
Fixed
- Fixed webpack build errors for pptxgenjs module in Electron builds
- Configured webpack to properly handle Node.js built-in modules (node:fs, node:https)
- Added IgnorePlugin to prevent webpack from trying to resolve node: protocol imports
[0.6.1]- 2026-01-06
Fixed
- Fixed TypeScript errors for pptxgenjs module (added type declarations)
- Fixed implicit any types in error page component
- Fixed build script to properly restore directories before renaming
- Increased Node.js memory limit for builds to prevent out-of-memory errors
[0.6.0]- 2026-01-06
Added
- Presentation generator tool for creating concept packages
- Sentry integration for enhanced error tracking and monitoring
- Improved OAuth callback handling in authentication flow
- Enhanced tracking and error categorization in AuthModal
- Refresh token error handling in auth and integration contexts
Changed
- Brand rename: Titleblocks is now Toolblocks across the entire application
- Enhanced OAuth error handling and logging in authentication flow
- Updated robots and sitemap base URL handling
Fixed
- Fixed auth callback URL to use correct endpoint `/api/auth/callback`
[0.5.0]- 2026-01-05
Added
- Smarter AI assistance that understands your projects better
- Connect your favorite tools and services directly in Toolblocks
- More reliable email delivery for important notifications
- Gutter Calculator to help you size gutters and downspouts for your projects
- Better mobile experience - use Toolblocks on your phone or tablet
- Discover related calculators while you work - find tools you didn't know existed
- Organize your projects more easily with improved grouping and views
- Quick bookmarking to save important content for later
- Better task organization - see your tasks grouped by project
Changed
- AI responses are now more relevant to your current project
- Faster loading when working with emails and subscriptions
- Calculators load faster and work more smoothly
- Better preview images when sharing calculators
- Improved floor plan templates and handling
- Easier to find calculators with improved categories
- Smoother onboarding experience for new users
- Better navigation on industry and use case pages
Fixed
- App installs and updates work more reliably
- Notes feature now works correctly with AI assistance
- Fewer errors when connecting external services
- More stable app with improved error handling
[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