Skip to content

2.0.5

Compare
Choose a tag to compare
@chat2db-jerry chat2db-jerry released this 24 Jul 06:13
· 3257 commits to main since this release

2.0.5

⭐ New Features

  • Supports 25 free uses of AIGC every day.
  • Support for querying data pagination.
  • Support switching between multiple databases in PostgreSQL.
  • Support for hot updating of client-side code allows for rapid bug fixes.

🐞 Bug Fixes

  • Default return alias for returned results Issue #270
  • Fixed around 100 bugs, of course, many were repetitive bugs.

⭐ 新特性

  • 支持每天 25 次免费使用 AIGC
  • 支持查询数据分页
  • 支持 PostgreSQL 数据库多个 database 的切换
  • 支持客户端代码热更新可以快速修复 bug
  • 支持客户端字体放大缩小

🐞 问题修复

  • 返回结果默认返回别名 Issue #270
  • 修复了 100 个左右的 bug,当然很多是重复 bug