-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8111b21
commit ab94e5c
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
import React from 'react' | ||
import ChangelogInstance from '../ChangelogInstance'; | ||
import GithubIssueLink from '../GithubIssueLink'; | ||
|
||
const ThreeDotTwo = () => { | ||
return ( | ||
<ChangelogInstance version="3.2" date="2024-10-19"> | ||
<li> | ||
Added Inventory Full Screen Screenshot view feature | ||
</li> | ||
<li> | ||
Re-added support for Firefox, the Firefox version will receive updates too now. | ||
</li> | ||
<li> | ||
Added charm price indicators to inventory items | ||
</li> | ||
<li> | ||
Added fade percentage support for M4A1-S Fade | ||
</li> | ||
<li> | ||
Added accept trade offer button to trade offers page on Firefox | ||
</li> | ||
<li> | ||
Fixed lookup links for commodity items in trade offers and moved lookup links to the bottom | ||
</li> | ||
<li> | ||
"Hide other extensions" feature now applies to the market.csgo extension | ||
</li> | ||
<li> | ||
Fixed trade locked items not getting added to selected items list | ||
</li> | ||
<li> | ||
Fixed broken pricempire lookup links | ||
</li> | ||
</ChangelogInstance> | ||
); | ||
} | ||
|
||
export default ThreeDotTwo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters