Skip to content

Releases: dfgordon/a2kit

a2kit v3.4.0

17 Nov 14:38
Compare
Choose a tag to compare
  • Guard against excessively long workspace scans
  • Improvements to spot-assembler and disassembler

a2kit v3.3.3

26 Oct 17:07
Compare
Choose a tag to compare

eliminate possible panics when extracting programs from RAM images

a2kit v3.3.2

06 Oct 13:59
Compare
Choose a tag to compare

server capabilities response and minifier fixes

a2kit v3.3.1

29 Sep 13:44
Compare
Choose a tag to compare

Fix some issues with character-case settings.

a2kit v3.3.0

21 Sep 16:31
Compare
Choose a tag to compare
  • 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

15 Sep 18:27
Compare
Choose a tag to compare
  • Fixes BASIC line renumbering issues
  • Better LSP symbol handling

a2kit v3.1.0

08 Sep 20:03
Compare
Choose a tag to compare
  • Handles TD0 v1.x images
  • Handles a client's request for workspace symbols
  • Corrects a few bugs, see CHANGELOG

a2kit v3.0.2

24 Aug 22:05
Compare
Choose a tag to compare
  • 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

18 Aug 13:53
Compare
Choose a tag to compare
  • 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

11 Aug 23:13
Compare
Choose a tag to compare

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.