• v1.0.5 b57e1ba304

    v1.0.5
    Some checks failed
    CI / Test (1.24) (push) Successful in -27m40s
    CI / Test (1.25) (push) Successful in -27m39s
    CI / Build (push) Successful in -28m9s
    CI / Lint (push) Successful in -27m56s
    Integration Tests / Integration Tests (push) Failing after -28m11s
    Release / Build and Release (push) Successful in -26m13s
    Stable

    warkanum released this 2026-01-04 20:02:46 +00:00 | 9 commits to master since this release

    Release v1.0.5

    Changes

    • feat(cmd): 🎉 Add split command for schema extraction (b57e1ba)
    • feat(ui): 🎉 Add GUID field to column, database, schema, and table editors (19fba62)
    • feat(models): 🎉 Add GUID field to various models (b4ff433)
    • feat(ui): 🎉 Add import and merge database feature (5d9b00c)
    • fix(ui): 🐛 Simplify keyboard shortcut handling in load/save screens (debf351)
    • feat(ui): 🎨 Add user interface documentation and screenshots (d87d657)
    • feat(ui): 🎨 Implement schema and table management screens (1795eb6)
    • chore(deps): 🚀 update module dependencies (355f0f9)
    • feat(domains): add domain support for DrawDB integration (5d3c861)

    Installation

    Download the appropriate binary for your platform:

    • Linux (AMD64): relspec-linux-amd64
    • Linux (ARM64): relspec-linux-arm64
    • macOS (Intel): relspec-darwin-amd64
    • macOS (Apple Silicon): relspec-darwin-arm64
    • Windows (AMD64): relspec-windows-amd64.exe

    Make the binary executable (Linux/macOS):

    chmod +x relspec-*
    

    Verify the download with the provided checksums.

    Downloads