Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 10, 2023
1 parent a56b23b commit 94cb18c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions layouts/home/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,17 @@ 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 rate limit bypass again!</li>
<li>Added "new tweets" button to Lists and Search (and autoupdate setting will work too). You don't have to reload page to see new tweets anymore.</li>
<li>You can now switch to List and Search from home page.</li>
<li>Added ability to add/remove users from list via three dots button of tweets.</li>
<li>Improvements to data saver and option to disable it when using cellular data.</li>
<li>Some other fixes and updates.</li>
<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>
</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.8.6",
"version": "1.7.9",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down

0 comments on commit 94cb18c

Please sign in to comment.