Skip to content

deadweight.gdt v0.1.1

Choose a tag to compare

@stfulldev stfulldev released this 29 Aug 22:27
· 8 commits to main since this release
d1b6a4d

deadweight.gdt v0.1.1 is a corrective compatibility release.

Fixed

  • Accept literal LF, CRLF, and CR line endings inside quoted values in supported Godot format-3 scenes.
  • Accept quoted property names while preserving source-aware malformed-input diagnostics.
  • Report the semantic Go module version for tagged installs when no explicit linker version is injected.

Validation

  • All repository build, test, race, vet, and lint gates passed on Linux, macOS, and Windows.
  • The official godotengine/godot-demo-projects corpus at 0db80c1552e81780441424af63223fa462f90b7e: 139 main scenes; 103 COMPLETE; 16 expected PARTIAL; 9 unsupported format 4; 11 unsupported UID roots; 0 unexpected fatal.

Boundaries

  • v0.1.0 remains immutable.
  • Format 4, uid:// roots, imported-scene expansion, and project-wide scanning remain unsupported.
  • No prebuilt binary assets are attached. Install with Go:
go install github.com/stfulldev/deadweight.gdt/cmd/deadweight.gdt@v0.1.1