Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 13, 2023
1 parent ba11b44 commit e865ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions layouts/home/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,7 @@ setTimeout(() => {
<h2 style="margin:0;margin-bottom:10px;color:var(--darker-gray);font-weight:300">(OldTwitter) ${LOC.new_version.message} - ${chrome.runtime.getManifest().version}</h2>
<span id="changelog" style="font-size:14px;color:var(--default-text-color)">
<ul>
<li>Added ability to sort, filter and search your followers (only for people with less than 50k followers).</li>
<li>Added support for tweeting long tweets.</li>
<li>Added support for WEBP uploads.</li>
<li>Fixed like/follow tweets being inserted in between threads.</li>
<li>Fixed scheduled tweets erroring when you add media to them.</li>
<li>Improved new Twitter scripts blocking speed (might improve performance).</li>
<li>Fixed notification for when you get added to lists by multiple people.</li>
<li>Fixed replies appearing twice on timeline on "new tweets" button click.</li>
<li>Added following/follower counts in titles so if you have shortening enabled you can see actual count.</li>
<li>Fixed bug with notifications getting closed on back button press from different page.</li>
<li>Lot of other small bug fixes and improvements.</li>
<li>Fixed everything.</li>
</ul>
<p style="margin-bottom:5px">
Want to support me? You can <a href="https://dimden.dev/donate" target="_blank">donate</a>, <a href="https://twitter.com/dimdenEFF" target="_blank">follow me</a> or <a href="https://chrome.google.com/webstore/detail/old-twitter-layout-2022/jgejdcdoeeabklepnkdbglgccjpdgpmf" target="_blank">leave a review</a>.<br>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e865ad3

Please sign in to comment.