diff --git a/layouts/home/script.js b/layouts/home/script.js
index 823ea381..d869b093 100644
--- a/layouts/home/script.js
+++ b/layouts/home/script.js
@@ -68,17 +68,7 @@ setTimeout(() => {
(OldTwitter) ${LOC.new_version.message} - ${chrome.runtime.getManifest().version}
- - Added ability to sort, filter and search your followers (only for people with less than 50k followers).
- - Added support for tweeting long tweets.
- - Added support for WEBP uploads.
- - Fixed like/follow tweets being inserted in between threads.
- - Fixed scheduled tweets erroring when you add media to them.
- - Improved new Twitter scripts blocking speed (might improve performance).
- - Fixed notification for when you get added to lists by multiple people.
- - Fixed replies appearing twice on timeline on "new tweets" button click.
- - Added following/follower counts in titles so if you have shortening enabled you can see actual count.
- - Fixed bug with notifications getting closed on back button press from different page.
- - Lot of other small bug fixes and improvements.
+ - Fixed everything.
Want to support me? You can donate, follow me or leave a review.
diff --git a/manifest.json b/manifest.json
index 0bca5f7e..a2301ac4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2023)",
"description": "__MSG_ext_description__",
- "version": "1.7.9.2",
+ "version": "1.8.0",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {