Skip to content

Latest commit

 

History

History
250 lines (115 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

250 lines (115 loc) · 10.5 KB

Changelog

3.2.7 (2022-11-04)

Bug Fixes

  • replace parenthesis in home assistant ids (910f660)

3.2.6 (2022-10-29)

Bug Fixes

  • adds timeout argument to help with rod hanging (0c228e5)

3.2.5 (2022-10-26)

Bug Fixes

  • removes timeouts and adds debugging (bf776fb)

3.2.4 (2022-10-20)

Bug Fixes

  • fixes add to basket css selector (5e07db2)

3.2.3 (2022-10-20)

Bug Fixes

  • improves error handling (e6059d2)

3.2.2 (2022-10-19)

Bug Fixes

  • check for errors if it can't find an element (297ddab)

3.2.1 (2022-10-16)

Bug Fixes

  • fixes panic if no available events are found (3806602)

3.2.0 (2022-10-15)

Features

  • checks the seats are available by trying to add to basket (f6644dd)

3.1.0 (2022-10-01)

Features

  • don't show events that have a max price of 0 (5a5e7cd)

3.0.4 (2022-09-30)

Bug Fixes

  • fixes notification sent at override in csv file (b2f3c5f)

3.0.3 (2022-09-29)

Bug Fixes

  • reading a file when it doesn't exist (77cff79)

3.0.2 (2022-09-29)

Bug Fixes

  • fixes overwriting a csv file (f037f0e)

3.0.1 (2022-09-27)

Bug Fixes

  • adding missing mutc files (8b20617)

3.0.0 (2022-09-27)

⚠ BREAKING CHANGES

  • upgrades to go 1.19

Features

  • adds max price and notification throttle flags (06c840b)
  • don't mark an event to be notified more than once every 24 hours (7b93196)
  • sends notification per match found (5e0d4d7)
  • store event data to csv (d67c044)
  • upgrades to go 1.19 (e12d063)

2.5.3 (2022-09-25)

Bug Fixes

  • remove multiple platforms from linux/amd64 (85114e0)

2.5.2 (2022-09-25)

Bug Fixes

  • panic if haas isn't enabled when sending a notification (6f2ec4c)
  • release arm64 under a different tag (6e28be9)

2.5.1 (2022-09-25)

Bug Fixes

  • build images together but under a different os/arch (26dc39a)

2.5.0 (2022-09-25)

Features

  • pin version of go to 1.17 (f130dd1)

Bug Fixes

  • adds docker buildx and qemu github actions (08f2c09)

2.4.0 (2022-09-25)

Features

  • log into dockerhub and updates docker build arch (3a7357f)

2.3.0 (2022-09-25)

Features

  • adds support for docker (7a266dc)
  • sets up docker for goreleaser (5e6dd54)

2.2.1 (2022-09-24)

Bug Fixes

2.2.0 (2022-09-24)

Features

  • migrate module to github (041d283)

2.1.0 (2022-09-24)

Features

  • adds more unavailable matches and imrpoves readme (17bdcbb)

2.0.0 (2022-09-24)

⚠ BREAKING CHANGES

  • push entity state to home assistant

Features

  • push entity state to home assistant (3f483bb)
  • send notification if available match found (c20a276)

1.6.0 (2022-09-24)

Features

  • adds haas api integration (8476146)

1.5.0 (2022-09-24)

Features

1.4.0 (2022-09-24)

Features

  • run release-tag on release (16cabdc)

1.3.0 (2022-09-24)

Features

  • upload release artifacts (c87e2ba)

1.2.1 (2022-09-24)

Bug Fixes

1.2.0 (2022-09-24)

Features

1.1.0 (2022-09-24)

Features

  • adds description and cli usage (d6c9efe)

1.0.0 (2022-09-24)

Features

  • adds premier-league-only flag (6f7ffec)
  • creates structs for pages and items (b6360d6)
  • find page by url (3618a61)
  • finds events with available tickets and clicks buy now (15005a2)
  • finds min and max price for an event (aafe382)
  • searchs ticket page and lists events (a0969b1)