Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Dec 2, 2021
1 parent 2cc97d3 commit 4183a3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Developer only seen features (such as internal functions) may or may not be reco
Changelog List
--------------

### <a name="240"></a>v2.4.0 (02/12/2021)

```
+ Add toggles to hide "Donate on Patreon" and "Donations" store items
+ Add dark mode toggle around thread color settings (wip)
* Fix hiding top store items
* Fixes for youtube fullscreen issue on chromium
- Remove "Back to thread" link in single post view (threads do it natively)
```

### <a name="230"></a>v2.3.0 (17/05/2021)

```
Expand All @@ -29,7 +39,7 @@ Changelog List
```
+ Support new bookmark star/highlight colors
* Fix breakage on user control panel pages
* "Show User's Avatar [...]" settings renamed to "Hide User's Avatar [...]" to more accurately reflect their behavior.
* "Show User's Avatar [...]" settings renamed to "Hide User's Avatar [...]" to more accurately reflect their behavior
```

### <a name="223"></a>v2.2.3 (10/14/2020)
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Something Awful Last Read Redux",
"version": "2.3.0",
"version": "2.4.0",
"manifest_version": 2,
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/ODZliWIb6YDyaHICQGfRDOiDmNOqCVPDNro6/Kwi1KpSFL7jI0Sn+HpvPt60Yb5tKPPMUIseTCSdDAjpr/d3aHU93r4g9ziq+wLKtTjuOryW/6izrGSf548A3QeyqIsWM+ONdbvOdU5bnXeAgIqa1CymocuJOASbvnz+ztaZXQIDAQAB",
"description": "Enhances the Something Awful forums with a host of new and exciting features",
Expand Down

0 comments on commit 4183a3f

Please sign in to comment.