π Release v1.0.0
What's Changed π
π Changes since v0.0.7
β¨ Features
- restoring project from snapshot on reload (#444) by @thecodacus
- add Claude 3.7 Sonnet model as static list and update API key reference (#1449) by @BurhanCantCode
- electron desktop app without express server (#1136) by @Derek-X-Wang
- supabase integration (#1542) by @xKevIsDev
- bugfix for : Problem Temporarily Solved, Not Fix: Error building my application #1414 (#1567) by @Stijnus
- bolt dyi datatab (#1570) by @Stijnus
- bolt dyi preview final (#1569) by @Stijnus
- new improvement for the GitHub API Authentication Fix (#1537) by @Stijnus
- rework Task Manager Real Data (#1483) by @Stijnus
- add Vercel integration for project deployment (#1559) by @xKevIsDev
- bulk delete chats from sidebar (#1586) by @Stijnus
- consolidate sync & export items into an overflow menu (#1602) by @kochrt
- update connectiontab and datatab security fix (#1614) by @Stijnus
- fix for push private repo (#1618) by @Stijnus
- add expo app creation, enhance ui, and refactor code (#1651) by @xKevIsDev
- implement a search functionality to search codebase (#1676) by @xKevIsDev
- lock files (#1681) by @Stijnus
- github fix and ui improvements (#1685) by @Stijnus
π Bug Fixes
- handle empty content correctly in FilesStore saveFile() (#1381) by @bizrockman
- OpenAILike api key not showing up (#1403) by @thecodacus
- git connection fix for starter template (#1411) by @thecodacus
- support php language in diff view (b018742) by @xKevIsDev
- added a bunch more common languages to diff view (964e197) by @xKevIsDev
- git clone modal to work with non main as default branch (#1428) by @thecodacus
- git cookies are auto set anytime connects changed or loaded (#1461) by @thecodacus
- fix git proxy to work with other git provider (#1466) by @thecodacus
- attachment not getting sent on first message if starter template is turned on (#1472) by @thecodacus
- settings bugfix error building my application issue #1414 (#1436) by @Stijnus
- update stream-text.ts (#1582) by @Stijnus
- whitelist vue and svelte files (#1598) by @kochrt
- simplify the SHA-1 hash function in netlify deploy by using the crypto module directly (#1590) by @xKevIsDev
- fix load server build problem by fix dep version (#1625) by @Derek-X-Wang
- optimize file watch paths for preview updates and fix npm crashes (#1644) by @xKevIsDev
- make diff button consistent with other toolbar buttons (#1601) by @kochrt
- invalid line number error in search functionality (#1682) by @Stijnus
- replace non existent icons with existing icons (ebd8402) by @xKevIsDev
π Documentation
- docs README.md changes (Webcontainer liicensing for commercial, other small things) (88901f3) by @leex279
β»οΈ Code Refactoring
- remove success toast and prioritize public domain URL (#1613) by @xKevIsDev
- optimize error handling and npm install performance (#1688) by @xKevIsDev
βοΈ CI
- updated target for docker build (#1451) by @thecodacus
- give electron action permission (#1549) by @Derek-X-Wang
- only draft release for branch build (#1577) by @Derek-X-Wang
- remove macOS code signing credentials from workflow (#1677) by @xKevIsDev
π Other Changes
- Delete wrangler.toml (60b6f47) by @leex279
- Delete .tool-versions (2780b2e) by @leex279
- Revert "Delete wrangler.toml" (8d1f138) by @thecodacus
- Merge branch 'docker-fix' (5528306) by @thecodacus
β¨ First-time Contributors
A huge thank you to our amazing new contributors! Your first contribution marks the start of an exciting journey! π
- π @BurhanCantCode
- π @Derek-X-Wang
- π @bizrockman
π Stats
Full Changelog: v0.0.7..v1.0.0
> release_notes.md
NOTE:
The current .dmg file is unsigned, so macOS may block it when you try to run the app. To allow it:
1. After dragging the app into your Applications folder (or wherever you prefer), open Terminal.
2. Run the following command to remove the security quarantine:
xattr -cr /path/to/your/Bolt.app