github-actions[bot]
commited on
Commit
Β·
1cf8345
1
Parent(s):
6494f5a
chore: release version 0.0.4
Browse files- changelog.md +54 -17
- package.json +1 -1
changelog.md
CHANGED
|
@@ -1,31 +1,68 @@
|
|
| 1 |
-
# Release v0.0.
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
-
#### π Documentation
|
| 11 |
|
| 12 |
-
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
#### π§ Chores
|
| 16 |
|
| 17 |
-
|
| 18 |
-
- update commit hash to 1e72d52278730f7d22448be9d5cf2daf12559486
|
| 19 |
-
- update commit hash to 282beb96e2ee92ba8b1174aaaf9f270e03a288e8
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
#### π Other Changes
|
| 23 |
|
| 24 |
-
|
| 25 |
-
- Merge pull request #781 from thecodacus/semantic-pull-pr
|
| 26 |
-
- miniflare and wrangler error
|
| 27 |
-
- simplified the fix
|
| 28 |
-
- Merge branch 'main' into fix/prompt-enhance
|
| 29 |
|
|
|
|
|
|
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π Release v0.0.4
|
| 2 |
|
| 3 |
+
## What's Changed π
|
| 4 |
|
| 5 |
+
### π Changes since v0.0.3
|
| 6 |
|
| 7 |
+
### β¨ Features
|
| 8 |
|
| 9 |
+
* add xAI grok-2-1212 model ([#800](https://github.com/stackblitz-labs/bolt.diy/pull/800))
|
| 10 |
+
* providers list is now 2 columns (75ec49b) by Dustin Loring
|
| 11 |
+
* enhanced Terminal Error Handling and Alert System ([#797](https://github.com/stackblitz-labs/bolt.diy/pull/797))
|
| 12 |
+
* add Starter template menu in homepage ([#884](https://github.com/stackblitz-labs/bolt.diy/pull/884))
|
| 13 |
+
* catch errors from web container preview and show in actionable alert so user can send them to AI for fixing ([#856](https://github.com/stackblitz-labs/bolt.diy/pull/856))
|
| 14 |
+
* redact file contents from chat and put latest files into system prompt ([#904](https://github.com/stackblitz-labs/bolt.diy/pull/904))
|
| 15 |
+
* added Automatic Code Template Detection And Import ([#867](https://github.com/stackblitz-labs/bolt.diy/pull/867))
|
| 16 |
+
* added hyperbolic llm models ([#943](https://github.com/stackblitz-labs/bolt.diy/pull/943))
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
+
### π Bug Fixes
|
| 20 |
|
| 21 |
+
* chat title character restriction (e064803) by Dustin Loring
|
| 22 |
+
* fixed model not loading/working, even after baseUrl set in .env file ([#816](https://github.com/stackblitz-labs/bolt.diy/pull/816))
|
| 23 |
+
* added wait till terminal prompt for bolt shell execution ([#789](https://github.com/stackblitz-labs/bolt.diy/pull/789))
|
| 24 |
+
* fixed console error for SettingsWIndow & Removed ts-nocheck ([#714](https://github.com/stackblitz-labs/bolt.diy/pull/714))
|
| 25 |
+
* add Message Processing Throttling to Prevent Browser Crashes ([#848](https://github.com/stackblitz-labs/bolt.diy/pull/848))
|
| 26 |
+
* provider menu dropdown fix (ghost providers) ([#862](https://github.com/stackblitz-labs/bolt.diy/pull/862))
|
| 27 |
+
* ollama provider module base url hotfix for docker ([#863](https://github.com/stackblitz-labs/bolt.diy/pull/863))
|
| 28 |
+
* check for updates does not look for commit.json now ([#861](https://github.com/stackblitz-labs/bolt.diy/pull/861))
|
| 29 |
+
* detect and remove markdown block syntax that llms sometimes hallucinate for file actions ([#886](https://github.com/stackblitz-labs/bolt.diy/pull/886))
|
| 30 |
+
* add defaults for LMStudio to work out of the box ([#928](https://github.com/stackblitz-labs/bolt.diy/pull/928))
|
| 31 |
+
* import folder filtering ([#939](https://github.com/stackblitz-labs/bolt.diy/pull/939))
|
| 32 |
+
* refresh model list after api key changes ([#944](https://github.com/stackblitz-labs/bolt.diy/pull/944))
|
| 33 |
+
* better model loading ui feedback and model list update ([#954](https://github.com/stackblitz-labs/bolt.diy/pull/954))
|
| 34 |
+
* updated logger and model caching minor bugfix #release ([#895](https://github.com/stackblitz-labs/bolt.diy/pull/895))
|
| 35 |
|
|
|
|
| 36 |
|
| 37 |
+
### π Documentation
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
* simplified setup ([#817](https://github.com/stackblitz-labs/bolt.diy/pull/817))
|
| 40 |
+
* toc for readme (de64007) by Dustin Loring
|
| 41 |
+
* faq style change, toc added to index (636f87f) by Dustin Loring
|
| 42 |
+
* setup updated (ab5cde3) by Dustin Loring
|
| 43 |
+
* updated Docs ([#845](https://github.com/stackblitz-labs/bolt.diy/pull/845))
|
| 44 |
+
* updated download link ([#850](https://github.com/stackblitz-labs/bolt.diy/pull/850))
|
| 45 |
+
* updated env.example of OLLAMA & LMSTUDIO base url ([#877](https://github.com/stackblitz-labs/bolt.diy/pull/877))
|
| 46 |
|
|
|
|
| 47 |
|
| 48 |
+
### β»οΈ Code Refactoring
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
+
* updated vite config to inject add version metadata into the app on build ([#841](https://github.com/stackblitz-labs/bolt.diy/pull/841))
|
| 51 |
+
* refactored LLM Providers: Adapting Modular Approach ([#832](https://github.com/stackblitz-labs/bolt.diy/pull/832))
|
| 52 |
|
| 53 |
+
|
| 54 |
+
### βοΈ CI
|
| 55 |
+
|
| 56 |
+
* updated the docs ci to only trigger if any files changed in the docs folder ([#849](https://github.com/stackblitz-labs/bolt.diy/pull/849))
|
| 57 |
+
* improved change-log generation script and cleaner release ci action ([#896](https://github.com/stackblitz-labs/bolt.diy/pull/896))
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
### π Other Changes
|
| 61 |
+
|
| 62 |
+
* fix hotfix for version metadata issue ([#853](https://github.com/stackblitz-labs/bolt.diy/pull/853))
|
| 63 |
+
* feat; data tab added to the settings (1f938fc) by Dustin Loring
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
## π Stats
|
| 67 |
+
|
| 68 |
+
**Full Changelog**: [`v0.0.3..v0.0.4`](https://github.com/stackblitz-labs/bolt.diy/compare/v0.0.3...v0.0.4)
|
package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"license": "MIT",
|
| 6 |
"sideEffects": false,
|
| 7 |
"type": "module",
|
| 8 |
-
"version": "0.0.
|
| 9 |
"scripts": {
|
| 10 |
"deploy": "npm run build && wrangler pages deploy",
|
| 11 |
"build": "remix vite:build",
|
|
|
|
| 5 |
"license": "MIT",
|
| 6 |
"sideEffects": false,
|
| 7 |
"type": "module",
|
| 8 |
+
"version": "0.0.4",
|
| 9 |
"scripts": {
|
| 10 |
"deploy": "npm run build && wrangler pages deploy",
|
| 11 |
"build": "remix vite:build",
|