Skip to content

v2.12.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 04:05
0f364a9

docker-docker.yml

更新前备份数据库

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

清理旧镜像

docker images --filter=reference='jmal/jmalcloud*' --filter "dangling=true" -q | xargs -r docker rmi

Changes in this release:

新功能 ✨

  • feat: 左侧菜单栏添加标签管理功能,包括修改、删除和排序 (#372)

修复 🐛

  • fix: 解决打开 Excalidraw 文件时偶尔出现内容为空的问题 (#367)
  • fix: 移动或复制文件到根目录失败的问题 (#228)
  • fix: 修复部分ORC任务卡住的问题 (#229)

优化 🎨️

  • perf: 分享列表界面增加“分享链接”项 (#374)
  • perf: 优化预览文件封面的效果 (#373)

Full Changelog: v2.12.0...v2.12.1