-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for 4090 series (US - b&h/newegg/bestbuy) #3085
Conversation
https://github.com/Mr-Tech-13/4090-tracker This is my fork, updated for 4080 just today. Feel free to add this to your code! |
@@ -262,6 +263,7 @@ Used with the `SHOW_ONLY_SERIES` variable. | |||
| Nvidia RTX 3080 | `3080` | | |||
| Nvidia RTX 3080 Ti | `3080ti` | | |||
| Nvidia RTX 3090 | `3090` | | |||
| Nvidia RTX 3090 | `4090` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Nvidia RTX 3090 | `4090` | | |
| Nvidia RTX 4090 | `4090` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you update this @mrmos, we can merge this in! Thanks for your contribution :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I'm going to go ahead and merge this then update myself.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks jef!
🤖 I have created a release *beep* *boop* --- ## [3.8.0](v3.7.1...v3.8.0) (2022-11-28) ### Features * add support for 4090 series (US - b&h/newegg/bestbuy) ([#3085](#3085)) ([0c84075](0c84075)) * **unifi:** adds protect products ([#3082](#3082)) ([fa7c423](fa7c423)) ### Documentation * change 3090 to 4090 ([dccaa52](dccaa52)) * update badges ([82cafc4](82cafc4)) ### Continuous Integration * fix cache ([e1b4320](e1b4320)) * replace runs with run ([9ec2018](9ec2018)) * use github actor ([cf83753](cf83753)) * use github token ([27dc9d2](27dc9d2)) * use single quotes ([bfc5bfd](bfc5bfd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sorry i never got back to you earlier. Here are all the store files I edited to add the 4090s (over a month ago though, so probably not quite up to date). |
Description
adds support for all available 4090 models on bh + newegg + bestbuy.
can add more stores as needed, but wanted to get the ball rolling.
new contributor to this project, so let me know if there's anything I missed.
Thanks!