Releases: Hari-Nagarajan/fairgame
FairGame 0.6.9 Hotfix (out of date, do not use)
version out of date, use master branch code for latest version
- Updated pipfile to use latest chromedriver-py version.
FairGame 0.6.8 Hotfix
Switching back to original checkout method (alt-checkout is forced on). It does not appear to work very consistently (if it still works).
FairGame 0.6.7 Hotfix
New buy it now feature was hard coded to work only on US Amazon Smile. It should work at other locations now (assuming their titles are in CHECKOUT_TITLES in fairgame.conf)
FairGame 0.6.6
- Utilize buy it now endpoint for purchases. If there is an issue with this, utilize
--alt-checkout
to use normal checkout flow. - Utilize links for AmazonCaptcha vs. screenshots. This might allow it to work with
--no-images
(no promises) - Fix price parsing issue with non-breaking spaces.
FairGame 0.6.5 Hotfix
Fixed array size mismatch between prices and ATC arrays under some conditions
Updated chromedriver version.
FairGame 0.6.4 Hotfix
Fixed bug on price checking.
FairGame 0.6.3 Hotfix
- Adding validation to min/max price and improved logging when an offer price falls outside the reserve (many questions pop up on Discord concerning this type of silent failure).
- Changed the log-level of several error conditions to warning/error instead of info.
- Added window-size option for headless operation. The default might make for unusable screenshots
- Updated .gitignore to ignore all .json files in config and the tags file for ctags users
- Improved tracking of the check/cart time
- Changed crash report to only trigger for unhandled exceptions and allow for error-free return on success or on ctrl-c
- Implemented buy box check
- change default pipenv install to store virtual environment with FairGame folder
FairGame 0.6.2 Hotfix
Fixed version warning bug. Sorry everyone with 0.6.0 and 0.6.1 will need to upgrade to avoid error.
FairGame 0.6.1
Hotfix to force AOD to open automagically.
Other minor modifications that were sitting in development branch.
Old deprecated Best Buy and Nvidia store codes have been removed. They are not coming back unless someone is volunteering to work on them.
FairGame 0.6.0
Many changes, mostly revolving around new Amazon AOD page. Will update change log at a later date with specifics.