Skip to content

Commit

Permalink
feat:发行为 v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Apr 14, 2024
1 parent 3b0bb03 commit 50cd5d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

🔥🔥基于 Vue3.x setup + ThinkPHP6 + TypeScript + Vite + Pinia + Element Plus等流行技术栈的后台管理系统,自适应多端、支持CRUD代码生成、自带WEB终端、同时提供Web和Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等,无需授权即可免费商用,希望能帮助大家实现快速开发。

## v2.0.9-Release
### 新增
- 增加动态修改后台顶部`Tab`标题的方法
- 增加关闭掉全部或者指定`Tab`的方法
- 新增`refs`状态商店,全局提供了:引用(指向)一些对象(组件)的句柄
- 常驻内存支持,享受比传统框架快上数十倍的性能提升,目前[Workerman模块](https://modules.buildadmin.com/workerman)可提供框架的常驻内存HTTP服务

### 重构/优化/修复
- 优化内置滚动条样式
- 使用鼠标滚轮快速操作顶栏横向滚动条的支持(单双栏布局模式下)
- 在操作日志中管理登录失败时任然尽可能记录输入的管理员名称
- 内置开发服务(php think run)总是禁用输出压缩
- 自定义后台入口时,由禁止后台应用访问改为添加应用映射
- 优化Token门面类的类型定义、鉴权相关解耦、细节优化
- 上传文件时对文件名中不利于传输的字符进行过滤
- 修复WEB终端开始执行命令时可能刷新页面的问题
- 修复清理缓存操作的日志标题错误的问题

## v2.0.8-Beta
### 新增
- [Workerman模块](https://modules.buildadmin.com/workerman)上线(系统内置的`API`已完成常驻内存运行的兼容)
Expand Down
2 changes: 1 addition & 1 deletion config/buildadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
// 内容分发网络URL,末尾不带`/`
'cdn_url' => '',
// 版本号
'version' => 'v2.0.8',
'version' => 'v2.0.9',
// 接口地址
'api_url' => 'https://buildadmin.com',
];
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-admin",
"version": "2.0.8",
"version": "2.0.9",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 50cd5d4

Please sign in to comment.