Skip to content

Releases: DataflareApp/Dataflare

v1.8.4

13 Oct 13:27
03d0159
Compare
Choose a tag to compare
  • Upgrade DuckDB to v1.1.1
  • Support DuckDB varint data type
  • Fix test connection message

v1.8.3

26 Sep 05:15
03d0159
Compare
Choose a tag to compare
  • Fix error
  • Upgrade webkit2gtk to 2.44.3

v1.8.2

20 Sep 14:11
03d0159
Compare
Choose a tag to compare
  • Support adding initial SQL
  • Add combination keywords in the SQL editor
  • Default column width wide enough to show name and type
  • Formatting table number value
  • Cancel the previous test after changing the connection config

v1.8.1

15 Sep 05:04
03d0159
Compare
Choose a tag to compare
  • Support Deutsch, thanks Till
  • Support resize column width to fix content
  • Show table column count
  • Add SQLite jsonb functions
  • Allow SQLCipher empty password

v1.8.0

04 Sep 14:56
03d0159
Compare
Choose a tag to compare
  • Support QuestDB
  • Fix cancel SQL query
  • Fix query time

v1.7.4

29 Aug 12:20
2f27ec5
Compare
Choose a tag to compare
  • Support SSH proxy Databend ClickHouse Rqlite
  • Support switch to the previous/next tab Ctrl + [ Ctrl + ]
  • Fix ClickHouse Databend error message
  • Fix DuckDB columns info
  • Fix PostgreSQL IPv6 host
  • Fix shortcut key errors on Windows
  • Fix the connection popup UI on Windows

v1.7.3

18 Aug 05:11
2f27ec5
Compare
Choose a tag to compare
  • Display view in table list
  • Display view in schema manager
  • Display database version number when testing connection
  • Add view and index to editor typing hints
  • Show current connection first in connections manage
  • Move refresh table menu to external
  • Fix some bugs

v1.7.2

11 Aug 10:34
2f27ec5
Compare
Choose a tag to compare
  • Support view zoom
    • Zoom In Ctrl+
    • Zoom Out Ctrl -
    • Zoom to Actual Size Ctrl 0
  • Fix JSON float precision

v1.7.1

06 Aug 04:59
2f27ec5
Compare
Choose a tag to compare
  • Fix MSSQL schema manager token error #91

v1.7.0

29 Jul 04:56
2f27ec5
Compare
Choose a tag to compare
  • Support Databend Beta
  • Upgrade SQLite to 3.46.0
  • Upgrade SQLCipher to 4.5.7
  • Dynamic loading of DuckDB, SQLite, SQLCipher
    • When connecting for the first time, the database driver will be downloaded over the network.
  • App size reduced by 36MB
  • Performance improvements and bug fixes