Skip to content

Commit

Permalink
Merge pull request #13 from Schanihbg/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--webhallen-sum-userscript

chore(main): release 1.0.0
  • Loading branch information
Sleavely authored Feb 6, 2024
2 parents 67f810a + 9fe8855 commit 8bb4a93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-02-06)


### Features

* automatic updates 🙏 ([85551c0](https://github.com/Schanihbg/webhallen-sum-userscript/commit/85551c0f6f2a5770dfa65d56166d989c9351a0b4))
* Userscript Settings to toggle different features ([f7719dc](https://github.com/Schanihbg/webhallen-sum-userscript/commit/f7719dcdb88ee9d50d19f2d8ac523e6005a41ec6))


### Bug Fixes

* avoid refetching the orderlist for the same user ([1ba6083](https://github.com/Schanihbg/webhallen-sum-userscript/commit/1ba60838e5412e397f11838687da1b24ce15daae))
* change var to let ([1c4e146](https://github.com/Schanihbg/webhallen-sum-userscript/commit/1c4e146fcd9e492e4eea006ffeb963c0fa510dae))
* changed to URL object and proper fetch ([5085c0d](https://github.com/Schanihbg/webhallen-sum-userscript/commit/5085c0dbb72c4a045c081abefca4549b80e94d29))
* fix bug with end date in categories ([1bbf21b](https://github.com/Schanihbg/webhallen-sum-userscript/commit/1bbf21bacefd43a84bc81d083ef1a1631920cbcc))
* fix error in arrow function and formatting ([d3a71d6](https://github.com/Schanihbg/webhallen-sum-userscript/commit/d3a71d628fc2ac439c627167d79553199ebae1f3))
* Fix killstreak cheevo logic ([e1badf3](https://github.com/Schanihbg/webhallen-sum-userscript/commit/e1badf354574f1a704d9f0227acbbd905d17173f))
* Fixed issue with killstreak logic order ([96cf988](https://github.com/Schanihbg/webhallen-sum-userscript/commit/96cf988c747dd4faa356ddae108ec16ca943af28))
* Fixed killstreak logic ([232d714](https://github.com/Schanihbg/webhallen-sum-userscript/commit/232d714b3c990f541607ff16a534b6332296b6c7))
* Modified checkboxes to match webhallen style ([03bde4b](https://github.com/Schanihbg/webhallen-sum-userscript/commit/03bde4b57b25d19d3a34b1c68fef2189270a218a))
* **perf:** only load charts css on stats page ([49b3fc9](https://github.com/Schanihbg/webhallen-sum-userscript/commit/49b3fc930a031c7d0c08f771d7874509e2493797))
* sort pie chart legend descending ([8284aba](https://github.com/Schanihbg/webhallen-sum-userscript/commit/8284aba1b5d67b1c1b0325a6135f8e17824f6956))
* **stats:** dont change the order of legend elements, just reverse it in presentation ([80cdfc6](https://github.com/Schanihbg/webhallen-sum-userscript/commit/80cdfc6ea67c1a74c8e66fbf0561432a2493d4ab))
* **stats:** ignore non-store orders in store stats ([e183801](https://github.com/Schanihbg/webhallen-sum-userscript/commit/e1838016b824f1b7c781aaa735817e967b7784da))
* **stats:** simplify calculating normalizedValue ([a15f90f](https://github.com/Schanihbg/webhallen-sum-userscript/commit/a15f90fb32bad8b02aa0b272114ca36e759d7ab9))
* use await syntax rather than noop-catch when possible ([02f00e5](https://github.com/Schanihbg/webhallen-sum-userscript/commit/02f00e5141420617acc27bebfc179b363d1f2c28))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webhallen-sum-userscript",
"version": "0.0.9",
"version": "1.0.0",
"description": "Adds a statistics page in the user profile section and adds product comparison functionality on applicable products",
"main": "dist/webhallen.user.js",
"scripts": {
Expand Down

0 comments on commit 8bb4a93

Please sign in to comment.