Skip to content

Commit 476aa67

Browse files
feat(ui,i18n): add fileOperations editing/reading labels and fix missing chat.json keys\n\n- Add editingLabel/readingLabel across locales (ca,de,es,fr,hi,id,it,ja,ko,nl,pl,pt-BR,ru,tr,vi,zh-CN,zh-TW)\n- Fill missing create/search/insert translations (id, zh-TW)\n- Ensure webview chat.json passes translation checks
1 parent b770c53 commit 476aa67

File tree

18 files changed

+73
-38
lines changed

18 files changed

+73
-38
lines changed

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Roo Code Changelog
22

3-
## [3.28.1] - 2025-09-11
3+
## [3.28.0] - 2025-09-10
44

5-
![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png)
5+
![3.29.0 - Refactor UI components for improved styling and functionality](/releases/3.28.0-release.png)
6+
7+
- Updated mode names and descriptions in `mode.ts` for clarity.
8+
- Enhanced `ApiConfigSelector` with new styles and improved layout.
9+
- Refined `AutoApproveMenu` for better user experience and visual consistency.
10+
- Modified `ChatTextArea` to streamline controls and improve accessibility.
11+
- Introduced `ModeIcon` component for better icon representation in `ModeSelector`.
12+
- Improved popover styling for a more modern look.
13+
14+
- These changes aim to enhance the overall user interface and experience across the application.
615

7-
- Announce Roo Code Cloud!
8-
- Add cloud task button for opening tasks in Roo Code Cloud (thanks @app/roomote!)
9-
- Make Posthog telemetry the default (thanks @mrubens!)
10-
- Show notification when the checkpoint initialization fails (thanks @app/roomote!)
11-
- Bust cache in generated image preview (thanks @mrubens!)
12-
- Fix: Center active mode in selector dropdown on open (#7882 by @hannesrudolph, PR by @app/roomote)
13-
- Fix: Preserve first message during conversation condensing (thanks @daniel-lxs!)
1416

15-
## [3.28.0] - 2025-09-10
1617

1718
![3.28.0 Release - Continue tasks in Roo Code Cloud](/releases/3.28.0-release.png)
1819

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ko/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)