Skip to content

Releases: Hari-Nagarajan/fairgame

FairGame 0.6.9 Hotfix (out of date, do not use)

25 May 21:56
6bbed62
Compare
Choose a tag to compare

version out of date, use master branch code for latest version

  • Updated pipfile to use latest chromedriver-py version.

FairGame 0.6.8 Hotfix

13 May 00:08
5fed9d6
Compare
Choose a tag to compare

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

03 May 01:45
3c3741a
Compare
Choose a tag to compare

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

30 Apr 13:23
52faa55
Compare
Choose a tag to compare
  • 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

15 Apr 01:10
70852d0
Compare
Choose a tag to compare

Fixed array size mismatch between prices and ATC arrays under some conditions
Updated chromedriver version.

FairGame 0.6.4 Hotfix

14 Apr 21:20
7e2fc83
Compare
Choose a tag to compare

Fixed bug on price checking.

FairGame 0.6.3 Hotfix

14 Apr 19:44
a0ba69e
Compare
Choose a tag to compare
  • 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

19 Mar 21:55
a43739f
Compare
Choose a tag to compare

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

19 Mar 20:51
bb7713f
Compare
Choose a tag to compare

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

16 Feb 22:43
04331ea
Compare
Choose a tag to compare

Many changes, mostly revolving around new Amazon AOD page. Will update change log at a later date with specifics.