v2.0.1
- Fix default query builder. (#19)
Full Changelog: https://github.com/mufeedvh/pdfrip/compare/v2.0.0...v2.0.1
v2.0.0
- Overhauled project by @Pommaq in https://github.com/mufeedvh/pdfrip/pull/4
- Fixed a typo in README.md by @zasekle in https://github.com/mufeedvh/pdfrip/pull/5
- Fix termination issue with
wordlistargument. by @zasekle in https://github.com/mufeedvh/pdfrip/pull/6 - Wordlist line is not valid UTF-8 handling. by @zasekle in https://github.com/mufeedvh/pdfrip/pull/8
- Re #10 Create new search type that uses letters and words by @limitedAtonement in https://github.com/mufeedvh/pdfrip/pull/11
- Ensure we can bruteforce spans of dates instead of one year at a time. by @Pommaq in https://github.com/mufeedvh/pdfrip/pull/13
- Reimplement src/core/engine.rs to fix race conditions by @Pommaq in https://github.com/mufeedvh/pdfrip/pull/15
- @Pommaq made their first contribution in https://github.com/mufeedvh/pdfrip/pull/4
- @zasekle made their first contribution in https://github.com/mufeedvh/pdfrip/pull/5
- @limitedAtonement made their first contribution in https://github.com/mufeedvh/pdfrip/pull/11
Full Changelog: https://github.com/mufeedvh/pdfrip/compare/v1.0.0...v2.0.0