Skip to content

Releases: chat2db/Chat2DB

3.0.1

19 Oct 02:43
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release
v3.0.1

fix:Scroll bar width Auto-save bug

3.0.0

17 Oct 15:19
Compare
Choose a tag to compare

2023-10-17

Changelog

  • 🔥【New Features】Support for team collaboration mode
  • 🔥【New Features】Support for visual table structure creation, editing, and deletion
  • 🔥【New Features】Support for editing, adding, and deleting query data results
  • ⭐【New Features】Support the feature of importing Navicat/DBever data source links
  • ⭐【New Features】Support for AI automatic sync table structure。
  • ⭐【New Features】Support export table structure
  • ⭐【New Features】Support importing SQL files
  • ⭐【New Features】Support the connection supports adding an environment,better distinguishing between online and daily
  • ⚡️【Optimize】Optimize Editor Intellisense
  • ⚡️【Optimize】Optimize AI Input
  • ⚡️【Optimize】Sql query support is stopped
  • ⚡️【Optimize】Sql execution supports viewing the number of affected rows
  • ⚡️【Optimize】Reclaiming non-administrator permissions to edit shared connections
  • ⚡️【Optimize】Cmd/Ctrl + R Run SQL, Cmd/Ctrl + Shift + R Refresh Page
  • 🐞【Fixed】Table operation columns are overridden by table comments
  • 🐞【Fixed】The last Tab in the query result cannot be closed

更新日志

  • 🔥【新功能】支持团队协作模式
  • 🔥【新功能】支持可视化表结构新增、编辑、删除
  • 🔥【新功能】支持查询数据结果编辑、新增、删除
  • ⭐【新功能】支持导入Navicat/DBeaver数据源链接的功能
  • ⭐【新功能】支持AI自动同步表结构
  • ⭐【新功能】支持导出表结构
  • ⭐【新功能】支持导入sql文件
  • ⭐【新功能】连接支持添加环境标识,更好地区分在线和日常
  • ⚡️【优化】优化编辑器提示功能
  • ⚡️【优化】优化AI输入
  • ⚡️【优化】sql查询支持停止
  • ⚡️【优化】sql执行支持查看影响行数
  • ⚡️【优化】回收非管理员编辑共享连接权限
  • ⚡️【优化】Cmd/Ctrl + R 运行SQL, Cmd/Ctrl + Shift + R 刷新页面
  • 🐞【修复】表操作列被表注释覆盖问题
  • 🐞【修复】查询结果最后一个Tab无法关闭问题

2.1.0

09 Sep 14:27
Compare
Choose a tag to compare

⭐ New Features

  • 🔥The team function is newly launched, supporting team collaboration. R&D does not require knowing the online database
    password, solving the security issue of enterprise database accounts. It is recommended to directly deploy the team
    function using 'docker'
  • Added support for environment selection, better distinguishing between online and daily

🐞 Bug Fixes

  • Fix the issue of 'Oracle' query 'Blob' reporting errors
  • Modify the paging logic and fix some SQL queries that cannot be queried

⭐ 新特性

  • 🔥团队功能全新上线,支持团队协作,研发无需知道线上数据库密码,解决企业数据库账号安全问题,团队功能建议直接使用 docker 部署
  • 新增支持环境选择,更好的区分线上、日常环境

🐞 问题修复

  • 修复 Oracle 查询 Blob 报错的问题
  • 修改分页逻辑,修复部分SQL无法查询

2.0.13

21 Aug 01:46
Compare
Choose a tag to compare

⭐ New Features
🐞 Bug Fixes
Fixed a bug where sql formatting was not selected
Fixed open view lag issue
Solve the white screen problem of connected non-relational databases (non-relational databases are not supported)
⭐ 新特性
🐞 问题修复
修复不选中sql格式化的bug
修复打开视图卡顿问题
解决已连接的非关系型数据库打开白屏问题(暂不支持非关系性数据库)

2.0.12

14 Aug 01:53
Compare
Choose a tag to compare

2.0.12

⭐ New Features

  • 🔥Supports viewing views, functions, triggers, and procedures
  • Support selected sql formatting
  • Added new dark themes

🐞 Bug Fixes

  • Fixed sql formatting failure issue
  • Fixed an issue where locally stored theme colors and background colors are incompatible with the new version, causing page crashes
  • Logs desensitize sensitive data
  • Fix the issue of 'CLOB' not displaying specific content Issue #440
  • Fix the problem that non-Select does not display query results
  • Fix the problem that Oracle cannot query without schema
  • Fix the problem of special type of SQL execution error reporting
  • Fix the problem that the test link is successful, but the error is reported when saving the link

⭐ 新特性

  • 🔥支持查看视图、函数、触发器、存储过程
  • 支持选中sql格式化
  • 增加新的暗色主题

🐞 问题修复

  • 修复sql格式化会失败问题
  • 修复本地存储的主题色、背景色与新版本不兼容时会导致页面崩溃问题
  • 日志对敏感数据进行脱敏
  • 修复 CLOB 不展示具体内容的问题 Issue #440
  • 修复非Select不展示查询结果的问题
  • 修复Oracle不带schema无法查询的问题
  • 修复特殊类型的SQL执行报错的问题
  • 修复测试链接成功,但保存链接报错的问题

2.0.11

08 Aug 12:18
Compare
Choose a tag to compare

⭐ New Features

  • The Linux platform is supported

🐞 Bug Fixes

  • Fix the issue where SSH does not support older versions of encryption algorithms
  • Fix the issue of SQL Server 2008 not being able to connect
  • Fix the issue of not being able to view table name notes and field notes

⭐ 新特性

  • 支持了Linux平台

🐞 问题修复

  • 修复 SSH 不支持老版本加密算法的问题
  • 修复 SQLServer2008 无法连接的问题
  • 修复无法查看表名备注、字段备注的问题

2.0.10

06 Aug 10:56
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Activate the console for the latest operation when you create or start a console、Records the last console used
  • The replication function of the browser, such as edge, is unavailable
  • table Indicates an error when ddl is exported after the search
  • Adds table comments and column field types and comments

🐞 问题修复

  • 新建、开打console时激活最新操作的console、记录最后一次使用的console
  • edge等浏览器复制功能无法正常使用
  • table搜索后导出ddl报错
  • 增加表注释以及列字段类型和注释
  • 当数据源添加了database默认选择第一个database

2.0.9

03 Aug 04:21
Compare
Choose a tag to compare

2.0.9

🐞 Bug Fixes

-Fix the issue of Windows flash back

🐞 问题修复

  • 修复windows闪退的问题

2.0.7

30 Jul 12:43
Compare
Choose a tag to compare

⭐ New Features

  • Export query result as file is supported

🐞 Bug Fixes

⭐ 新特性

  • 支持导出查询结果

🐞 问题修复

2.0.6

25 Jul 14:36
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fixed: When there are too many tables under the selected library, the "New Console" button at the bottom disappears Issue #314

🐞 问题修复

  • Fixed: 当选择的库下面表过多时最下面的“新建控制台”按钮消失 Issue #314