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
- - 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
- - Fixed excluding tag filter
+ - 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
-
-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
- - Always show "View all comments" link in friends activity
-
-
-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 and other minor quality of life changes
-
-
-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",