Skip to content

Releases: CaptainUnbrauchbar/asp-language-support

v1.0.8

11 Nov 16:33
5fdd7b4

Choose a tag to compare

Minor changes to config.json

The config.json remains fully backwards compatible and customArgs can still be used to specify constants
"customArgs": "--const a=3 -c x=3" will be carried over as --const a=3 -c x=3

  • Addressed issue #98 reported by @matthiasknorr
  • Fixed customArgs option being processed incorrectly in config.json
  • Added new option to config:
    "constants": ["n=3", "x=4*3+2"] will be converted to --const n=3 --const x=4*3+2

🚢

v1.0.7

10 Nov 21:08

Choose a tag to compare

  • Keybinds are now restricted to ASP Language (commit by @jariji)
  • Fixed unsatisfiable results being treated as an error (reported by @Lucide)
    🚢

v1.0.6

06 Aug 21:03
b7563a2

Choose a tag to compare

  • Maintenance Release 💮 😸

🚢

v1.0.5

06 Aug 20:30
4939566

Choose a tag to compare

  • Metadata and package updates

v1.0.4

24 Jul 20:00
ff737af

Choose a tag to compare

Fix: Multiple Line Block Comments Issue #72

v1.0.3 Smol Marketplace Update (Docs and GIFs)

05 May 21:40
5606a01

Choose a tag to compare

v1.0.2 QoL changes and small bug fixes

02 May 12:04
c159f33

Choose a tag to compare

v1.0.1 Marketplace Release

28 Apr 20:07

Choose a tag to compare

1.0.0: Big Feature, Security and QoL Patch 🎆

  • Switched to WASM Clingo as a bundled version and removed previously used binaries
  • Added a User Interface for using the extension in a seperate tab in the lower panel (next to the terminal)
  • Added various developer experience features like Unit Tests, a single Integration Test (sanity check), CI/CD to the repository
  • Assessed the repository with OpenSSF Scorecard, made contributing much easier, documented and refactored the entire codebase

v1.0.0-beta

10 Apr 20:04

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

Pre-Release of new WASM integration and our custom UI! 🎆

v0.7.0

27 Nov 22:14

Choose a tag to compare

  • Fixed issues #9 and #10