-
v1.0.5
StableSome checks failedCI / Test (1.24) (push) Successful in -27m40sCI / Test (1.25) (push) Successful in -27m39sCI / Build (push) Successful in -28m9sCI / Lint (push) Successful in -27m56sIntegration Tests / Integration Tests (push) Failing after -28m11sRelease / Build and Release (push) Successful in -26m13sreleased this
2026-01-04 20:02:46 +00:00 | 9 commits to master since this releaseRelease 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
- feat(cmd): 🎉 Add split command for schema extraction (