Skip to content

Commit b0b8060

Browse files
authored
Merge pull request #222 from joelacus/dev
Version 2.5.0
2 parents 993ce35 + fc06b9f commit b0b8060

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1196
-583
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ I welcome any help if you would like to improve or contribute new language trans
106106
|Hide The Post Sidebar|Hides the sidebar on post pages.|3|
107107
|Hide The Sub Reddit Sidebar|Hides the sidebar on sub reddit pages.|3|
108108
|Hide The User Sidebar|Hides the sidebar on profile/user pages.|3|
109+
|Hide "Get App" Button|Hides the "Get App" button in the head bar.|3|
110+
|Hide AI in the Search Bar|Hides the new AI "Ask" button and the orange glow from the search bar, returning it to how it was before.|3|
109111
|Hide Thumbnails in Compact View|Hides the thumbnails on posts when viewing a feed in compact view.|3<br>1|
110112
|Hide Username and/or Karma|You can hide your username and/or karma in the top bar.|1|
111113
|Hide username in the subreddit sidebar flair section|Hides the username and profile picture in the edit flair section of the subreddit sidebar.|3|
@@ -115,6 +117,8 @@ I welcome any help if you would like to improve or contribute new language trans
115117
|Feature|Description|Reddit Version Support|
116118
|---|---|:---:|
117119
|Add "Scroll To Top" Button|Adds a new button to the header to scroll the page to the top.|3<br>1|
120+
|Add floating "Scroll To Top" button|Adds a draggable scroll to top button on the webpage.|3<br>1|
121+
|Scroll to the next/previous post by pressing (J / Down Arrow) / (K / Up Arrow)|Scroll to the next/previous post in the feed with (J / Down Arrow) and (K / Up Arrow). Differs from Reddit's version by using smooth scroll, and skips over any hidden posts by RE (e.g. hide nsfw posts or blocked posts by keyword etc).|3<br>1|
118122
|Add a button to each post to mark it as read|Adds a button to each post to mark it as read by adding the post URL to the browser history (requires the history permission). Works with Compact and Card view posts.|3|
119123
|Add link to view crossposts in other subreddits|View crossposts of a post on the comments page, bringing back the "View discussions in other communities" link from "Old New UI".|3|
120124
|Add Post Numbers|Number each post to keep track of how many you have scrolled passed.|3|
@@ -201,14 +205,14 @@ Feel free to add any new languages and/or region differences.
201205
|[French](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fr/messages.json)|100%|
202206
|[Dutch](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/nl/messages.json)|100%|
203207
|[Italian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/it/messages.json)|100%|
204-
|[Portuguese](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pt/messages.json)|87.3%|
205-
|[Polish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pl/messages.json)|75.6%|
206-
|[Norwegian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/no/messages.json)|63.3%|
207-
|[Ukrainian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/uk/messages.json)|63.3%|
208-
|[Swedish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/sv/messages.json)|48.2%|
209-
|[Finnish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fi/messages.json)|32.5%|
210-
|[Czech](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/cs/messages.json)|30.4%|
211-
|[Hungarian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/hu/messages.json)|26.2%|
208+
|[Portuguese](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pt/messages.json)|86.0%|
209+
|[Polish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pl/messages.json)|74.4%|
210+
|[Norwegian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/no/messages.json)|62.2%|
211+
|[Ukrainian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/uk/messages.json)|62.2%|
212+
|[Swedish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/sv/messages.json)|47.3%|
213+
|[Finnish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fi/messages.json)|31.8%|
214+
|[Czech](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/cs/messages.json)|29.8%|
215+
|[Hungarian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/hu/messages.json)|25.6%|
212216

213217
# Build
214218
Clone repo and cd to build directory:

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
version 2.5.0
2+
v [Latest UI V3]
3+
- Added an option to hide the "Ask" button and the "AI glow" in the search bar.
4+
- Added an option to hide the "Get App" button in the header bar.
5+
- The "Show Navigations Buttons For the Next/Previous Root Comment" element is now draggable to make it easier to place where you want.
6+
- Fixed "Hide NSFW results in the Search Bar" and "Hide 'Trending Today' in the Search Bar" not working due to a website update.
7+
- The "Show Absolute Timestamps on Comments" option now restores the comment URL on the timestamp text.
8+
- Fixed the "Edit comment" button not working when using "Always Show Post and Comment Options".
9+
v [Latest UI V3, Old UI V1]
10+
- Added an option to scroll to the next post by pressing (J / Down Arrow) and to the previous post with (K / Up Arrow).
11+
- Added an option to show a draggable "scroll to top" button on the page.
12+
113
version 2.4.1
214
- Added colour pickers to theme colour options.
315
- Rewrote and improved the extension search logic.

src-webpack/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
version 2.5.0
2+
v [Latest UI V3]
3+
- Added an option to hide the "Ask" button and the "AI glow" in the search bar.
4+
- Added an option to hide the "Get App" button in the header bar.
5+
- The "Show Navigations Buttons For the Next/Previous Root Comment" element is now draggable to make it easier to place where you want.
6+
- Fixed "Hide NSFW results in the Search Bar" and "Hide 'Trending Today' in the Search Bar" not working due to a website update.
7+
- The "Show Absolute Timestamps on Comments" option now restores the comment URL on the timestamp text.
8+
- Fixed the "Edit comment" button not working when using "Always Show Post and Comment Options".
9+
v [Latest UI V3, Old UI V1]
10+
- Added an option to scroll to the next post by pressing (J / Down Arrow) and to the previous post with (K / Up Arrow).
11+
- Added an option to show a draggable "scroll to top" button on the page.
12+
113
version 2.4.1
214
- Added colour pickers to theme colour options.
315
- Rewrote and improved the extension search logic.

0 commit comments

Comments
 (0)