Skip to content

Commit

Permalink
chore: release 1.0.7 (#17)
Browse files Browse the repository at this point in the history
* chore: release 1.0.7; 新增更新日志

* chore: 更新日志
  • Loading branch information
yixiaco authored Jul 30, 2023
1 parent 44cf987 commit baf1f6b
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .run/ruoyi-monitor-admin.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="ruoyi-monitor-admin" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="ruoyi/ruoyi-monitor-admin:1.0.6" />
<option name="imageTag" value="ruoyi/ruoyi-monitor-admin:1.0.7" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="ruoyi-extend/ruoyi-monitor-admin/Dockerfile" />
</settings>
Expand Down
2 changes: 1 addition & 1 deletion .run/ruoyi-powerjob-server.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="ruoyi-powerjob-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="ruoyi/ruoyi-powerjob-server:1.0.6" />
<option name="imageTag" value="ruoyi/ruoyi-powerjob-server:1.0.7" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="ruoyi-extend/ruoyi-powerjob-server/Dockerfile" />
</settings>
Expand Down
2 changes: 1 addition & 1 deletion .run/ruoyi-server.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="ruoyi-server" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="ruoyi/ruoyi-admin:1.0.0-5.0.0" />
<option name="imageTag" value="ruoyi/ruoyi-admin:1.0.7" />
<option name="buildOnly" value="true" />
<option name="sourceFilePath" value="ruoyi-admin/Dockerfile" />
</settings>
Expand Down
124 changes: 124 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
## 🌈 1.0.7 `2023-07-30`
> 本次更新需要执行`update_1.0.6-1.0.7.sql`脚本
### 🚀 New Features
- 系统设置新增使用map直接修改参数;使用便捷方式修改系统参数,拆分租户参数与全局参数设置
- 优化消息模块抽取为新模块,新增耗时字段;从缓存中读取消息模板、消息配置
- 新增动态租户注解,与原有动态租户分开存储,优先级更高,不支持嵌套使用
- 提供租户消息的MQ基础消息对象,方便在使用消息队列时与动态租户注解组合
### 🔥 Performance
- 设置滚动条最小高度;富文本预览新增代码块最大高度

### 🐞 Bug Fixes
- 修复根路由为菜单类型时,不显示或显示错误问题
- 修复在不启用忽略租户方法中,不执行回调
- 修复后台权限匹配路径缺少`gen/`问题
- 修复依赖`ruoyi-common-amqp`报错问题
- 修复判断消息内容是否是HTML的正则不够准确
- 修复权限未匹配命中url时,请求资源被放行
- 修复消息发送时,值对象不是String类型时,不会替换变量引起的报错问题
- 修复在非web环境下构建PageQuery请求对象时报错
- 修复富文本弹出层z-index小于弹窗的问题
- 修复菜单搜索时,偶发性无法跳转问题
- 修复下载文件时,加载插件不关闭问题

### 🏡 Chore
- 更新gitee客户端id
- 优化字典类型链接显示效果
- 修改config遗留注释

### 🔨 Dependency Upgrades
- Upgrade to pinia-plugin-persistedstate@^3.2.0
- Upgrade to tdesign-vue-next@^1.4.1
- Upgrade to @commitlint/cli@^17.6.7
- Upgrade to @commitlint/config-conventional@^17.6.7
- Upgrade to @types/lodash@^4.14.196
- Upgrade to @typescript-eslint/eslint-plugin@^6.2.0
- Upgrade to @typescript-eslint/parser@^6.2.0
- Upgrade to eslint@^8.45.0
- Upgrade to stylelint@~15.10.2
- Upgrade to vite@^4.4.7
- Upgrade to vue-tsc@^1.8.6

## 🌈 1.0.6 `2023-07-20`
### 🚀 New Features
- 富文本编辑器使用TinyMCE替换CKEditor
- 升级tdesign-vue-next-starter版本为0.8.0
- 代码高亮使用Prismjs替代highlightjs,并支持显示行号
- 新增代码预览组件
- 新增富文本预览组件
- number-leading-zero deprecated
- 移除Stylelint-less依赖
- 加载中提示默认修改为30秒
- 绑定平台账号时检验是否已绑定其他用户
- 隐藏使用的clientId被误删、停用

### 🐞 Bug Fixes
- 修复根据用户查询菜单时的问题
- 校验客户端Key防止重复导致查询时因ClientId重复报错
- 修复prettier与eslint-plugin-prettier插件版本不兼容问题
- 登录超时时间设置问题
- 修复在多租户与不启用租户下,token到期时无法清理在线用户状态,设置动态租户在web环境未登录时不生效问题

### 🔨 Dependency Upgrades
- Upgrade to tdesign-icons-vue-next ^0.1.12
- Upgrade to tdesign-vue-next ^1.3.12
- Upgrade to @tinymce/tinymce-vue ^5.1.0
- Upgrade to prismjs ^1.29.0
- Upgrade to tinymce ^6.6.0
- Upgrade to @types/prismjs ^1.26.0
- Upgrade to eslint-plugin-prettier ^5.0.0
- Upgrade to vite-plugin-prismjs ^0.0.8
- Upgrade to vue-tsc ^1.8.5
- Upgrade to stylelint-config-standard ^34.0.0

## 🌈 1.0.5 `2023-07-14`
### 🚀 Features
- 使用PowerJob替换XXLJob
- 新增客户端管理
- 新增第三方登录
- 新增请求加密传输

### 🐞 Bug Fixes
- 修复代码生成中的问题
- 修复表格ui宽度不够时不能滚动问题
- 修复在多租户下,token到期时无法清理在线用户状态

### 🔨 Dependency Upgrades
- Upgrade to tdesign-vue-next ^1.3.11
- Upgrade to vue-router ~4.2.4
- Upgrade to @typescript-eslint/eslint-plugin ^6.0.0
- Upgrade to @typescript-eslint/parser ^6.0.0
- Upgrade to prettier ^3.0.0
- Upgrade to stylelint-less 1.0.8
- Upgrade to vite ^4.4.4
- Upgrade to vite-plugin-vue-devtools ^0.5.1
- Upgrade to Upgrade to easyexcel 3.3.1
- Upgrade to satoken 1.35.0.RC
- Upgrade to dynamic-ds 4.1.1

## 🌈 1.0.4 `2023-07-11`
### 🚀 Features
- fix: 修复菜单搜索浮层样式问题
- chore: release 0.7.7
- build(deps-dev): bump typescript from 4.9.5 to 5.1.6
- feat: 更新ruoyi-ui所有依赖
- refactor: 重构Axios工具,新增接口级防抖节流
- feat: 增加菜单搜索功能 (#10) 一夏* 2023/7/9 0009 22:24
- feat: 代码生成新增排序字段生成 (#8) 一夏* 2023/7/8 0008 15:29
- feat:更新依赖、highlightjs修改为本地组件 yixiaco 2023/7/6 0006 17:17
- feat:新增消息模板标题属性变量渲染 yixiaco 2023/7/3 0003 0:53
- feat 新增OSS配置create_bucket字段,在使用配置时使用创建桶;fix:修复新建配置时报错 yixiaco 2023/7/5 0005 0:43
- update 提供存在数据值时的sql更新脚本 yixiaco 2023/7/1 0001 9:28
- style: 修改面包屑分隔符 yixiaco 2023/7/8 0008 22:59
- perf: 优化代码生成编辑生成配置效果 yixiaco 2023/7/7 0007 11:03

### 🐞 Bug Fixes

- fix: 修复导入数据表列表时的偶发性错误 yixiaco 2023/7/7 0007 10:24
- fix: 修复字段排序不生效问题 yixiaco 2023/7/7 0007 10:05
- fix: 修复highlightjs打包后无高亮效果; yixiaco 2023/7/6 0006 17:17
- fix: redis读写锁释放读锁时,判断是否已经释放,避免锁重入时被提前释放 yixiaco 2023/7/6 0006 15:13
- fix: OSS文件管理列表分页问题修复 yixiaco 2023/7/5 0005 0:55
- fix: 刷新配置缓存时,未清理全局配置;变更OSS预览时失败修复; yixiaco 2023/7/4 0004 23:38
- fix: ckeditor列表样式问题 yixiaco 2023/7/3 0003 23:37
- fix: 修改消息模板内容太长时报错;修改提取变量正则不确认问题;修复变量属性无序问题,改为使用数组方式; yixiaco 2023/7/3 0003 0:53
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign/blob/master/LICENSE)
[![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=ruoyi-tdesign)
<br>
[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.6-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign)
[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.7-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign)
[![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.0-blue.svg)]()
[![JDK-17](https://img.shields.io/badge/JDK-17-green.svg)]()
[![JDK-19](https://img.shields.io/badge/JDK-19-green.svg)]()
Expand All @@ -18,6 +18,8 @@
> 交流与讨论: [交流群](https://github.com/yixiaco/ruoyi-tdesign/wiki/%E4%BA%A4%E6%B5%81%E7%BE%A4)<br>
> 系统演示(感谢 [疯狂的麦克粥](https://gitee.com/CrazyMikePorridge) 贡献的演示服务器): [传送门](https://ruoyi-tdesign.hexm.online)
> 查看项目[更新日志](./CHANGELOG.md)
| 功能介绍 | 使用技术 | 文档地址 | 描述 |
| -------------- | --------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 当前框架 | ruoyi-tdesign | [ruoyi-tdesign文档](https://gitee.com/yixiacoco/ruoyi-tdesign/wikis/pages) | 重写RuoYi-Vue-Plus部分逻辑,UI框架 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>ruoyi-tdesign多租户管理系统</description>

<properties>
<revision>1.0.6</revision>
<revision>1.0.7</revision>
<spring-boot.version>3.1.0</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ruoyi-common/ruoyi-common-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</description>

<properties>
<revision>1.0.6</revision>
<revision>1.0.7</revision>
</properties>

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions script/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
network_mode: "host"

ruoyi-admin:
image: ruoyi/ruoyi-server:1.0.6
image: ruoyi/ruoyi-server:1.0.7
container_name: ruoyi-admin
environment:
# 时区上海
Expand All @@ -117,7 +117,7 @@ services:
network_mode: "host"

ruoyi-server2:
image: ruoyi/ruoyi-server:1.0.6
image: ruoyi/ruoyi-server:1.0.7
container_name: ruoyi-server2
environment:
# 时区上海
Expand All @@ -132,7 +132,7 @@ services:
network_mode: "host"

ruoyi-monitor-admin:
image: ruoyi/ruoyi-monitor-admin:1.0.6
image: ruoyi/ruoyi-monitor-admin:1.0.7
container_name: ruoyi-monitor-admin
environment:
# 时区上海
Expand All @@ -144,7 +144,7 @@ services:
network_mode: "host"

ruoyi-powerjob-server:
image: ruoyi/ruoyi-powerjob-server:1.0.6
image: ruoyi/ruoyi-powerjob-server:1.0.7
container_name: ruoyi-powerjob-server
environment:
# 时区上海
Expand Down

0 comments on commit baf1f6b

Please sign in to comment.