• v2.2.0 5a6b86cb6d

    v2.2.0 Stable

    mappu04 released this 2026-02-15 03:56:52 +00:00 | 0 commits to master since this release

    • Etcd: Initial support, including separate v2/v3 API support and recursive bucket management
    • Badger, Bolt, BuntDB: Support full advanced configuration options
    • Badger, Bolt: Show full paths to database file on hover
    • SQLite CLI/SSH driver: Fix a syntax issue browsing tables, fix an issue if a table has zero rows
    • Allow exporting configuration via new --config-export and --config-import command-line arguments
    • UI: Show column's datatype in hover tooltip
    • UI: Add context menu actions to data view
    • UI: Allow setting cells to NULL
    • UI: Detect integer Unix timestamps (seconds or milliseconds) and show local+UTC time in hover tooltip
    • UI: Allow configuring the appearance - Qt Style, Density/Padding, and alternating row backgrounds
    • UI: Reduce default padding in the main window
    • UI: Update autoconfig library to v0.6.0: large configuration dialogs now scrollable, adds "reset to default" buttons
    • UI: Show basic database properties when hovering connection in Connection Manager and in main tree view
    • Connection Manager: Add (2) prefixes when saving new connections
    • Fix an issue with uninitialized slice data appearing in binary data columns, affecting at least Badger
    • Fix a cosmetic issue Connection Manager saying "fail to save" error messages if we fail to load
    Downloads
  • v2.1.0 2a9f06588b

    v2.1.0 Stable

    mappu04 released this 2026-01-03 22:24:40 +00:00 | 31 commits to master since this release

    2026-01-04 v2.1.0

    • SQLite: Support SSH tunnel
    • SQLite: Strict type handling, support nullable columns, always rely on rowid as PK
    • SQLite: Remove hardcoded LIMIT
    • SQLite: Hide internal sqlite_sequence and sqlite_stat1 tables
    • BuntDB: Initial support, including editing
    • VoidDB: Initial support, including editing and multiple keyspace management
    • Pogreb: Initial support, including compaction
    • Fix an issue with SQL queries running twice
    • Fix an issue with not showing multiple connection errors from the connection manager dialog
    • Truncate large binary column display in grid
    • UI: Add icons for SSH/Password connection options, for Bolt/Zip conversion tool
    • UI: Show 'null' as grey in tables
    • UI: Clickable links to Go.mod dependencies in 'Driver versions' data table
    • UI: When connecting to a new DB, always start on the Properties tab
    • UI: Allow toggling separate toolbar sections in context menu
    • UI: Disable Query tab for non-queryable database types
    • UI: Fix extra labels appearing when editing large binary columns
    Downloads
  • v2.0.0 4d5ca19b47

    v2.0.0 Stable

    mappu04 released this 2025-12-20 06:19:46 +00:00 | 76 commits to master since this release

    • Merge yvbolt and QBolt together
    • App: Show application version in main window titlebar
    Downloads
  • v1.1.0 4e13d8dffd

    v1.1.0 Stable

    mappu04 released this 2025-05-04 02:45:50 +00:00 | 395 commits to master since this release

    • New feature to import/export database as zip archive
    • Upgrade to Qt 6
    • Add keyboard shortcuts for refresh
    • Improve High DPI support
    • Rebuild artefacts with miqt v0.10.0, etcd-io/bbolt v1.4.0, go 1.23, Qt 6.8 (win64)
    Downloads
  • v1.0.3 18331ae007

    v1.0.3 Stable

    mappu04 released this 2024-10-05 04:44:27 +00:00 | 412 commits to master since this release

    • Port from hybrid Go/C++ to now using MIQT
    • Switch Windows build to win64
    • Rebuild artefacts with miqt v0.5.0, etcd-io/bbolt v1.3.11, go 1.19 (deb12), go 1.23 (win64)
    Downloads
  • v1.0.2 99096b2360

    v1.0.2 Stable

    mappu04 released this 2021-04-12 06:01:46 +00:00 | 421 commits to master since this release

    • Rebuild artefacts with etcd-io/bbolt v1.3.5, go 1.15, Qt 5.15, and new GCC versions
    • Switch from hg to Git
    • Use Go modules
    • Add support for building Windows binary in Docker
    Downloads
  • v1.0.1 e13314f5dc

    v1.0.1 Stable

    mappu04 released this 2017-06-19 09:04:17 +00:00 | 438 commits to master since this release

    • Feature: Option to open database as read-only
    • Fix an issue with support for bucket names and keys not surviving UTF-8 roundtrips (now binary-clean)
    • Fix an issue with crashing when deleting a bucket other than the selected one
    • Fix a cosmetic issue with application icon on Windows
    Downloads
  • v1.0.0 164f5a071d

    v1.0.0 Stable

    mappu04 released this 2017-05-21 06:22:23 +00:00 | 454 commits to master since this release

    • Initial public release
    Downloads