diff --git a/docs/docs/release/1.12.0-20220318.md b/docs/docs/release/1.12.0-20220318.md new file mode 100644 index 00000000..72a1bf6c --- /dev/null +++ b/docs/docs/release/1.12.0-20220318.md @@ -0,0 +1,51 @@ +--- +template: overrides/main.html +--- + +DBM Version for `1.12.0` is released! + +Release Time: `2022-03-18` + +#### Enhancement + +--- + +- Support visual construction of data table and configuration of optional parameters +- Add data source list to display service version information +- Add editor execution status feedback +- Add ancillary information such as execution result and time +- SQL shortcut keys can be executed by Ctrl+Enter [#102](https://github.com/EdurtIO/dbm/issues/102) +- Support for data source maxTotal configuration (experimental) [#102](https://github.com/EdurtIO/dbm/issues/102) +- Add `SHOW PARTITIONS` quick query +- The `EXPLAIN` command is supported +- Metadata management delete data table supports quick input of table name + +#### Docs + +--- + +- Add contributing software documentation guide + +#### Optimize + +---- + +- Optimized the display of metadata management disk usage +- Merge Query Select the query & query function + +#### Bug + +--- + +- Fixed data source not paging problem in quick query +- Fixed the problem that metadata information cannot be distinguished due to multiple selections +- Fix top menu style exception +- Fix the problem that the metadata operation node is not refreshed [#101](https://github.com/EdurtIO/dbm/issues/101) + +#### UI + +--- + +- New data source window layout +- Add nine editor themes +- Execute button to add shortcut key prompt diff --git a/docs/docs/release/1.12.0-20220318.zh.md b/docs/docs/release/1.12.0-20220318.zh.md new file mode 100644 index 00000000..05558339 --- /dev/null +++ b/docs/docs/release/1.12.0-20220318.zh.md @@ -0,0 +1,50 @@ +--- +template: overrides/main.html +--- + +DBM `1.12.0` 版本发布! + +发布时间: `2022-03-18` + +#### 功能 (增强) +--- + +- 支持数据表的可视化构造和可选参数的配置 +- 添加数据源列表,显示服务版本信息 +- 添加编辑器执行状态反馈 +- 增加执行结果、时间等辅助信息 +- SQL快捷键可以通过Ctrl+Enter执行 [#102](https://github.com/EdurtIO/dbm/issues/102) +- 支持数据源maxTotal配置(实验性) [#102](https://github.com/EdurtIO/dbm/issues/102) +- 添加 `SHOW PARTITIONS` 快速查询 +- 支持 `EXPLAIN` 命令 +- 元数据管理删除数据表支持快速输入表名 + +#### 文档 + +--- + +- 添加软件文档贡献指南 + +#### 优化 + +---- + +- 优化了元数据管理磁盘使用情况的显示 +- 合并选择查询和查询功能 + +#### Bug + +--- + +- 修复了快速查询中数据源不分页的问题 +- 修复了由于多次选择而无法区分元数据信息的问题 +- 修复顶部菜单样式异常 +- 修复元数据操作节点未刷新的问题 [#101](https://github.com/EdurtIO/dbm/issues/101) + +#### UI + +--- + +- 数据源窗口布局 +- 添加九个编辑器主题 +- 执行按钮添加快捷键提示 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 06a4c862..de6fe024 100755 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -139,6 +139,7 @@ nav: - Monitor: - Processor: reference/Monitor-Processor.md - Release Note: + - 1.12.0: release/1.12.0-20220318.md - 1.11.0: release/1.11.0-20220222.md - 1.10.0: release/1.10.0-20220127.md - 1.9.0: release/1.9.0-20211130.md diff --git a/electron-builder.yml b/electron-builder.yml index c78c7ab5..a3404207 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -15,8 +15,8 @@ releaseInfo: - Add ancillary information such as execution result and time - SQL shortcut keys can be executed by Ctrl+Enter [#102](https://github.com/EdurtIO/dbm/issues/102) - Support for data source maxTotal configuration (experimental) [#102](https://github.com/EdurtIO/dbm/issues/102) - - Add SHOW PARTITIONS quick query - - The EXPLAIN command is supported + - Add `SHOW PARTITIONS` quick query + - The `EXPLAIN` command is supported - Metadata management delete data table supports quick input of table name #### Docs