Skip to content

Latest commit

 

History

History
199 lines (142 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

199 lines (142 loc) · 5.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.2.0 - 2019-06-26

Added

  • Automatically unfollow follow type giveaways (#105)[jpchip#105]

Fixed

  • Enter captcha presented at login(#110)[jpchip#110]

4.1.0 - 2019-06-16

Added

  • Enter winner promo card giveaways (#96)[jpchip#96]
  • Log entries skipped for being below minimum price

Fixed

  • Make sure url saved is always the url for the entry on the giveaways screen (#104)[jpchip#104]

4.0.1 - 2019-06-08

Fixed

  • Readme typos

Security

  • Update version of Puppeteer

4.0.0 - 2019-06-08

Added

  • Adds database to monitor entries (#74)[jpchip#74]

Security

  • Update version of Tesseract to resolve security vulnerabilities

3.5.0 - 2019-06-04

Added

  • Add ability to enter follow type giveaways (#11)[jpchip#11]

3.4.1 - 2019-05-28

Added

  • Update readme with info about chromium on macs
  • Set default minimum price to 0 (#90)[jpchip#90]

3.4.0 - 2019-05-22

Added

  • Add ability to specify minimum price

3.3.0 - 2019-05-13

Added

  • Add ability to point to custom install of Chrome
  • Add Support for Amazon Video Entries (#81)[jpchip#81]

3.2.0 - 2019-04-26

Added

3.1.0 - 2019-04-25

Added

3.0.1 - 2019-04-18

Fixed

3.0.0 - 2019-04-18

Added

  • Added configuration via config file instead of .env (#40)[jpchip#40]
  • Add contributing guide and code of conduct

Migration Guide:

Run npm install. Then run gg init or npm start -- init to create a config file. Delete your .env file.

2.9.0 - 2019-04-18

Added

  • Automatically enter captchas (#62)[jpchip#62]

2.8.0 - 2019-04-17

Fixed

  • Handle both possible layouts for giveaways (#66)[jpchip#66]

2.7.3 - 2019-04-17

Fixed

  • Fix issue preventing box being found (#66)[jpchip#66]

2.7.2 - 2019-04-11

Fixed

  • Fix issue where it would keep skipping giveaways after one wasn't found (#53)[jpchip#53]

2.7.1 - 2019-04-11

Fixed

  • If clicking box fails, give it one more try before moving on (#38)[jpchip#38]
  • Catch navigation errors (#48)[jpchip#48]
  • Check if on switch account page in more places (#49)[jpchip#49]

2.7.0 - 2019-03-31

Fixed

  • Blacklist matches whole words (#43)[jpchip#43]

Added

  • can send email on win via sendgrid (#44)[jpchip#44]

2.6.1 - 2019-03-29

Fixed

  • Include blacklisted keyword in console (#22)[jpchip#22]
  • Clarify blacklisting in readme

2.6.0 - 2019-03-29

Added

  • added ability to blacklist by keywords (#22)[jpchip#22]

2.5.0 - 2019-03-27

Added

  • winning sends system notification (#30)[jpchip#30]
  • winning also logs current url to make it easier to find

2.4.0 - 2019-03-16

Added

  • installed latest versions of all dependencies
  • added Prettier
  • add prestart script to automatically install new dependencies

2.3.0 - 2019-03-15

Added

  • captcha sends system notification (#26)[jpchip#26]

2.2.1 - 2019-02-28

Fixed

  • Update readme to include section about CAPTCHAs (#19)[jpchip#19]
  • Fix selector for giveaways (#24)[jpchip#24]

Added

  • Remove time limit on 2FA entry
  • Checks for password re-entry request while waiting for box

2.2.0 - 2019-02-23

Fixed

  • Error when at end of available sweep pages (#23)[jpchip#23]

Added

  • captcha pauses until user enters input (#19)[jpchip#19]
  • Script logs in directly to giveaways page

2.1.0 - 2019-02-11

Added

  • Support for two factor authentication (#16)[jpchip#16]

2.0.0 - 2019-02-05

Fixed

  • Updates for refactored Amazon pages (#15)[jpchip#15]

1.0.1 - 2018-12-19

Fixed

  • UnhandledPromiseRejectionWarning: TypeError: text is not iterable (#13)[jpchip#13]

1.0.0 - 2018-12-08

Fixed

  • Handle video entries
  • Handle re-sign in checks
  • Various bug fixes and code cleanup

Added

  • cli installation option
  • Can specify page to start on

0.2.0 - 2018-12-04

Fixed

  • Took out ability to run headless, as it doesn't work
  • Add error handler in case box click fails

0.1.1 - 2018-12-04

Fixed

  • Start on First Page

0.1.0 - 2018-12-04

Added

  • add page iteration
  • tells you if you didn't win
  • ability to run headless or not

0.0.1 - 2018-12-03

Added

  • This CHANGELOG file
  • Basic working script
  • README file