# CHANGELOG ## [0.1.3] - 2021-05-25 ### Fixed - wayback URLs actually rewritten correctly for downloads ### Added - search of `scholar` (fulltext) index ### Changed - file and container search queries are much improved - cargo clippy clean ## [0.1.2] - 2021-04-09 Quick release to fix searching with new Elasticsearch 7.10 endpoint. ### Fixed - search code tweaked for ES 7.x: count all hits, and parse total hits field - batch downloading from file (not stdin) was running single-threaded - concurrency bug resulted in batch download not terminating ### Changed - prefer archive.org URLs when downloading ## [0.1.1] - 2021-02-15 Small release, mostly documentation updates. ### Changed - editgroup ids can be specified with `editgroup_` ### Added - `status` command shows version of fatcat API schema that client was compiled from ## [0.1.0] - 2021-02-10 First tagged release, with core features: - basic debian (apt) and macOS (homebrew) packaging - editing and editgroup management commands - search commands - batch commands - openapi3 schema and code-generated library for fatcat API v0.3.3 - limited "update" entity field mutations