Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 17:12
· 93 commits to master since this release

Features

  • Updates official DeckLog API support:
    • 20221013.001 for JP
    • 20220713.001 for EN
  • Adds Windows-only support for exporting to BlakeWS (long name: Weiss Schwarz Card Game Simulator) which is an automatic simulator for Weiss Schwarz.
    Example:
    ./wstools export https://www.encoredecks.com/deck/OkU82A_7E --exporter blake
  • Adds support for localized setlist JSON exporter. (#52)
    Example:
    ./wstools export-db W95,W54 --exporter json
  • Adds the fetch command, which is a shorter way to add card/s. (#52, #54)
    Example:
    # This
    ./wstools fetch DC,LB,W95
    # or this
    ./wstools fetch DC LB,W95
  • [DeckLog] Now faster when multiple Parse Commands are executed at once.
  • [YYT] Now stores pricing information when the post-processor is run (and also updates it when parse is run again.)
  • [Internal] Updates project to .NET 6. Hopefully that fixes some issues with single-file execution.
  • [Various Post-Processors] Added progress messages.

Fixes

  • [DeckLog] Some images were not being obtained correctly due to a bug in DeckLog.
  • [Deck Inspection] The message to use export was incorrect; it should have been parse. (#51)

As noted, this release is still an alpha version. API/CLI may change at any time. There may be bugs, and these may not be user-friendly. Please report them here when seen.

Full Changelog: v0.10.0...v0.11.0