diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 03c4426f0..c322377f1 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,17 @@ +# 2.8.0(2022-1-4) + +### 🎫 Feat + +-Added dark theme +-Add element-plus custom theme +-Add guide page + +### 🍏 Perf + +-Optimize internationalization, compatible with the vscode plug-in i18n Ally smart reminder +-Optimize the back-end return routing structure +-Optimize local storage, with four built-in buttons `responsive-configure`, `responsive-locale`, `responsive-layout`, `responsive-tags`, which are basic configuration, international configuration, layout configuration, and tab persistent configuration + # 2.7.0(2021-12-18) ### 🎫 Feat diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c4426f0..c322377f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.8.0(2022-1-4) + +### 🎫 Feat + +-Added dark theme +-Add element-plus custom theme +-Add guide page + +### 🍏 Perf + +-Optimize internationalization, compatible with the vscode plug-in i18n Ally smart reminder +-Optimize the back-end return routing structure +-Optimize local storage, with four built-in buttons `responsive-configure`, `responsive-locale`, `responsive-layout`, `responsive-tags`, which are basic configuration, international configuration, layout configuration, and tab persistent configuration + # 2.7.0(2021-12-18) ### 🎫 Feat diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 20a74ef9c..10e58e179 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,17 @@ +# 2.8.0(2022-1-4) + +### 🎫 Feat + +- 添加暗黑主题 +- 添加 element-plus 自定义主题 +- 添加引导页 + +### 🍏 Perf + +- 优化国际化,兼容 vscode 插件 i18n Ally 智能提醒 +- 优化后端返回路由结构 +- 优化本地存储,内置四个键`responsive-configure`、`responsive-locale`、`responsive-layout`、`responsive-tags`,分别为基本配置、国际化配置、布局配置、标签页持久化配置 + # 2.7.0(2021-12-18) ### 🎫 Feat diff --git a/package.json b/package.json index 7b4c0bd19..e3844da78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "2.7.0", + "version": "2.8.0", "private": true, "engines": { "node": ">= 16", diff --git a/public/serverConfig.json b/public/serverConfig.json index adb08203d..ecc55a0f3 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "2.7.0", + "Version": "2.8.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false,