|
1 | 1 | # Local Changelog |
2 | 2 |
|
| 3 | +## 1.3.0 |
| 4 | +`2024-11-11` |
| 5 | +- 🔥【New Feature】Left tree supports collapsing |
| 6 | +- 🔥【New Feature】Query result set supports exporting to EXCEL |
| 7 | +- 🐞【Fixed】Issue with table styles when uploading Excel sheets in ChatExcel |
| 8 | +- 🐞【Fixed】Issue of white screen caused by certain operations while editing charts |
| 9 | +- 🐞【Fixed】Error in query list after deleting a table when viewing all tables |
| 10 | +- 🐞【Fixed】Occasional issue of the left tree not scrolling to the bottom |
| 11 | +- 🐞【Fixed】Problem of flickering tabs in query results |
| 12 | +- 🐞【Fixed】Occasional slow SQL execution results |
| 13 | +- 🐞【Fixed】Some errors in importing links from other third-party sources |
| 14 | +- 🐞【Fixed】Issue of unable to access the password when importing links from other third-party sources |
| 15 | +- 🐞【Fixed】Fix oceanbase database's tinyint type processing |
| 16 | +- 🐞【Fixed】Fix dm database's bit type processing |
| 17 | +- 🐞【Fixed】Fix postgresql issue where table names cannot be deleted due to case sensitivity |
| 18 | +- 🐞【Fixed】Fix replace into and insert ignore into not prompting table names |
| 19 | +- 🐞【Fixed】Fix where condition field hover prompt |
| 20 | +- 🐞【Fixed】Fix alter table statement table name hover prompt |
| 21 | +- 🐞【Fixed】Fix editor prompt refresh issue |
| 22 | +- ⭐【Optimization】Console SQL dropdown box positioning issue |
| 23 | +- ⭐【Optimization】Editor string color optimization |
| 24 | +- ⭐【Optimization】Editor supports keyword case sensitivity and table full qualifier name configuration |
| 25 | +- ⭐【Optimization】Compatible with low-version postgresql ddl view |
| 26 | +- ⭐【Optimization】Client window size adaptation |
| 27 | +- ⭐【Optimization】Execution record overall style optimization |
| 28 | +- ⭐【Optimization】Database list tree scrollbar optimization |
| 29 | + |
3 | 30 | ## 1.2.1 |
4 | 31 | `2024-11-06` |
5 | 32 | - 🐞【Fixed】Error in query list after deleting a table when viewing all tables |
|
0 commit comments