Skip to content

Latest commit

 

History

History
149 lines (79 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

149 lines (79 loc) · 7.45 KB

Changelog

3.2.0 (2023-10-25)

Features

  • src parser: add optional image source URL to each clue (7aa021c)

Bug Fixes

  • eslintrc: configure eslint and run on codebase (6e38012)

3.1.0 (2023-05-05)

Features

  • src parser: check game date to get expected clue value (8b2b382)
  • src parser: separate parser logic into its own file (49159f6)
  • src parser: skip over missing boards (fa248c6)

Bug Fixes

  • src parser: handle unrevealed clues, categories, answers "=" (360785b)

3.0.2 (2023-04-30)

Bug Fixes

  • src: fix answer parsing, optimistically return game (a698d5a)

3.0.1 (2023-04-10)

Bug Fixes

  • src manifest: update minimum chrome version for manifest v3 (2cc0290)

3.0.0 (2023-04-10)

⚠ BREAKING CHANGES

  • src manifest: migrate to manifest v3

Build System

  • src manifest: migrate to manifest v3 (928a1f6)

2.3.0 (2023-04-10)

Features

  • src content-script: add category notes (709468d)
  • src content-script: remove \ escape from single quotes (e1ddfe7)

2.2.0 (2023-03-24)

Features

  • src content-script: get expected clue value for DD, unreveal (46298c5)
  • src content-script: mark final clues as long-form (841b7f8)

2.1.0 (2023-03-18)

Features

  • src content-script: optional wagerable property on clue (f686e0e)

Bug Fixes

  • src content-script: make note optional (381cb43)
  • src content-script: remove HTML tags from all answers (4bf5687)

2.0.0 (2023-03-07)

⚠ BREAKING CHANGES

  • src manifest: change AMO extension ID

Bug Fixes

  • gitignore: ignore .DS_Store (2e044e8)

Build System

  • src manifest: change AMO extension ID (ebf2d07)

1.1.0 (2023-03-07)

Features

  • src content-script: remove HTML tags from answers (20ce7ad)

1.0.0 (2023-02-28)

⚠ BREAKING CHANGES

  • package.json: remove lint and test commands
  • get typescript working according to readme
  • package.json: upgrade with breaking changes

Features

  • .github workflows release: use release-please (0652557)
  • .github workflows: update manifest.json version in action (35a4b3b)
  • get typescript working according to readme (1c8fe52)
  • package.json: alphabetize scripts, rename watch to dev (844bded)
  • package.json: remove lint and test commands (ed2fc95)
  • source content: add popup content, remove browse polyfill (9dabdee)
  • source: add browser polyfill back in (f7c857f)
  • source: lay out basics of content script and popup script (beddfcd)
  • src content-script: parse correct responses for clues (9c09bf5)
  • src content-script: parse correct responses for clues (dc6e40a)
  • src popup: apply some basic styles (5a50aeb)
  • src: move all files to src, start parsing out board w/ vanilla JS (4963025)

Bug Fixes

  • package.json: upgrade a bunch of dependencies (29271c2)
  • source popup: simplify popup (89c8553)
  • src content-script: coerce clue values to 0 instead of null (581092f)
  • src content-script: remove category from clue json (7d22305)
  • src content-script: remove order (7dc2476)
  • src content-script: rm logs, soup -> parser/divs (f2c8a8a)
  • src manifest: add description to manifest (2557d3d)
  • src popup popup: better handle errors on non-permissioned pages (f272502)

Miscellaneous Chores

  • package.json: upgrade with breaking changes (5c2edc5)

Changelog

TODO: fill in changelog