Skip to content

Commit

Permalink
release 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyszabo94 committed Dec 1, 2019
1 parent b340092 commit f16710d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_application_title__",
"short_name": "CSGO Trader",
"version": "1.21.1",
"version": "1.22",
"default_locale": "en",
"description": "__MSG_application_description__",
"homepage_url": "https://csgotrader.app/",
Expand Down
2 changes: 1 addition & 1 deletion extension/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_application_title__",
"short_name": "CSGO Trader",
"version": "1.21.1",
"version": "1.22",
"default_locale": "en",
"description": "__MSG_application_description__",
"homepage_url": "https://csgotrader.app/",
Expand Down
32 changes: 32 additions & 0 deletions site/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,38 @@
</div>
</nav>
<h1>Changelog</h1>
<div class="buildingBlock">
<h2>Version 1.22 - 2019-12-01</h2>
<ul>
<li>Added Mass Listing feature that is now in Beta. Check out the <a href="https://csgotrader.app/release-notes#1.22" target="_blank">Release Notes</a> for more info
<a href="https://github.com/bladegery/csgo-trader-extension/issues/69" target="_blank">#69</a>
</li>
<li>
Added support for all Steam currencies <a href="https://github.com/bladegery/csgo-trader-extension/issues/101" target="_blank">#101</a>
The newly added currencies are:
<ul>
<li>United Arab Emirates Dirham</li>
<li>Argentine Peso"</li>
<li>Chilean Peso</li>
<li>Colombian Peso</li>
<li>Costa Rican Colón</li>
<li>Kuwaiti Dinar</li>
<li>Kazakhstani Tenge</li>
<li>Peruvian Nuevo Sol</li>
<li>Qatari Riyal</li>
<li>Saudi Riyal</li>
<li>New Taiwan Dollar</li>
<li>Ukrainian Hryvnia</li>
<li>Uruguayan Peso</li>
<li>Vietnamese Dong</li>
</ul>
</li>
<li>Added a feature that allows you to select a specified number of copies of the select item.
You can select an item by holding down the control key and right clicking on them.
<a href="https://github.com/bladegery/csgo-trader-extension/issues/98" target="_blank">#98</a>
(thanks to <a href="https://github.com/Jason-Tam4" target="_blank">Jason Tam</a> for the idea)</li>
</ul>
</div>
<div class="buildingBlock">
<h2>Version 1.21.1 - 2019-11-21</h2>
<ul>
Expand Down

0 comments on commit f16710d

Please sign in to comment.