Skip to content

Commit

Permalink
Merge branch 'main' into feature/skinport-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums authored Aug 29, 2023
2 parents 9915079 + cb7d5d1 commit ae0cb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<li><b>FEATURE:</b> First BETA support for skinport.com. Only selected features work for now. Please refer to the corresponding extension settings tab.</li>
<li><b>PRICING:</b> As Steaminventoryhelper changed their CORS policy, requests now have to be proxied through a server. The deployed source code of the server can be found here: https://gist.github.com/GODrums/5b2d24c17c136a1b37acd14b1089933c</li>
<li><b>PRICING:</b> Skinport displays item prices in your local currency. To provide actual accurate exchange rates, the exchangerate.host API is in use. If you want to use Skinport's questionable rates instead, feel free to select it in the options popup. Skinport will always charge in your (local) account currency.</li>
<li><b>FIX:</b> Previously fast actions such as switching a tab after refreshing the page could lead to unexpected behavior in the extension's functionality. This change attempts to dislodge this bug. If you still notice bugs such as the infamous "double buff pricing" on item listings, please notify me about it.</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BetterFloat",
"author": "Rums",
"version": "1.4.0",
"version": "1.4.0",
"description": "Enhance your experience on CSFloat.com and Skinport.com",
"manifest_version": 3,
"host_permissions": ["*://prices.csgotrader.app/*", "*://csfloat.com/*", "*://*.skinport.com/*"],
Expand Down

0 comments on commit ae0cb0b

Please sign in to comment.