Skip to content

Yearning v3.1.6.2

Compare
Choose a tag to compare
@cookieY cookieY released this 10 Aug 14:26
· 131 commits to next since this release

What's Changed

  • feat: close #832, support custom audit rules, allowing audit rules to be set for individual data sources
  • feat: support multiple languages, specify frontend and backend languages through the config.toml configuration file, currently supporting Chinese/English
  • fixup: close #848, fix the issue of loading indicator not showing during query waiting
  • improv: close #840, improve the display of daily ticket count on the homepage
  • improv: close #790, add data source column display on the ticket audit page
  • improv: close #703, support changing execution time/simultaneous execution/termination of scheduled tasks
  • improv: close the sorting rule of ticket list to sort by audit status and time
  • improv: support executing DML data in transaction mode, please search for DMLTransaction option in the audit rules and enable this feature
  • improv: close #795, limit query keyword reminder (table name, column name) to current database only. When selecting a database, it will retrieve the table names and column names of that database.
  • improv: clicking on a query result now supports copying cell content
  • improv: domain address specification is no longer done through -s option but through settings page. DingTalk card supports URL redirection.
  • other improv

更新内容

  • 功能: 关闭 #832 支持自定义审核规则,允许对单一数据源设置审核规则
  • 功能: 支持多语言,通过config,toml配置文件中指定前后端语言,当前支持中文/英文
  • 修复: 关闭 #848 修复查询等待时loading标识不显示的问题
  • 优化: 关闭 #840 优化首页每日工单数显示异常的问题
  • 优化: 关闭 #790 工单审核页面新增数据源列显示
  • 优化: 关闭#703 支持定时任务更改执行时间/立即执行/终止执行
  • 优化: 工单列表排序规则更改为审核中且时间远近进行排序
  • 优化: 支持DML数据以事务模式执行,请在审核规则内搜索DMLTransaction选项并启用该功能
  • 优化: 关闭 #795 查询关键字提醒(表名,字段名)限定为当前数据库,当选择数据库时将会获取该数据库的表名字段名
  • 优化: 查询结果支持点击后复制单元格内容
  • 优化: 域名地址指定不再通过-s 进行指定更改为通过设置页面进行指定,钉钉卡片支持url跳转
  • 其他优化