-
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 | 46 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 (
-
v1.0.4
StableSome checks failedCI / Lint (push) Successful in -27m59sCI / Test (1.25) (push) Successful in -27m46sCI / Test (1.24) (push) Failing after 59sCI / Build (push) Successful in -28m14sIntegration Tests / Integration Tests (push) Failing after -28m16sRelease / Build and Release (push) Successful in 1m1sreleased this
2026-01-03 19:10:07 +00:00 | 55 commits to master since this releaseRelease v1.0.4
Changes
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
- Linux (AMD64):
-
v1.0.3
StableSome checks failedCI / Test (1.24) (push) Successful in -25m43sCI / Test (1.25) (push) Successful in -25m39sCI / Build (push) Successful in -25m54sCI / Lint (push) Successful in -25m43sIntegration Tests / Integration Tests (push) Failing after -26m1sRelease / Build and Release (push) Successful in -24m59sreleased this
2026-01-02 06:41:53 +00:00 | 56 commits to master since this releaseRelease v1.0.3
Changes
- feature: I had an idea (
64aeac9) - feature: Inspector Gadget (
97a57f5) - Added a scripts execution ability (
adfe126) - longshot (
1d193c8) - Really? (
1d627c7) - . (
7c6a355) - Try again, again, again... (
c0ef26b) - Integration tests (
cb38f95) - .. (
196d87b) - Another integration test try (
beb1100) - Manual docker (
410b1ee) - .. (
b5d39ae) - One more try to get integration tests action working (
5fb9a8f) - Better integration test. (
27da24f) - Proper integration tests (
0fb3469)
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
- feature: I had an idea (
-
v1.0.2
StableSome checks failedCI / Test (1.24) (push) Successful in -25m38sCI / Test (1.25) (push) Successful in -25m40sCI / Build (push) Successful in -25m59sCI / Lint (push) Successful in -25m43sIntegration Tests / Integration Tests (push) Failing after -25m43sRelease / Build and Release (push) Successful in -24m3sreleased this
2025-12-28 13:12:48 +00:00 | 71 commits to master since this releaseRelease v1.0.2
Changes
- Release version (
9f29bc1) - Fixed linting issues (
b55737a) - Updated tests (
2a271b9) - Build/test fixes (
beb5b4f) - Fix lint issue (
e61204c) - Enhanced godoc (
d52b9cd) - Added Graphql (
f98b278) - Updated Readme files (
666eab7) - Added Drizzle ORM support (
35bc9df) - fix: readers and linting issues (
aad5db5) - Vendor packages update (
d9225a7) - Fixed bun/gorm writer logic for multi files. (
79effe6) - Implemented TypeORM, Prisma and Enums on a schema (
289715b) - Fixed lint code (
8ca2b50)
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
- Release version (