diff --git a/app/components/ui/FileIcon.tsx b/app/components/ui/FileIcon.tsx index 05f69796..00d96715 100644 --- a/app/components/ui/FileIcon.tsx +++ b/app/components/ui/FileIcon.tsx @@ -39,11 +39,11 @@ export function FileIcon({ filename, size = 'md', className }: FileIconProps) { } if (['java', 'class', 'jar'].includes(extension)) { - return 'i-ph:file-java'; + return 'i-ph:file-code'; } if (['php'].includes(extension)) { - return 'i-ph:file-php'; + return 'i-ph:file-code'; } if (['rb', 'ruby'].includes(extension)) { @@ -63,15 +63,15 @@ export function FileIcon({ filename, size = 'md', className }: FileIconProps) { } if (['swift'].includes(extension)) { - return 'i-ph:file-swift'; + return 'i-ph:file-code'; } if (['kt', 'kotlin'].includes(extension)) { - return 'i-ph:file-kotlin'; + return 'i-ph:file-code'; } if (['dart'].includes(extension)) { - return 'i-ph:file-dart'; + return 'i-ph:file-code'; } // Config files @@ -80,7 +80,7 @@ export function FileIcon({ filename, size = 'md', className }: FileIconProps) { } if (['xml', 'svg'].includes(extension)) { - return 'i-ph:file-xml'; + return 'i-ph:file-code'; } if (['toml'].includes(extension)) { @@ -157,7 +157,7 @@ export function FileIcon({ filename, size = 'md', className }: FileIconProps) { } if (filename.startsWith('Dockerfile')) { - return 'i-ph:docker-logo'; + return 'i-ph:file-code'; } // Default diff --git a/changelog.md b/changelog.md index 462b88a5..ef04d63e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,72 +1,95 @@ -# 🚀 Release v0.0.7 +# 🚀 Release v1.0.0 ## What's Changed 🌟 -### 🔄 Changes since v0.0.6 +### 🔄 Changes since v0.0.7 ### ✨ Features -* added support for reasoning content ([#1168](https://github.com/stackblitz-labs/bolt.diy/pull/1168)) by @thecodacus -* add deepseek-r1-distill-llama-70b to groq provider ([#1187](https://github.com/stackblitz-labs/bolt.diy/pull/1187)) by @saif78642 -* add Gemini 2.0 Flash-thinking-exp-01-21 model with 65k token support ([#1202](https://github.com/stackblitz-labs/bolt.diy/pull/1202)) by @saif78642 -* added more dynamic models, sorted and remove duplicate models ([#1206](https://github.com/stackblitz-labs/bolt.diy/pull/1206)) by @thecodacus -* support for tags to allow reasoning tokens formatted in UI ([#1205](https://github.com/stackblitz-labs/bolt.diy/pull/1205)) by @thecodacus -* enhanced Code Context and Project Summary Features ([#1191](https://github.com/stackblitz-labs/bolt.diy/pull/1191)) by @thecodacus -* added dynamic model support for openAI provider ([#1241](https://github.com/stackblitz-labs/bolt.diy/pull/1241)) by @thecodacus -* bolt dyi new settings UI V3 ([#1245](https://github.com/stackblitz-labs/bolt.diy/pull/1245)) by @Stijnus -* implement llm model search ([#1322](https://github.com/stackblitz-labs/bolt.diy/pull/1322)) by @kamilfurtak -* diff-view-v2-no-conflict ([#1335](https://github.com/stackblitz-labs/bolt.diy/pull/1335)) by @Toddyclipsgg -* netlify one click deployment ([#1376](https://github.com/stackblitz-labs/bolt.diy/pull/1376)) by @xKevIsDev -* diff view v3 ([#1367](https://github.com/stackblitz-labs/bolt.diy/pull/1367)) by @Toddyclipsgg -* added anthropic dynamic models ([#1374](https://github.com/stackblitz-labs/bolt.diy/pull/1374)) by @thecodacus -* make user made changes persistent after reload ([#1387](https://github.com/stackblitz-labs/bolt.diy/pull/1387)) by @thecodacus +* restoring project from snapshot on reload ([#444](https://github.com/stackblitz-labs/bolt.diy/pull/444)) by @thecodacus +* add Claude 3.7 Sonnet model as static list and update API key reference ([#1449](https://github.com/stackblitz-labs/bolt.diy/pull/1449)) by @BurhanCantCode +* electron desktop app without express server ([#1136](https://github.com/stackblitz-labs/bolt.diy/pull/1136)) by @Derek-X-Wang +* supabase integration #1542 from xKevIsDev/supabase (1364d4a) by @leex279 +* bugfix for : Problem Temporarily Solved, Not Fix: Error building my application #1414 ([#1567](https://github.com/stackblitz-labs/bolt.diy/pull/1567)) by @Stijnus +* bolt dyi datatab ([#1570](https://github.com/stackblitz-labs/bolt.diy/pull/1570)) by @Stijnus +* bolt dyi preview final ([#1569](https://github.com/stackblitz-labs/bolt.diy/pull/1569)) by @Stijnus +* new improvement for the GitHub API Authentication Fix ([#1537](https://github.com/stackblitz-labs/bolt.diy/pull/1537)) by @Stijnus +* rework Task Manager Real Data ([#1483](https://github.com/stackblitz-labs/bolt.diy/pull/1483)) by @Stijnus +* add Vercel integration for project deployment ([#1559](https://github.com/stackblitz-labs/bolt.diy/pull/1559)) by @xKevIsDev +* bulk delete chats from sidebar ([#1586](https://github.com/stackblitz-labs/bolt.diy/pull/1586)) by @Stijnus +* consolidate sync & export items into an overflow menu ([#1602](https://github.com/stackblitz-labs/bolt.diy/pull/1602)) by @kochrt +* update connectiontab and datatab security fix ([#1614](https://github.com/stackblitz-labs/bolt.diy/pull/1614)) by @Stijnus +* fix for push private repo ([#1618](https://github.com/stackblitz-labs/bolt.diy/pull/1618)) by @Stijnus +* add expo app creation, enhance ui, and refactor code ([#1651](https://github.com/stackblitz-labs/bolt.diy/pull/1651)) by @xKevIsDev +* implement a search functionality to search codebase ([#1676](https://github.com/stackblitz-labs/bolt.diy/pull/1676)) by @xKevIsDev +* lock files ([#1681](https://github.com/stackblitz-labs/bolt.diy/pull/1681)) by @Stijnus +* github fix and ui improvements ([#1685](https://github.com/stackblitz-labs/bolt.diy/pull/1685)) by @Stijnus ### 🐛 Bug Fixes -* docker prod env variable fix ([#1170](https://github.com/stackblitz-labs/bolt.diy/pull/1170)) by @thecodacus -* improve push to github option ([#1111](https://github.com/stackblitz-labs/bolt.diy/pull/1111)) by @thecodacus -* git import issue when importing bolt on bolt ([#1020](https://github.com/stackblitz-labs/bolt.diy/pull/1020)) by @thecodacus -* issue with alternate message when importing from folder and git ([#1216](https://github.com/stackblitz-labs/bolt.diy/pull/1216)) by @thecodacus -* tune the system prompt to avoid diff writing ([#1218](https://github.com/stackblitz-labs/bolt.diy/pull/1218)) by @thecodacus -* removed chrome canary note (6a8449e) by @leex279 -* starter template icons fix and auto resize of custon icons are reverted ([#1298](https://github.com/stackblitz-labs/bolt.diy/pull/1298)) by @thecodacus -* auto scroll fix, scroll allow user to scroll up during ai response ([#1299](https://github.com/stackblitz-labs/bolt.diy/pull/1299)) by @thecodacus -* bug fix New UI / Feature tab - Default values hard-coded (294adfd) by @leex279 -* debounce profile update notifications to prevent toast spam (70b723d) by @xKevIsDev -* bolt dyi UI bugfix ([#1342](https://github.com/stackblitz-labs/bolt.diy/pull/1342)) by @Stijnus -* preserve complete provider settings in cookies (220e2da) by @xKevIsDev -* for remove settings icon _index.tsx ([#1356](https://github.com/stackblitz-labs/bolt.diy/pull/1356)) by @Stijnus -* fix enhance prompt to stop implementing full project instead of enhancing ([#1383](https://github.com/stackblitz-labs/bolt.diy/pull/1383)) by @thecodacus +* handle empty content correctly in FilesStore saveFile() ([#1381](https://github.com/stackblitz-labs/bolt.diy/pull/1381)) by @bizrockman +* OpenAILike api key not showing up ([#1403](https://github.com/stackblitz-labs/bolt.diy/pull/1403)) by @thecodacus +* git connection fix for starter template ([#1411](https://github.com/stackblitz-labs/bolt.diy/pull/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](https://github.com/stackblitz-labs/bolt.diy/pull/1428)) by @thecodacus +* git cookies are auto set anytime connects changed or loaded ([#1461](https://github.com/stackblitz-labs/bolt.diy/pull/1461)) by @thecodacus +* fix git proxy to work with other git provider ([#1466](https://github.com/stackblitz-labs/bolt.diy/pull/1466)) by @thecodacus +* attachment not getting sent on first message if starter template is turned on ([#1472](https://github.com/stackblitz-labs/bolt.diy/pull/1472)) by @thecodacus +* settings bugfix error building my application issue #1414 ([#1436](https://github.com/stackblitz-labs/bolt.diy/pull/1436)) by @Stijnus +* update stream-text.ts ([#1582](https://github.com/stackblitz-labs/bolt.diy/pull/1582)) by @Stijnus +* whitelist vue and svelte files ([#1598](https://github.com/stackblitz-labs/bolt.diy/pull/1598)) by @kochrt +* simplify the SHA-1 hash function in netlify deploy by using the crypto module directly ([#1590](https://github.com/stackblitz-labs/bolt.diy/pull/1590)) by @xKevIsDev +* fix load server build problem by fix dep version ([#1625](https://github.com/stackblitz-labs/bolt.diy/pull/1625)) by @Derek-X-Wang +* optimize file watch paths for preview updates and fix npm crashes ([#1644](https://github.com/stackblitz-labs/bolt.diy/pull/1644)) by @xKevIsDev +* make diff button consistent with other toolbar buttons ([#1601](https://github.com/stackblitz-labs/bolt.diy/pull/1601)) by @kochrt +* invalid line number error in search functionality ([#1682](https://github.com/stackblitz-labs/bolt.diy/pull/1682)) by @Stijnus +* fix icon classes for consistency and clarity #release:major (870828d) by @xKevIsDev +* fix icon classes for consistency and clarity #release:major (6e9a1b6) by @xKevIsDev +* icon classes to existing icons #release:major (e9df523) by @xKevIsDev +* revert back to previous commit (553fa5d) 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](https://github.com/stackblitz-labs/bolt.diy/pull/1613)) by @xKevIsDev +* optimize error handling and npm install performance ([#1688](https://github.com/stackblitz-labs/bolt.diy/pull/1688)) by @xKevIsDev ### ⚙️ CI -* updated Dockerfile to install latest version of corepack to ensure to have the right version to pnpm (c88938c) by @BaptisteCDC +* updated target for docker build ([#1451](https://github.com/stackblitz-labs/bolt.diy/pull/1451)) by @thecodacus +* give electron action permission ([#1549](https://github.com/stackblitz-labs/bolt.diy/pull/1549)) by @Derek-X-Wang +* only draft release for branch build ([#1577](https://github.com/stackblitz-labs/bolt.diy/pull/1577)) by @Derek-X-Wang +* remove macOS code signing credentials from workflow ([#1677](https://github.com/stackblitz-labs/bolt.diy/pull/1677)) by @xKevIsDev +* add Electron build process to release workflow (73442dd) by @xKevIsDev +* reorder steps and add env vars for Electron build #release:major (a76013f) by @xKevIsDev ### 🔍 Other Changes -* new anthropogenic model for amazon bedrock (0fd039b) by @leex279 -* This reverts commit 871aefbe83c31660b32b53b63772ebba33ed7954, reversing ([#1335](https://github.com/stackblitz-labs/bolt.diy/pull/1335)) by @Toddyclipsgg -* Update docker.yaml (stable/main deployment) (f0ea22e) by @leex279 -* Update Dockerfile - Test Bugfix Dockerpipeline (8e790d0) by @leex279 -* Update Dockerfile (5297081) by @leex279 -* Update docker.yaml (7dda793) by @leex279 -* Update docker.yaml (67c4051) by @leex279 -* Fix broken astro project git clone ([#1352](https://github.com/stackblitz-labs/bolt.diy/pull/1352)) by @Phr33d0m +* 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 +* fix icon classes for consistency and clarity #release:major" (4354ad4) by @xKevIsDev +* fix icon classes for consistency and clarity #release:major" (5630be7) by @xKevIsDev ## ✨ First-time Contributors A huge thank you to our amazing new contributors! Your first contribution marks the start of an exciting journey! 🌟 -* 🌟 [@BaptisteCDC](https://github.com/BaptisteCDC) -* 🌟 [@Phr33d0m](https://github.com/Phr33d0m) -* 🌟 [@kamilfurtak](https://github.com/kamilfurtak) -* 🌟 [@saif78642](https://github.com/saif78642) -* 🌟 [@xKevIsDev](https://github.com/xKevIsDev) +* 🌟 [@BurhanCantCode](https://github.com/BurhanCantCode) +* 🌟 [@Derek-X-Wang](https://github.com/Derek-X-Wang) +* 🌟 [@bizrockman](https://github.com/bizrockman) ## 📈 Stats -**Full Changelog**: [`v0.0.6..v0.0.7`](https://github.com/stackblitz-labs/bolt.diy/compare/v0.0.6...v0.0.7) +**Full Changelog**: [`v0.0.7..v1.0.0`](https://github.com/stackblitz-labs/bolt.diy/compare/v0.0.7...v1.0.0) diff --git a/package.json b/package.json index b28b0e92..9051a74a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "sideEffects": false, "type": "module", - "version": "0.0.7", + "version": "1.0.0", "author": { "name": "bolt.diy team", "email": "maintainers@bolt.diy"