Releases: EmperorPenguin18/libscry
Releases · EmperorPenguin18/libscry
0.3.1
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
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
Initial release:
- Compiles with required libraries
- Can be compiled against and used
- Single api call supported (named card)