Skip to content

Commit 9ea7d40

Browse files
committed
release: v0.43.2
1 parent 30572d0 commit 9ea7d40

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Removed
11-
12-
- Removed the embedded database CLI terminal. Use your system terminal for command-line access to your databases.
13-
1410
## [0.43.2] - 2026-05-22
1511

1612
### Changed
1713

1814
- Hiding a column now also drops it from the query, so tables with one heavy column load faster. The primary key is always fetched so editing still works
1915

16+
### Removed
17+
18+
- Removed the embedded database CLI terminal. Use your system terminal for command-line access to your databases.
19+
2020
### Fixed
2121

2222
- Opening a connection no longer crashes when its database plugin is older than the app; outdated plugins now update automatically (#1371)

docs/changelog.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ rss: true
99

1010
- **Skip Heavy Columns**: Hiding a column now also drops it from the query, so tables with one heavy column load faster. The primary key is always fetched so editing still works
1111

12+
### Removed
13+
14+
- **Embedded Terminal**: The built-in database CLI terminal has been removed. Use your system terminal for command-line access to your databases.
15+
1216
### Bug Fixes
1317

1418
- **Plugin Crash on Open**: Opening a connection no longer crashes when its database plugin is older than the app; outdated plugins update automatically (#1371)

0 commit comments

Comments
 (0)