Releases: dfgordon/a2kit
Releases · dfgordon/a2kit
a2kit v3.4.0
a2kit v3.3.3
eliminate possible panics when extracting programs from RAM images
a2kit v3.3.2
server capabilities response and minifier fixes
a2kit v3.3.1
Fix some issues with character-case settings.
a2kit v3.3.0
- Shell completions are generated by a subcommand
- Shell completions will no longer be included as release artifacts
- Language servers tweaked for integration with Neovim
a2kit v3.2.0
- Fixes BASIC line renumbering issues
- Better LSP symbol handling
a2kit v3.1.0
- Handles TD0 v1.x images
- Handles a client's request for workspace symbols
- Corrects a few bugs, see CHANGELOG
a2kit v3.0.2
- Better handling of Merlin conditionals
- Disassembler identifies out of bounds branches as data
- Automatic unpacking uses both file system hints and actual data
a2kit v3.0.1
- More complete handling of Merlin folding ranges
- ProDOS and FAT glob patterns are automatically prefixed when necessary
- CP/M generic catalog includes user numbers when there are users other than user 0
- Disk server write operations will actually write
- Fix an issue with the head map in IMD and TD0 images
a2kit v3.0.0
This release adds three complete language servers that can be used to support any LSP-enabled editor, CLI subcommands for multiple file transfer to and from disk images, disassembly, spot assembly, and more. See the Changelog for details.