tabby-mcp-server 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/index.js +266 -87
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/typings/components/mcpSettingsTab.component.d.ts +12 -4
- package/typings/i18n/index.d.ts +29 -0
- package/typings/services/i18n.service.d.ts +28 -0
package/README.md
CHANGED
|
@@ -371,6 +371,15 @@ This project builds upon the work of [tabby-mcp-server](https://github.com/thuan
|
|
|
371
371
|
|
|
372
372
|
## 📝 Changelog
|
|
373
373
|
|
|
374
|
+
### v1.1.5 (2026-01-22)
|
|
375
|
+
|
|
376
|
+
**New Features:**
|
|
377
|
+
- 🌐 **Internationalization (i18n)** - Settings UI now supports multiple languages
|
|
378
|
+
- English (`en-US`, `en-GB`)
|
|
379
|
+
- Chinese Simplified (`zh-CN`, `zh-TW`)
|
|
380
|
+
- Auto-follows Tabby's language setting
|
|
381
|
+
- Extensible: easily add new languages by adding JSON files
|
|
382
|
+
|
|
374
383
|
### v1.1.4 (2026-01-22)
|
|
375
384
|
|
|
376
385
|
**New Features:**
|