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 Aug 4, 2019
1 parent a4f5f3d commit 9dd4a59
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
22 changes: 21 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
v1.1.1
v1.2.0
-----
- Complete rework of Options page. Feels so fresh now.
- Added option to open external links in new tab
- Improved YouTube search query
- Added option to show applicable coupon on app pages and improved inventory handling
- Updated localizations

Fixes
- Fixed highlighting on front page after summer sale
- Fixed "Add selected DLC to cart" button
- Fixed profile theme not being applied to every showcase
- Fixed achievement sorting not working in other languages than English
- Fixed "Install Steam" button not being properly handled (which was breaking other things)
- Fixed achievement bars sometimes using different styles
- Fixed price data overlay info staying visible on wishlist after game was removed
- Fixed account name on being replaced on purchase history page



v1.1.1
-----
- Added highlighting support for Summer Sale 2019
- Fixed Quick/Instant sell in Firefox
Expand Down
21 changes: 17 additions & 4 deletions changelog_new.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<p>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>.</p>
<h2>New and improved</h2>
<ul>
<li>Complete rework of Options page. Feels so fresh now.</li>
<li>Added option to open external links in new tab</li>
<li>Improved YouTube search query</li>
<li>Added option to show applicable coupon on app pages and improved inventory handling</li>
<li>Updated localizations</li>
</ul>

<h2>Fixes</h2>
<ul>
<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>
<li>Fixed highlighting on front page after summer sale</li>
<li>Fixed "Add selected DLC to cart" button</li>
<li>Fixed profile theme not being applied to every showcase</li>
<li>Fixed achievement sorting not working in other languages than English</li>
<li>Fixed "Install Steam" button not being properly handled (which was breaking other things)</li>
<li>Fixed achievement bars sometimes using different styles</li>
<li>Fixed price data overlay info staying visible on wishlist after game was removed</li>
<li>Fixed account name on being replaced on purchase history page</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.1",
'version': "1.2.0",
};

/**
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.1",
"version": "1.2.0",
"description": "Augments your Steam Experience",
"icons": {
"128": "img/es_128.png",
Expand Down

0 comments on commit 9dd4a59

Please sign in to comment.