-
Notifications
You must be signed in to change notification settings - Fork 44
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
4e0bc82
commit 540d8c9
Showing
3 changed files
with
30 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
27 changes: 27 additions & 0 deletions
27
site/src/components/Changelog/Content/ThreeDotOneDotOne.js
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,27 @@ | ||
import React from 'react' | ||
import ChangelogInstance from '../ChangelogInstance'; | ||
import GithubIssueLink from '../GithubIssueLink'; | ||
|
||
const ThreeDotOneDotOne = () => { | ||
return ( | ||
<ChangelogInstance version="3.1.1" date="2024-04-12"> | ||
<li> | ||
Added "print" option to the Trade History page to surfice technical details to help "proof of trade" gathering. | ||
</li> | ||
<li> | ||
Added Fade percentage support to Kukri Knives | ||
</li> | ||
<li> | ||
Fixed several important Trade Offer related features that were broken by changes to the Steam API. | ||
</li> | ||
<li> | ||
Fixed blue percentages for M9 Bayonets <GithubIssueLink issueNumber={515} /> | ||
</li> | ||
<li> | ||
Added <a href="https://skinvault.gg/">Skinvault.gg</a> market to to market listings | ||
</li> | ||
</ChangelogInstance> | ||
); | ||
} | ||
|
||
export default ThreeDotOneDotOne; |
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