Skip to content

Commit 15d4b5d

Browse files
authored
Merge pull request #192 from joelacus/dev
Update 2.2.1
2 parents cb1027f + b706f05 commit 15d4b5d

38 files changed

+535
-174
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ Feel free to add any new languages and/or region differences.
196196
|[French](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fr/messages.json)|100%|
197197
|[Dutch](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/nl/messages.json)|100%|
198198
|[Italian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/it/messages.json)|100%|
199-
|[Portuguese](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pt/messages.json)|89.8%|
200-
|[Polish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pl/messages.json)|77.7%|
201-
|[Norwegian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/no/messages.json)|65%|
202-
|[Ukrainian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/uk/messages.json)|65%|
203-
|[Swedish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/sv/messages.json)|49.5%|
204-
|[Finnish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fi/messages.json)|33.4%|
205-
|[Czech](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/cs/messages.json)|31.3%|
199+
|[Portuguese](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pt/messages.json)|89.2%|
200+
|[Polish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/pl/messages.json)|77.2%|
201+
|[Norwegian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/no/messages.json)|64.6%|
202+
|[Ukrainian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/uk/messages.json)|64.6%|
203+
|[Swedish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/sv/messages.json)|49.2%|
204+
|[Finnish](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/fi/messages.json)|31.1%|
205+
|[Czech](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/cs/messages.json)|26.8%|
206206
|[Hungarian](https://github.com/joelacus/RedditEnhancer/blob/main/src-webpack/src/common/_locales/hu/messages.json)|26.9%|
207207

208208
# Build

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
version 2.2.1
2+
v [Latest UI V3]
3+
- Bug fixes.
4+
5+
version 2.2.0
6+
v [Latest UI V3]
7+
- Bug fixes.
8+
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
9+
v [Latest UI V3]
10+
- Added an option to expand the post text/media preview of posts in Compact view to the fill width of the posts.
11+
- Added an option to hide the new search banner above the Home feed (Reddit's experiments for some accounts).
12+
- Modified "Hide Thumbnails in Compact View" and "Hide Blank Thumbnails in Compact View" to fully hide post thumbnails without any spacing when "Expand post previews in Compact view" is on.
13+
- Fixed an issue where "Show Side Menu Toggle Button" may fail to add the button to open the side menu and not work.
14+
- Fixed an issue where r/popular's subgrid container may be stuck at ~1775px as its minimum width.
15+
- Fixed an issue where post pages may not be sorted after redirecting from comment detail pages.
16+
- Added styling for the new Private Message Archive page.
17+
- Improved the reliability of "Theme Corner Radius" and "Display page and user info in header".
18+
119
version 2.1.0
220
v [Latest UI V3]
321
- Added an option to hide posts by blocked users. (blocked users are managed by the extension).

src-webpack/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
version 2.2.1
2+
v [Latest UI V3]
3+
- Bug fixes.
4+
5+
version 2.2.0
6+
v [Latest UI V3]
7+
- Bug fixes.
8+
* Special thanks to @biminhc1 (Reddit) @bmndc (Github) for all following changes <3
9+
v [Latest UI V3]
10+
- Added an option to expand the post text/media preview of posts in Compact view to the fill width of the posts.
11+
- Added an option to hide the new search banner above the Home feed (Reddit's experiments for some accounts).
12+
- Modified "Hide Thumbnails in Compact View" and "Hide Blank Thumbnails in Compact View" to fully hide post thumbnails without any spacing when "Expand post previews in Compact view" is on.
13+
- Fixed an issue where "Show Side Menu Toggle Button" may fail to add the button to open the side menu and not work.
14+
- Fixed an issue where r/popular's subgrid container may be stuck at ~1775px as its minimum width.
15+
- Fixed an issue where post pages may not be sorted after redirecting from comment detail pages.
16+
- Added styling for the new Private Message Archive page.
17+
- Improved the reliability of "Theme Corner Radius" and "Display page and user info in header".
18+
119
version 2.1.0
220
v [Latest UI V3]
321
- Added an option to hide posts by blocked users. (blocked users are managed by the extension).

0 commit comments

Comments
 (0)