Skip to content

v2.8.5

Compare
Choose a tag to compare
@jamebal jamebal released this 28 May 11:44
· 253 commits to refs/heads/master since this release
0583e19

docker-docker.yml

更新前备份数据库

docker exec -it jmalcloud_mongodb mongodump -d jmalcloud -o /dump/v2.8.4 --gzip --quiet
docker-compose pull && docker-compose up -d

Changes in this release:

修复 🐛

  • fix: 修复移动端文件文件传输界面404的问题 (#131)
  • fix: 修复上传大量文件时传输进度条卡住的问题 (#130)
  • fix: 修复移动端首页加载失败的问题 (#125)
  • fix: 修复从首页跳转至其标签页有时显示错误的问题 (#124)

优化 🎨️

  • style: 优化流程图“更多图形“ (#128)
  • perf: 优化窗口大小变化时动态调整分页大小 (#122)
  • style: 优化grid视图下的文件图标 (#118)
  • perf: 添加文件夹右键“复制下载链接” (#119)
  • perf: 优化分享界面 (#120)
  • perf: 优化grid视图下的文件名称 (#117)
  • perf: 优化yaml文件图标 (#116)

Full Changelog: v2.8.4...v2.8.5