-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
400 lines (355 loc) · 19.4 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
version 1.12.1
- Bug fixes.
version 1.12.0
- Added an option to hide "Community Highlights" (New New UI).
- Added an option to hide the "Trending Today" section in the search bar (New New UI).
- Added an option to hide NSFW results in the search bar (New New UI).
- Added an option to hide NSFW users in the search results page sidebar (New New UI).
- Added an option to remember the side menu sections open/closed states (New New UI).
- The "Show Post Author on the Home Feed" feature now works on the "r/popular" page (New New UI).
- The "Show Post Flair on the Home Feed" feature now works on the "r/popular" page (New New UI).
- The "Create Post" page will now use the "Home Feed Width" for the "Resize Feed" feature (New New UI).
- Refactored and cleaned up the "Resize Feed" code, and removed some old code for an older build of the New New UI.
- Fixed a bug with the "Default Feed Sort Option" feature causing it to run on pages it shouldn't and resulting in a page error.
- Removed the "Remove the Page Side Margin" option, as it seems to be no longer needed (New New UI).
- Slightly improved page loading efficiency.
- Bug fixes.
version 1.11.0
- Added a warning that "Old New UI" may no longer be accessible as Reddit is phasing it out.
- Added a message that the redirection to sh.reddit.com for the "New New UI" may no longer be needed.
- Added an option to change the width of the side menu (New New UI).
- Added an option to hide the favourite button (star icon) on items in the side menu (New New UI).
- Added an option to just show the icons in the side menu (New New UI).
- Added an option to show a toggle button on the side menu to show/hide it.
- Added an option to hide the post back button (New New UI).
- Added an option to change the theme border radius for some elements (New New UI).
- Added an option to hide recent posts in the sidebar (New New UI).
- Added an option to hide post karma (New New UI).
- Added an option to hide the blank thumbnail on text posts in compact view feeds (New New UI).
- Added an option to reset all extension settings.
- "Show Post Author on the Home Feed" now works with the "Compact" view (New New UI).
- "Hide Ads/Promoted Links" now also hides comment section ads.
- Optimised and improved the "Default Feed Sort Option" and "Default Comments Sort Option" functions.
- Enabled the "Default Feed Sort Option" and "Default Comments Sort Option" options for Old UI.
- Fixed "Sticky Sort" not loading for Old UI.
- Potential fix for the page refresh bug.
- Other small bug fixes.
version 1.10.2
- Added a notification when you select "Old New UI" for the redirect feature, that you must be logged in to Reddit for it to work.
- Fixed a bug where the post sort options on the search page may be hidden. (Old New UI).
- Added background blur to the notifications popup to make content easier to read with translucent backgrounds. (Old New UI).
- The shaded/minimised view of the popup window is narrower.
- Improved the addon search by now being able to isolate sub menu items.
version 1.10.1
- Clarity regarding the new permission requirement in version 1.10.0:
The "declarativeNetRequest" / "Block content on any page" permission, can be used to block and redirect content.
This is used for cross browser compatibility for the "Redirect to Preferred UI" feature, as well as the "Just Open The Image" feature on Chrome/Edge where it blocks everything but the image if you open it in a new tab.
This extension however, only affects Reddit, and cannot touch any other website.
- Optimised the "Auto Expand Hidden Comments" feature by expanding the comments on scroll, instead of the whole page at once.
- The "Auto Expand Hidden Comments" feature now supports Old Reddit.
- Optimised the "Auto Load More Comments" feature by loading comments/replies on scroll, instead of the whole page at once.
- The "Auto Load More Comments" feature now supports Old Reddit.
- Added a button at the top to minimise the extension popover without fully closing it, to show the full site underneath.
- Excluded "/r/<subreddit>/about/<banned|muted|contributors|moderators|scheduledposts|removal|settings|/wiki/config/automoderator|edit/?page=safety>" links from being redirected to sh.reddit.com as these pages don't exist, and will instead be directed www.reddit.com.
- Bug fixes.
version 1.10.0
- Improved the "Redirect to Preferred UI" feature. (Requires the "declarativeNetRequest" permission).
- The "Just Open The Image" feature now works with Chrome and Edge. (Requires the "declarativeNetRequest" permission).
- Added an option to hide recommended posts.
- Added an option to change the Topic feed width (New New UI).
- The notifications page will now use the "Home Feed Width" for the "Resize Feed" feature (New New UI).
- The "Hide The Post Overlay Sidebar" feature now works on search page posts (Old New UI).
- Fixed the "Sticky Sort" feature not auto loading (Old New UI).
- Fixed the "Always Show Rising Button" feature not working (Old New UI).
version 1.9.0
- Added options to change the colour of the search bar and the search results dropdown in the header.
- Added an option to hide the sidebar on the search results page.
- The search page feed will now use the 'Home Feed Width' for the 'Resize Feed' setting.
- The search page posts will now use the custom post border and background colour (Old New UI).
- Subreddit Wiki pages now respect the 'Sub Feed Width' setting.
- Moved the language selection into the Settings page.
version 1.8.0
- Added an option to automatically show the formatting options when commenting (New New UI).
- Added an option to change the text link colour in the post content and comments.
- Added an option to underline links in the post content and comments.
- The 'Hide Ads/Promoted Links' option now also hides ads on comment pages (New New UI).
- Fixed 'Scroll To Top' not working on New New UI due to a website update.
- Updated localisations.
- Bug fixes.
version 1.7.0
- Added options to hide the 'Topics' and 'Custom Feeds' sections in the Side Menu (New New UI).
- Added an option to auto load more comments on posts if it requires you to click a button to load more (New New UI).
- Auto expand feed to 100% if the window/screen is less than a set width, now works with New New UI.
- The 'Resize Feed/Post' option will now apply the post width to sub-comments pages.
- Fixed a bug where the 'Side Menu Background Colour' option did not work.
- Fixed a bug where the 'Side Menu Button Hover Colour' option did not work.
- Updated the 'Remove Page Margins' and 'Resize Feed/Post' icons.
- Updated some localisations.
- Other small bug fixes and improvements.
version 1.6.0
- Added an option to hide the "Join" button on posts on r/all and r/popular.
- Resizing the home feed will now also resize the r/all and r/popular feeds (New New UI).
- Offsetting the home feed will now also offset the r/all and r/popular feeds (New New UI).
- Hiding the home page sidebar will now also hide the r/all and r/popular sidebars (New New UI).
- Fixed the "Scroll To Top" button no longer working on New New UI due to a website update.
- Due to the browser sync "MAX_WRITE_OPERATIONS_PER_MINUTE" limitation (120), restoring a config with more than 120 items will no longer error and will instead wait for 1 minute before continuing.
- If the user is not logged in and is using the redirect to "Old New UI" option, it will no longer result in a redirect fight/loop with Reddit. Instead, it will just let Reddit use the New New UI. Reddit will however, allow redirects to new.reddit.com if the user is logged in.
- Bug fixes and code clean up.
version 1.5.0
- Added an option to automatically collapse the top comment made by AutoModerator. (credit @tarikkirgin).
- Added compatibility for updated Reddit New New UI code which broke the Resize Feed/Post feature.
- Added Resize Feed support for the other profile page views on New New UI (Posts, Comments, Saved, Hidden, Upvoted, Downvoted).
- The Default Feed Sort option should now work correctly with the Reddit Version Redirect feature.
- Updated some localisations.
- Bug fixes and improvements.
version 1.4.0
- The Backup/Restore config buttons have been moved into the new settings page.
- The extension theme no longer reflects the dark mode option for Reddit, as it now has its own option in the new settings page.
- Brought back the old light theme as an additional theme option, and tweaked the dark and light themes.
- Edge on Windows 10 now uses pre version 1.0.0 code for some features to bypass using the CSS "has" selector when viewing the "Old New" UI, which for some reason causes extreme lag when typing in input boxes. This doesn't seem to be an issue with Edge on Windows 11, or other browsers, or using Old or New New UI. Some features, such as Style, still currently cause some lag on Edge on Windows 10 using "Old New UI".
version 1.3.0
- Added an option "Show Post Flair on the Home Page" for New New UI.
- Added an option "Always Show Post Options". This moves the post options from the overflow menu, directly into the post header bar for quicker access (New New UI).
- Added support for "Hide the Home Page Sidebar" on New New UI.
- Added support for "Hide 'Post Hidden' Message" on New New UI.
- Improved support for smaller window/screen sizes when using "Resize Feed/Post" on New New UI.
- Improved the extension light mode theme.
- Fixed a bug causing the user profile feed not to expand to 100% on New New UI when using "Resize Feed/Post".
version 1.2.0
- Added an option to change the post title font size.
- Added support for resizing fonts on Old UI.
- Bug fix.
version 1.1.0
- Added an option "Just Open The Image". This will open just the image in a new tab when you click on it and not be embedded in a page. Only works on Firefox.
- Added an option to change the post comments text colour.
- Added options to change the sidebar text, background and border colours.
- Added options to change the sidemenu text and background colours.
- Added an option to hide the "Post Hidden" message when you hide a post on "Old New UI".
- Added an option to limit the post image width when using the "Add Scrollbar To Tall Images" option.
- Extension main menu items can be reordered.
- Updated localisations.
- Bug fixes and improvements.
version 1.0.1
- Updated localisations.
- Bug fix.
version 1.0.0
- Firefox v121 is now required for ":has()" support for some features. (Chrome and Edge users, you already have support for this).
- Speed improvements and optimisations.
- Individually adjust the width of the home feed, sub reddit feed, user profile feed, the post page and the post overlay.
- Hide the post overlay and post page sidebars independently.
- Auto redirect to the Old, New or the latest version of Reddit.
- Adjust the vertical position of the "Scroll To Root Comment" buttons.
- Added an option to hide user profile pictures in the comments.
- Added an option to auto expand hidden comments.
- Added a new Accessibility section for new and latest Reddit.
- Resize the post content font.
- Resize the post comments font.
- Bionic Reader for posts.
- Bionic Reader for comments.
- Bionic Reader font colour.
- Bionic Reader text background colour.
- Hide Ads/Promoted Posts on Old Reddit.
- Hide NSFW Posts on Old Reddit.
- Added initial localisation support for Czech, Finnish, Hungarian, Norwegian and Swedish. Requires further updates for 100% completion.
- Support for the latest version of Reddit, including:
- Resize Feed / Post:
- Remove the Page Side Margin.
- Adjust the Home Feed Width.
- Adjust the Sub Feed Width.
- Adjust the Post Page Width.
- Adjust the User Profile Width.
- Adjust the Home Feed Offset.
- Adjust the Sub Feed Offset.
- Adjust the Post Offset.
- Adjust the User Profile Offset.
- Hide Elements:
- Hide the Header Bar.
- Hide Ads/Promoted Posts.
- Hide NSFW Posts.
- Hide the Side Menu.
- Hide the Top Section.
- Hide the Moderation Section.
- Hide the Recent Section.
- Hide the Communities Section.
- Hide the Resources Section.
- Hide the Sub Reddit Sidebar.
- Hide the Post Sidebar.
- Hide Related Posts.
- Hide the User Sidebar.
- Hide the notification header button.
- Hide the create post header button.
- Hide the chat header button.
- Hide the advertise header button.
- Hide user profile pictures in the comments.
- Productivity:
- Show Post Author.
- Add Scrollbar to Tall Images.
- Add 'Scroll To Top' Button in the Header.
- Scroll To Next/Previous Root Comment.
- Non Sticky Header Bar.
- Style:
- Hide Interface Gaps.
- Theme Blur.
- Header: Background Colour.
- Header: Text Colour.
- Post: Background Colour.
- Post: Title and Text Content Colour.
- Visited Post: Title Colour.
- Post: Secondary Text Colour.
- Post: Border Colour.
- Background:
- Custom Background.
- Background Blur.
- Accessibility:
- Post Content Font Size.
- Post Comments Font Size.
- Bionic Reader For Posts.
- Bionic Reader For Comments.
- Bionic Reader Font Colour.
- Bug fixes and improvements.
- Removed the "Hide the 'Coin' Button" option as Reddit has deprecated the Gold award system.
- Removed the "Hide the 'Happening Now' Button" option as Reddit seems to have deprecated this.
version 0.20.1
- Bug fixes.
version 0.20.0
- Added an option to enable break reminders every set number of posts.
- Added an option to make the classic post view larger (new and old reddit).
- Added an option to adjust the position of the 'Scroll To Next/Previous Root Comment' buttons.
- Fixed 'Scroll To Top' not working with the post overlay.
- Fixed 'Limit Infinity Scroll' not always showing 25 posts at a time.
- Added missing translations.
- Bug fixes and improvements.
version 0.19.1
- Dependency updates.
version 0.19.0
- Added an option to hide the header bar.
- Added an option to make the header bar not sticky.
- Added an option to hide the original scroll to top button.
- Added an option to style the Create Post element.
- Updated translations.
- Bug fix.
version 0.18.0
- Added an option to only enable/disable theme colour styles on specified subreddits.
- Added an option to only show/hide the subreddit sidebar on specified subreddits.
- Updated translations for English (US), French, German and Spanish.
- Bug fixes and improvements.
version 0.17.0
- Added backup/restore feature for settings.
- Added custom CSS option for drop shadows.
- Added custom CSS overrides for some website theme colours.
- Added an option to increase, or decrease, the max height of posts on the feed. Default 512px. New range is 304px to 1000px. The post content will adapt to the new size.
- The addon version changelog can now be viewed inside the addon popup by clicking the version number.
- The "Hide NSFW Posts" option will now also hide NSFL posts.
- Improved handling of search results in the addon.
- Bug fixes and improvements.
version 0.16.1
- Bug fix.
version 0.16.0
- Added an option to number posts.
- Added an option to hide NSFW posts.
- Added an option to hide the "Get the best of" popups.
- Added an option to show navigation buttons to scroll to the next/previous root comment on a post.
- Optimised and improved extension code.
- Reduced extension file size by 30%.
- Updated translations.
version 0.15.2
- Bug fix.
version 0.15.1
- Bug fix.
version 0.15.0
- Added an option to open posts in a new tab.
- Added an option to show the 'Controversial' sort button.
- Added an option to set a default feed sort option.
- Added an option to set a default comments sort option.
- Bug fixes and improvements.
version 0.14.0
- This add-on no longer requires the webNavigation permission to function and has been removed.
- Added an option to limit the infinity scroll to show only 25 posts at a time.
- Added an option to hide the post sidebar.
- Added an option to hide the user sidebar.
- Fixed some bugs and improved some code.
version 0.13.0
- Removed components for premium features. All features are now free.
- Optimsed translation functions.
- Fixed some bugs.
version 0.12.0
- Added an option to auto expand the feed/post to 100% if the screen/window is a certain width.
version 0.11.0
- Limit post comments.
- Sticky Sort now supports old reddit.
- Bug fixes and improvements.
version 0.10.0
- Expand Feed/Post now supports old reddit.
- Added an option to make old reddit look more like new reddit.
- Added an option to hide the "See Full Image" button on tall images.
- Added an option to add a scroll bar to long text posts on the feed.
- Scroll To Top now supports old reddit.
- Hide home page sidebar now supports old reddit.
- Added an option to hide the header subreddit list on old reddit.
- Added an option to hide the home page side menu on old reddit.
version 0.9.0
- Added an option for a "Scroll To Top" button in the header.
- Added an option to hide the 'Notification' button in the header.
- Added an option to hide the 'Create Post' button in the header.
- Added an option to show an 'r/All' button in the header.
- Added an option to move the feed section in the side menu to the top.
- Added an option to replace the video player with an alternative to fix video load issues. You can also change playback speed.
- Added an option for user preferred add-on language.
- Bug fixes and general improvements.
version 0.8.0
- Added an option to hide promoted links/posts.
- General improvements.
version 0.7.2
- Improved some code.
version 0.7.0
- Restructured the menu and added a search filter.
- Added an option to individually hide the home page sidebar and the sub reddit sidebar.
- Added an option to hide the content/privacy policy section in the sidebar.
- Added an option to open sub reddit links in a new tab.
- Added an option to hide the "Get New Reddit" button on old.reddit.
- Improved some icons.
version 0.6.3
- Fixed a couple bugs.
version 0.6.2
- Faster loads.
- Bug fixes.
version 0.6.1
- Fixed a bug.
version 0.6.0
- Major code improvements resulting in faster loads.
- Resizing feed/post is now adjustable by steps of 2 instead of 5.
- The sort by rising button is no longer hidden in a pointless submenu.
- Hide Username and/or Karma now supports old reddit.
- Hide Reddit Premium banner now supports old reddit.
- Removed redundant "Smooth Resize" option.
version 0.5.0
- Added an option to hide the gap between interface elements.
- Added an option to hide your username in the top bar.
- Added an option to hide your karma in the top bar.
- Added an option to toggle smooth feed/post resizing.
- Added an option to keep the post sort bar visible at the top.
- Improved code.
version 0.4.1
- Bug fixes and improvements.
version 0.4.0
- Auto Dark/Light Mode option based on your system theme.
- Auto Dark Mode option if the current time is within a custom time range.
- New "Extra Tweaks" section, including the ability to:
- Hide the "Create Post" section.
- Hide the Sidebar.
- Hide the "Reddit Premium" card in the sidebar.
- Hide the "Popular" button in the top bar.
- Hide the "Coin" button in the top bar.
- Hide the "Happening Now" button in the top bar.
- Hide the "Chat" button in the top bar.
- Hide the "Moderation" button in the top bar.
- Hide the "Advertise" button in the top bar.
- Bug fixes.
version 0.3.1
- Bug fixes.
version 0.3.0
- Added custom background support for old reddit.
- Added background blur support for old reddit.
- Filter options for new and old reddit.
- Cleaned up some code.
- Fixed a couple bugs.