Skip to content

2023/12/31版本

Compare
Choose a tag to compare
@piexlmax piexlmax released this 31 Dec 03:11
· 468 commits to main since this release

What's Changed

  • feature: mongoDB 支持 by @SliverHorn in #1565
  • fixed: deploy/docker/Dockerfile by @SliverHorn in #1567
  • web/src/view/systemTools/system/system.vue : fix 图形验证码配置 bug by @729343861 in #1569
  • 初始化失败panic by @zongqiang1988 in #1573
  • 缺少事务可能出现数据不一致风险 by @zongqiang1988 in #1575
  • [feature]:调整角色的创建,删除操作为事务模式 by @piexlmax in #1577
  • 清理掉定时任务config配置,修改为代码内书写 by @piexlmax in #1578
  • [selectImage.vue]: 增加selectImage组件,最多上传图片的功能 by @dadiYazZ in #1568
  • 清理掉定时任务config配置,修改为代码内书写 by @piexlmax in #1584
  • swag中id错误问题的修复 by @piexlmax in #1589
  • 修复ast_gorm_test.go测试文件缺少参数 by @ning2510 in #1587
  • server/service/system/sys_auto_code_pgsql.go: 多业务库的情况使pgsql使用DB List配置 by @xinyan818 in #1588
  • Update: MongoDb Index Name Too Long by @SliverHorn in #1580
  • 修改el-tag中type属性的默认值, type属性枚举不包含primary by @Zmzblink in #1593
  • sys_auto_code fix: log文字提示错误 by @yh-zero in #1592
  • TYPO: 图片格式jpeg by @xinyan818 in #1591
  • zapcore.WarnLevel修改成zapcore.ErrorLevel by @fakerwjs in #1602
  • web/src/view/routerHolder.vue:Fix 消除vue二级菜单组件警告 by @huoxiao001 in #1603
  • feat: 将placeholder替换为tooltip by @MQPearth in #1606
  • feat: 将placeholder替换为tooltip by @MQPearth in #1606

New Contributors