Skip to content

Tags: devOfWei/Yearning

Tags

v2.2.2

Toggle v2.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2.2.2 per-1

v2.2.1

Toggle v2.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v.2.2.1

v2.2.0

Toggle v2.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
### 新增

+ 允许alter合并语句执行
+ 支持create table like 语法
+ 支持create table as  语法
+ 新增-f参数,找回超级管理员admin用户的密码
+ 新增公告页面(markdown格式)
+ 用户组权限支持搜索功能
+ 支持企业微信 (Sponsor 版本)
+ 登录新增验证码
+ 管理员审核支持移动端操作(Sponsor 版本)

### 修复
+ 修复多条审核时错误信息重叠展示的问题
+ 修复创建用户时没有创建对应权限的问题
+ 修复查询无法显示Bit类型的字段数据问题
+ 添加字符集/collation 设置不正确时的字段信息
+ 修复查询审核开启后消息推送不正确的问题
+ 修复连接不释放的问题(重要!)
+ 修复索引长度的问题
+ 修复管理员更改用户密码时不需要进行密码复杂度校验的问题
+ 修复用户具有多个权限组权限时用户查看权限显示信息不准确的问题
+ 修复删除数据源时,具有该数据源的权限没有更新的问题

### 优化
+ 更改初始化表结构逻辑
+ 优化前端代码
+ 移除权限审核相关废弃代码
+ 优化查询结果为空时的视觉反馈
+ 修改删除工单逻辑,工单及审核记录只允许admin超级管理员用户在设置页面根据日期时间进行删除
+ 前端UI库更新至最新版本
+ 前端使用ts进行重构
+  数据源添加允许@符号
+ 升级SQL语法解析器,支持创建临时表