Releases: DataflareApp/Dataflare
Releases · DataflareApp/Dataflare
v2.5.0
- Upgrade DuckDB to v1.4.0
- Update macOS titlebar bug
- Adapted for macOS 26 window style
- Fix "If there are no rows, displaying columns is not responsive" #28
- Improve UI animations
- Improve Table component
Table Keyboard Shortcuts
Function | Shortcut |
---|---|
Refresh | ⌘ + R |
Filter | ⌘ + F |
Select All Rows | ⌘ + A |
Unselect All Rows | ESC |
Insert Row | ⌘ + I |
Delete Rows | ⌘ + Backspace |
Copy Cell | ⌘ + C |
Copy Selected Rows | ⌘ + ⇧ + C |
Resize Column to Fix Content | ⌘ + E |
Resize Column to Minimum | ⌘ + ⇧ + E |
Edit Cell | Enter |
Edit Row | ⇧ + Enter |
Previous Page | ⌘ + ← |
Next Page | ⌘ + → |
First Page | ⌘ + ⇧ + ← |
Last Page | ⌘ + ⇧ + → |
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
- DuckDB non-blocking batch insert
- Reset the page number when changing filter conditions
- Fix SQL statement parsing position error
- Support insert random boolean value
- Support quick filter from clipboard #136
- Support backup
SQLite
database - Support backup
DuckDB
database - Support backup
MySQL
database - Support backup
PostgreSQL
database
v2.2.1
v2.2.0
- Support Redis connection experimental
- Support Cloudflare Workers KV connection experimental
- Support S3 connection experimental
- Support copy schema manager image
- Upgrade EchoLite to v0.2.0
- Automatically save table rows configuration
- Fix SQL editor statement delay and state recovery
- Improvement Command Search
- Allow setting window decorations on Linux