v2.10.0
jamebal
released this
30 Nov 09:00
·
113 commits
to refs/heads/master
since this release
更新前备份数据库
docker exec -it jmalcloud_mongodb mongodump -d jmalcloud -o /dump/v2.9.3 --gzip --quiet
docker-compose pull && docker-compose up -d --remove-orphans
清理旧镜像
docker rmi $(docker images --filter "dangling=true" | grep "jmalcloud" | awk '{print $3}')
Changes in this release:
新功能 ✨
修复 🐛
- perf: 修复大量文件重建索引卡住的问题 (#189)
- fix: 修复分享链接里的文件没有使用预览配置打开的问题 (#188)
- fix: 修复重建索引有时会卡住的问题 (#187)
- fix: 修复ldap账号格式判断 (#179)
- fix: 修复删除文件夹后统计大小不变的问题 (#178)
- fix: 修复minio上传文件超过5G会丢失文件的问题 (#173)
- fix: 修复对象存储移动或者复制文件失败的问题 (#172)
优化 ⚡️
- perf: 优化全文搜索,同时匹配多个关键字(使用空格隔开)可缩小搜索范围 (#174)
- perf: 优化doc、ppt等旧office格式文档的全文搜索 (#171)
- perf: 优化初次启动时初始化角色、菜单 (#169)
- perf: 优化重建索引有时会卡住的问题 (#166)
- perf: 优化登陆后可直接在博客页面中跳转至编辑页面 (#165)
- perf: 优化博客页面加载速度, 页面内的图片延时加载 (#162)
Full Changelog: v2.9.3...v2.10.0