Skip to content

Commit

Permalink
Update: Update release version and note
Browse files Browse the repository at this point in the history
  • Loading branch information
whats2000 committed Dec 28, 2024
1 parent 2448fc4 commit 9239a93
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 总览

**版本**:0.4.9
**版本**:0.4.10

**状态**_开发中_
⚠️ 此项目目前处于Beta阶段。某些功能仍在开发中,您可能会遇到错误或未完成的功能。
Expand Down
2 changes: 1 addition & 1 deletion README_zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 總覽

**版本**:0.4.9
**版本**:0.4.10

**狀態**_開發中_
⚠️ 此專案目前處於Beta階段。某些功能仍在開發中,您可能會遇到錯誤或未完成的功能。
Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

We are committed to maintaining the security of CodeBRT. Below is the list of versions currently supported with security updates:

| Version | Supported |
|---------|--------------------|
| 0.4.8 | :white_check_mark: |
| < 0.4.7 | :x: |
| Version | Supported |
|----------|--------------------|
| 0.4.10 | :white_check_mark: |
| < 0.4.10 | :x: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions VSCodeExtension/code-brt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VSCodeExtension/code-brt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "CodeBRT",
"description": "CodeBRT, a LLM/VLM framework for code assistant with multiple models.",
"version": "0.4.9",
"version": "0.4.10",
"icon": "static/icon.ico",
"engines": {
"vscode": "^1.96.0",
Expand Down
18 changes: 8 additions & 10 deletions VSCodeExtension/code-brt/src/locales/en-US/updateNotes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"title": "What's New",
"notes": [
{
"version": "0.4.10",
"notes": [
"Add: Add missing i18n in some UI components",
"Fix: Fix not able to provide image when feedback to the model",
"Feat: Now the default prompt will use \"Step Agent Prompt\" instead of \"You are a helpful assistant\""
]
},
{
"version": "0.4.9",
"notes": [
Expand All @@ -15,16 +23,6 @@
"Fix: Fix the Gemini response string may contain `\\'` that will break the code when write to file",
"Fix: Fix the response feedback by function take incorrect role in Gemini"
]
},
{
"version": "0.4.6",
"notes": [
"Fixed can not save some settings when the workspace is not open",
"Add a fuser when the write to file operation content contains omission comment or mark as partial code",
"Add a right click menu to fast open the chat activity bar, toggle inline code completion",
"Add a send to chat at menu when select text in editor",
"Fix the Gemini response string may contain `\"` and \"\\r\\n\" that will break the code when write to file"
]
}
]
}
18 changes: 8 additions & 10 deletions VSCodeExtension/code-brt/src/locales/zh-CN/updateNotes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"title": "更新内容",
"notes": [
{
"version": "0.4.10",
"notes": [
"新增:在一些 UI 组件中添加缺失的国际化",
"修复:修复了在向模型提供反馈时无法提供图像",
"功能:现在默认提示将使用“Step Agent Prompt”而不是“You are a helpful assistant”"
]
},
{
"version": "0.4.9",
"notes": [
Expand All @@ -15,16 +23,6 @@
"修复了 Gemini 响应字符串可能包含 `\\'`,这会在写入文件时破坏代码",
"修复了 Gemini 中函数的响应反馈使用错误的角色"
]
},
{
"version": "0.4.6",
"notes": [
"修复了当工作区未打开时无法保存某些设置的问题",
"当写入文件操作内容包含省略注释或标记为部分代码时,添加了一个 fuser",
"添加了一个右键菜单,用于快速打开聊天活动栏、切换内联代码完成",
"在编辑器中选择文本时,添加了一个发送到聊天菜单",
"修复了 Gemini 响应字符串可能包含 `\"` 和 \"\\r\\n\",这会在写入文件时破坏代码"
]
}
]
}
8 changes: 8 additions & 0 deletions VSCodeExtension/code-brt/src/locales/zh-TW/updateNotes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"title": "更新内容",
"notes": [
{
"version": "0.4.10",
"notes": [
"新增:在一些 UI 組件中添加缺失的國際化",
"修復:修復了在向模型提供反饋時無法提供圖像",
"功能:現在默認提示將使用“Step Agent Prompt”而不是“You are a helpful assistant”"
]
},
{
"version": "0.4.9",
"notes": [
Expand Down

0 comments on commit 9239a93

Please sign in to comment.