Releases: newcomb-luke/KDump
Version 2.0.1 Release
What's Changed
- Updated to KerbalObjects version 4.0.1 for bugfixes
Notice
This is the standalone KDump utility release. It is recommended that if you want any other of the development toolchain, you go to the Kerbal Assembler releases as that is bundled with KDump and KLinker.
PKGBUILD
Included in this release is a PKGBUILD file which is available for users of Arch Linux. When the PKGBUILD file is downloaded, in the same directory, makepkg -si
can be run to install KDump and its dependencies and it will automatically be included in your PATH and moved to a system directory.
Version 2.0.0 Release
What's Changed
- Updated to KerbalObjects version 4.0
- Updated to Clap 4.0
- Fixed formatting for KerbalObject file raw instructions
- Added MacOS executable build
Notice
This is the standalone KDump utility release. It is recommended that if you want any other of the development toolchain, you go to the Kerbal Assembler releases as that is bundled with KDump and KLinker.
PKGBUILD
Included in this release is a PKGBUILD file which is available for users of Arch Linux. When the PKGBUILD file is downloaded, in the same directory, makepkg -si
can be run to install KDump and its dependencies and it will automatically be included in your PATH and moved to a system directory.
KDump Version 1.6.11 Release
Semi-final release of KDump as all output seems to be stable. Only some minor bugfixes were added in this release.
Below are the release files. All are compiled for x86_64.
KDump version 1.2.1 Release
Added almost full KerbalObject file support! Only debug sections are not yet supported, but they aren't supported anywhere.
Windows only.
KDump version 1.1.2 Release
Fixed bugs dealing with reading certain generated KSM files and displaying line numbers.
Windows only.
KDump version 1.1.0 Release
Changed from showing the address of each instruction in the file to showing the label of each instruction in the file. This aids in following program flow which is in terms of labels.
Windows only.
KDump version 1.0.0 Release
The first working version of the tool. Currently only KSM files are supported.
Windows only.