Skip to content

Releases: Schanihbg/webhallen-userscript

v1.1.0

01 Oct 19:58
af0b5a1
Compare
Choose a tag to compare

1.1.0 (2024-10-01)

Features

  • Add progress bar when processing reviews (ee2eb5e)
  • Clear all favorite stores (ee2eb5e)
  • Show user reviews (off by default) (ee2eb5e)

Bug Fixes

  • Add 10 second timeout on all api requests (ee2eb5e)
  • Add warning label to setting toggles (ee2eb5e)
  • incorrect word wrap on reviews (c84f48e)
  • make sort more readable (fe66f63)
  • refactor inject and table building functions (be9fa50)
  • seperate actual reviews from missing reviews (24d3c42)
  • show time in locale when hovering over review time (54a297e)
  • sort reviews in descending order (363a6fa)
  • typos (627480c)
  • warning page and button before getting user reviews (113a6ca)

v1.0.1

06 Feb 20:00
3f40231
Compare
Choose a tag to compare

1.0.1 (2024-02-06)

Bug Fixes

v1.0.0

06 Feb 19:23
8bb4a93
Compare
Choose a tag to compare

1.0.0 (2024-02-06)

Features

  • automatic updates 🙏 (85551c0)
  • Userscript Settings to toggle different features (f7719dc)

Bug Fixes

  • avoid refetching the orderlist for the same user (1ba6083)
  • change var to let (1c4e146)
  • changed to URL object and proper fetch (5085c0d)
  • fix bug with end date in categories (1bbf21b)
  • fix error in arrow function and formatting (d3a71d6)
  • Fix killstreak cheevo logic (e1badf3)
  • Fixed issue with killstreak logic order (96cf988)
  • Fixed killstreak logic (232d714)
  • Modified checkboxes to match webhallen style (03bde4b)
  • perf: only load charts css on stats page (49b3fc9)
  • sort pie chart legend descending (8284aba)
  • stats: dont change the order of legend elements, just reverse it in presentation (80cdfc6)
  • stats: ignore non-store orders in store stats (e183801)
  • stats: simplify calculating normalizedValue (a15f90f)
  • use await syntax rather than noop-catch when possible (02f00e5)