Skip to content

Commit

Permalink
Preparação para liberação da versão 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brodao2 committed Mar 6, 2024
1 parent 42845e1 commit 2e7bf95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TDS-Dito, seu "par" na programação AdvPL/TLPP (**EXPERIMENTAL**)

## TDS-Dito 0.0.4

### Melhorias

- Melhoria na interface visual do bate-papo.
- Tratamento de erros de requisição com o serviço de IA.

## TDS-Dito 0.0.3

### Melhorias
Expand Down
Binary file modified CHANGELOG.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tds-dito-vscode",
"displayName": "TDS-Dito, your partner in AdvPL/TLPP programming",
"description": "Using artificial intelligence resources, TDS-Dito will assist you in AdvPL programming",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "TOTVS",
"preview": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/chat/chatView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function ChatView() {
>

<section className="tds-row-container" >
<TdsTextField name="newMessage" label={model.loggedUser} />
<TdsTextField name="newMessage" label={""} />

<VSCodeButton
name="btnSend"
Expand Down

0 comments on commit 2e7bf95

Please sign in to comment.