Skip to content

Releases: developingjames/deltagrams

v1.1.0

07 Jul 04:48
ef3b208

Choose a tag to compare

Changes

  • Fixing a test issue and formatting code
  • Fixing linter issues
  • Fixing deltagrams to allow LLM's to use original line numbers when building up multiple operations in one file. They shouldn't need to try to calculate the adjusted line numbers, we should do the hard part. obv.

Download and Verification

Download the binary for your platform directly from the assets below. No need to extract archives!

To verify the integrity of your download:

# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.1.0/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.1.0/deltagram-linux-amd64.sha256

# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256

# Make executable
chmod +x deltagram-linux-amd64

All binaries are cryptographically signed and attested for supply chain security.

v1.0.9

06 Jul 20:28
54a29ff

Choose a tag to compare

Changes

  • Fixing problems with applying deltagrams

Download and Verification

Download the binary for your platform directly from the assets below. No need to extract archives!

To verify the integrity of your download:

# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.9/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.9/deltagram-linux-amd64.sha256

# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256

# Make executable
chmod +x deltagram-linux-amd64

All binaries are cryptographically signed and attested for supply chain security.

v1.0.8

06 Jul 04:32
af0415a

Choose a tag to compare

Changes

  • Adding boundary identifier support for underscores and dashes

Download and Verification

Download the binary for your platform directly from the assets below. No need to extract archives!

To verify the integrity of your download:

# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.8/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.8/deltagram-linux-amd64.sha256

# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256

# Make executable
chmod +x deltagram-linux-amd64

All binaries are cryptographically signed and attested for supply chain security.

v1.0.7

06 Jul 04:14
4462df2

Choose a tag to compare

Changes

  • Relaxing the boundary identifier format to make it easier for LLM's to collaborate.
  • Improving deltagram prompt for claude

Download and Verification

Download the binary for your platform directly from the assets below. No need to extract archives!

To verify the integrity of your download:

# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.7/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.7/deltagram-linux-amd64.sha256

# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256

# Make executable
chmod +x deltagram-linux-amd64

All binaries are cryptographically signed and attested for supply chain security.

v1.0.6

05 Jul 00:25
42b3456

Choose a tag to compare

Changes

  • Trying to get the changelog fixed

Download and Verification

Download the binary for your platform directly from the assets below. No need to extract archives!

To verify the integrity of your download:

# Download the binary and its checksum
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.6/deltagram-linux-amd64
curl -LO https://github.com/developingjames/deltagrams/releases/download/v1.0.6/deltagram-linux-amd64.sha256

# Verify the checksum
sha256sum -c deltagram-linux-amd64.sha256

# Make executable
chmod +x deltagram-linux-amd64

All binaries are cryptographically signed and attested for supply chain security.

v1.0.0

04 Jul 20:37

Choose a tag to compare

Changes