v2.10.1
jamebal
released this
19 Dec 04:01
·
50 commits
to refs/heads/master
since this release
更新前备份数据库
docker exec -it jmalcloud_mongodb mongodump -d jmalcloud -o /dump/v2.10.0 --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:
新功能 ✨
修复 🐛
- fix: 修复部分word和pdf文档检索不到内容的问题 (#192)
优化 ⚡️
- perf:优化重建索引后删除不存在的文件 (#201)
- perf:优化修改文件事件 (#200)
- perf:优化文件历史版本记录,使用syncthing等工具时也能保存历史版本 (#199)
- perf: 优化文件监控性能 (#197)
- perf: 优化验证LDAP DN(Distinguished Name)字符串是否有效 (#196)
- perf: 优化重建索引 (#195)
- perf: 优化部分文本文件类型的判断 (#194)
Full Changelog: v2.10.0...v2.10.1