Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Jun 29, 2019
1 parent 41c6bfc commit 5f1f3ed
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
v1.1.0
v1.1.1
-----
- Added highlighting support for Summer Sale 2019
- Fixed Quick/Instant sell in Firefox
- Other minor fixes and localization updates


v1.1.0
-----
- Added YouTube videos and reviews to app pages
- Fixed quick and instant sell
Expand Down
10 changes: 5 additions & 5 deletions changelog_new.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Summer Sale 2019 update! Besides localization updates, this is all MxtOUT. Go thank him on our <a href="https://discord.gg/yn57q7f" target="_blank">Discord</a>.

<ul>
<li>Added YouTube videos and reviews to app pages</li>
<li>Fixed quick and instant sell</li>
<li>Fixed first/last page button in inventory</li>
<li>Fixed WSGF info</li>
<li>Fixed wishlist count for large wishlists</li>
<li>Added highlighting support for Summer Sale 2019</li>
<li>Fixed Quick/Instant sell in Firefox</li>
<li>Other minor fixes and localization updates</li>
</ul>

<p>For more information, check out <a href="https://steamaugmented.com/">our website</a> or <a href="https://discord.gg/yn57q7f">discord channel</a></p>
2 changes: 1 addition & 1 deletion js/core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Info = {
'version': "1.1.0",
'version': "1.1.1",
};

/**
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Augmented Steam",
"version": "1.1.0",
"version": "1.1.1",
"description": "Augments your Steam Experience",
"icons": {
"128": "img/es_128.png",
Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ <h3 id="translation_text" data-locale-text="translation">Translation</h3>
<tr>
<td class="language portuguese">Portuguese:</td>
<td>Dr. Costa, Ex0tic, Matias G. H., MrAltamente, Reckoner, Sim, SupSuper,
TheScientist, The_Monk, TilenoL
TheScientist, The_Monk, TilenoL, mgiovani
</td>
</tr>
<tr>
Expand Down

0 comments on commit 5f1f3ed

Please sign in to comment.