diff --git a/changelog.txt b/changelog.txt index 59affddce..eccf1531d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/changelog_new.html b/changelog_new.html index 294375f8c..c02010f17 100644 --- a/changelog_new.html +++ b/changelog_new.html @@ -1,5 +1,39 @@ + +

Store

+ + +

Workshop

+ + +

Community

+ + +

General

For more information, check out our website or discord channel

diff --git a/js/core.js b/js/core.js index 70d9943a7..4016021d8 100644 --- a/js/core.js +++ b/js/core.js @@ -1,5 +1,5 @@ const Info = { - 'version': "1.2.1", + 'version': "1.3.0", }; /** diff --git a/manifest.json b/manifest.json index 2c452015b..3273708d0 100644 --- a/manifest.json +++ b/manifest.json @@ -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",