bump v4.0.29

This commit is contained in:
xxnuo
2026-01-10 17:06:57 +08:00
parent 0a6b6b11b2
commit ea2cb6bc8a
6 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
## v4.0.29
- UI新增跟随系统主题功能
- UI使用 IndexDB 存储历史记录,提升性能
## v4.0.28
- 桌面端:托盘菜单添加开机启动开关

View File

@@ -1,3 +1,8 @@
## v4.0.29
- UI新增跟随系统主题功能
- UI使用 IndexDB 存储历史记录,提升性能
## v4.0.28
- 桌面端:托盘菜单添加开机启动开关

View File

@@ -1,6 +1,6 @@
{
"name": "mtranserver",
"version": "4.0.28",
"version": "4.0.29",
"type": "module",
"description": "Translation server",
"main": "./dist/index.js",

View File

@@ -1,4 +1,4 @@
export const VERSION = '4.0.28';
export const VERSION = '4.0.29';
export function getVersion(): string {
return VERSION;

View File

@@ -11,7 +11,7 @@
"spec": {
"info": {
"title": "MTranServer API",
"version": "4.0.28",
"version": "4.0.29",
"description": "Translation server API",
"license": {
"name": "Apache-2.0"

View File

@@ -1,7 +1,7 @@
{
"name": "ui",
"private": true,
"version": "4.0.28",
"version": "4.0.29",
"type": "module",
"scripts": {
"dev": "vite",