tabby-mcp-server 1.1.4 โ 1.1.6
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 +17 -0
- package/dist/index.js +388 -91
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/typings/components/mcpSettingsTab.component.d.ts +16 -4
- package/typings/i18n/index.d.ts +29 -0
- package/typings/services/i18n.service.d.ts +28 -0
- package/typings/version.d.ts +9 -0
package/README.md
CHANGED
|
@@ -371,6 +371,23 @@ This project builds upon the work of [tabby-mcp-server](https://github.com/thuan
|
|
|
371
371
|
|
|
372
372
|
## ๐ Changelog
|
|
373
373
|
|
|
374
|
+
### v1.1.6 (2026-01-22)
|
|
375
|
+
|
|
376
|
+
**Improvements:**
|
|
377
|
+
- ๐จ **Enhanced Settings UI** - Redesigned header with compact social links (GitHub, npm)
|
|
378
|
+
- ๐ **Smart Links** - All external links now open correctly in default browser
|
|
379
|
+
- ๐ข **Auto-versioning** - Plugin version is now automatically read from `package.json`
|
|
380
|
+
- ๐งน **Cleaner UI** - Optimized layout and removed redundant sections
|
|
381
|
+
|
|
382
|
+
### v1.1.5 (2026-01-22)
|
|
383
|
+
|
|
384
|
+
**New Features:**
|
|
385
|
+
- ๐ **Internationalization (i18n)** - Settings UI now supports multiple languages
|
|
386
|
+
- English (`en-US`, `en-GB`)
|
|
387
|
+
- Chinese Simplified (`zh-CN`, `zh-TW`)
|
|
388
|
+
- Auto-follows Tabby's language setting
|
|
389
|
+
- Extensible: easily add new languages by adding JSON files
|
|
390
|
+
|
|
374
391
|
### v1.1.4 (2026-01-22)
|
|
375
392
|
|
|
376
393
|
**New Features:**
|