Skip to content

Commit

Permalink
Bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Sep 14, 2019
1 parent 2d0d63d commit 4a5f034
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 4 deletions.
34 changes: 33 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
v1.2.1
v1.3.0
------
Store
- Added fullscreen screenshot browsing
- Added horizontal media scrolling on app pages with scroll wheel
- Added "Hide items with less reviews than" filter
- Added option to show barter.vg links on app pages and community pages
- Added developer/publisher search links to app pages (instead of just linking to their homepage on Steam)
- Added developers support website/email to app pages, if available
- Added wishlist export
- Made pricing info from IsThereAnyDeal much prettier
- Fixed user notes placement
- Fixed duplicate package info buttons

Workshop
- Workshop browser now remembers your last sorting state (and doesn't require full page reloads when browsing)
- Added "Workshop subscriber", a feature that allows you to subscribe to multiple workshop items at once, from search

Community
- Added option to nickname any user, not just your friends
- Added option to set your favorite emoticons in Community comment boxes
- Always show full achievement description
- Added SteamGifts link to group pages
- Fixed web chat link
- Fixed profile icon links not respecting color/grayscale setting

General
- Added translation percentages view to Options
- Added option to replace "Install Steam" button with "Open in Client" button, and removed "View in client" link from app pages, since it is now obsolete
- Some bugfixes in options


v1.2.1
-----
- Hotfix after latest Steam changes

Expand Down
36 changes: 35 additions & 1 deletion changelog_new.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@

<h2>Store</h2>
<ul>
<li>Added fullscreen screenshot browsing</li>
<li>Added horizontal media scrolling on app pages with scroll wheel</li>
<li>Added "Hide items with less reviews than" filter</li>
<li>Added option to show barter.vg links on app pages and community pages</li>
<li>Added developer/publisher search links to app pages (instead of just linking to their homepage on Steam)</li>
<li>Added developers support website/email to app pages, if available</li>
<li>Added wishlist export</li>
<li>Made pricing info from IsThereAnyDeal much prettier</li>
<li>Fixed user notes placement</li>
<li>Fixed duplicate package info buttons</li>
</ul>

<h2>Workshop</h2>
<ul>
<li>Workshop browser now remembers your last sorting state (and doesn't require full page reloads when browsing)</li>
<li>Added "Workshop subscriber", a feature that allows you to subscribe to multiple workshop items at once, from search</li>
</ul>

<h2>Community</h2>
<ul>
<li>Added option to nickname any user, not just your friends</li>
<li>Added option to set your favorite emoticons in Community comment boxes</li>
<li>Always show full achievement description</li>
<li>Added SteamGifts link to group pages</li>
<li>Fixed web chat link</li>
<li>Fixed profile icon links not respecting color/grayscale setting</li>
</ul>

<h2>General</h2>
<ul>
<li>Hotfix after latest Steam changes</li>
<li>Added translation percentages view to Options</li>
<li>Added option to replace "Install Steam" button with "Open in Client" button, and removed "View in client" link from app pages, since it is now obsolete</li>
<li>Some bugfixes in options</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.2.1",
'version': "1.3.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.2.1",
"version": "1.3.0",
"description": "Augments your Steam Experience",
"icons": {
"128": "img/es_128.png",
Expand Down

0 comments on commit 4a5f034

Please sign in to comment.