diff --git a/changelog.txt b/changelog.txt index 427bdb0ef..02ce30f18 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,15 @@ -v1.3.0 +v1.3.1 +------ +- Fixed large text in reviews +- Added option to hide support info on store pages +- Added option to disable horizontal media scrolling +- Added option to force mp4 videos +- Fixed wishlist export +- Multiple Steam search fixes regarding filters +- Localization updates + + +v1.3.0 ------ Store - Added fullscreen screenshot browsing diff --git a/changelog_new.html b/changelog_new.html index 1f8e9204f..0a163548a 100644 --- a/changelog_new.html +++ b/changelog_new.html @@ -1,41 +1,9 @@ - -

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 3e7486ebd..a67849be5 100644 --- a/js/core.js +++ b/js/core.js @@ -1,5 +1,5 @@ const Info = { - 'version': "1.3.0", + 'version': "1.3.1", }; /** diff --git a/manifest.json b/manifest.json index 3273708d0..68cb22de3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Augmented Steam", - "version": "1.3.0", + "version": "1.3.1", "description": "Augments your Steam Experience", "icons": { "128": "img/es_128.png",