Skip to content

Releases: izdwuut/gog-picker

0.16.0

28 Feb 19:58
Compare
Choose a tag to compare

Features

  • Add scrap-not-scrapped worker.
  • Add listen-edited-fallback worker. It crawls the latest 30 submissions every 2 hours.
  • Add legend to /thread page.
  • Reword warnings in /thread page

Bug fixes

  • Don't add an user as a violator if he has warnings.
  • Exclude AutoModerator from a drawing.

0.15.2

24 Feb 13:11
Compare
Choose a tag to compare

Bug fixes

  • Catch KeyError and TypeError in retry_request decorator.

0.15.1

23 Feb 16:25
Compare
Choose a tag to compare

Bug fixes

  • In /thread page, make homepage link clickable when there are HTTP errors.
  • Remove margin from .actions in /thread page.
  • Catch ServerError in backend workers.

0.15.0

22 Feb 10:27
Compare
Choose a tag to compare

Features

  • Preserve selection in /thread page.

Bug fixes

  • Fix error in /thread disclaimer.

0.14.2

21 Feb 09:23
Compare
Choose a tag to compare

Bug fixes

  • Fix winners field margin on homepage.
  • Fix winners field error messages.
  • Mark users with no Steam IDs with a warning.

0.14.1

20 Feb 10:07
Compare
Choose a tag to compare

Bug fixes

  • Fix WSGI config.
  • Fix scrapping Steam level.

0.14.0

19 Feb 18:59
Compare
Choose a tag to compare

Features

  • Add a disclaimer to a homepage.
  • Make styles responsive.

Bug fixes

  • Return None in Steam.get_id() when a Steam vanity URL couldn't be resolved.
  • If redditor is not participating in a drawing and has warnings, mark him as a violator.
  • Normalize Reddit thread URL.
  • Make footer not overlap content.

0.13.0

18 Feb 11:30
Compare
Choose a tag to compare

Features

  • Add WSGI configuration.

Bug fixes

  • Properly handle exceptions in Steam.get_level().

0.12.1

17 Feb 17:13
Compare
Choose a tag to compare

Bug fixes

  • Hide Steam profile details when the profile couldn't be scrapped.
  • Scrap Steam level when the profile is public.
  • Fix conditions in getSteamProfile() and getWarnings().

0.12.0

17 Feb 12:36
Compare
Choose a tag to compare

Features

  • Link to violators and not entering comments in /results page.

Bug fixes

  • Filter redditor's multiple comments out.
  • Send and receive JSON with_underscores in RestService.
  • In GogCache, fix errors arisen from exceeding maximum Steam and Reddit API calls retries.