Skip to content

Releases: EmperorPenguin18/libscry

0.3.1

27 May 02:54
155004e
Compare
Choose a tag to compare

Changes in this release:

  • Bug fixes
  • Less C++ features used
  • Card set, price and legality supported

0.3

24 Apr 20:23
a1f9d96
Compare
Choose a tag to compare
0.3

Changes in this release:

  • Refactoring
  • Dependencies are dynamically linked to reduce binary size
  • Improved debugging
  • All pages of a search result are downloaded in parallel
    This gives an enormous performance improvement. Previously, searching commander:wubrg would take over an hour, and now takes less than 30 seconds.
  • Connection to Scryfall is rate limited according to the API docs
  • Improved security with .db file
  • Now accepts < and > symbols
  • Database is now stored in ~/.local/share instead of ~/.cache
  • Improved database performance
  • Card art supported
  • Card loyalty supported
  • New example that tests all functions
  • Compiler optimizations used
  • Updated docs

0.2

23 Nov 00:55
329b9b5
Compare
Choose a tag to compare
0.2

Changes in this release:

  • Bug fixes
  • Switched to rapidjson library
  • Refactoring
  • More supported API functions
  • All queries can now be cached with their _cache equivalents
  • More supported card data
  • Added documentation generated by doxygen

0.1

04 Oct 18:30
287821f
Compare
Choose a tag to compare
0.1

Initial release:

  • Compiles with required libraries
  • Can be compiled against and used
  • Single api call supported (named card)