Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Jul 30, 2016
1 parent 54fce7e commit 210761b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ Listed below are the various bugfixes and enhancements that go into a given vers

General format before v2.0.0 and after 1.5.5 is that - is change/remove and + is addition.
After 2.0.0 is that * is a change, - is a removal and + is an addition.

Developer only seen features (such as internal functions) may or may not be recorded in the changelog.

Changelog List
Changelog List
--------------
### <a name="21811"></a>v2.1.8.11 (07/30/2016)
```
* Fix: Fix post preview not working (thanks cmaggard)
```
### <a name="21810"></a>v2.1.8.10 (05/29/2016)
```
* Fix: Improve the scrolling on page loads to be at the beginning of the post more reliably
Expand Down Expand Up @@ -226,7 +230,7 @@ Changelog List
+ Add way to not show the link to single post view underneath every post
+ Add ability to minimize/maximize setting sections as needed. By default, all sections are minimized.
+ Using alt key on changing from mouse gestures to context menu holds setting between pages
+ Added Accidental Quote, Not Edit warning to the Quick Relpy box enabled by the existing option at bottom of settings.html
+ Added Accidental Quote, Not Edit warning to the Quick Relpy box enabled by the existing option at bottom of settings.html
+ Added ability to select several star colors to not open on the "Open all unread messages" option.
+ Added option to show a link to a user's SOAP underneath their post next to the button for Rap Sheet
+ Added ability for extension to know if SALR Redux Browser Button is installed, and disable Omnibar icon (and setting) is it is.
Expand Down Expand Up @@ -305,12 +309,12 @@ Changelog List
```
- Fixed friend highlighting only working for first two friends in UserCP.php
- Fixed Post thread button disappearing on all pages if a missing setting got set in the past
- Separated out function calls between forumdisplay.php and showthread.php so aforementioned setting doesn't affect forum post button
- Separated out function calls between forumdisplay.php and showthread.php so aforementioned setting doesn't affect forum post button
```
### v1.5.11 (04/22/2013) - "I really hate mouse gestures"
```
- Replaced right click option with alt key option
+ Alt key can be used to switch between mouse gestures or default
+ Alt key can be used to switch between mouse gestures or default
context menu
+ Button button in Mouse Gestures now refreshes current page
- Mouse Gesture disables left/right on single page thread/forums properly
Expand All @@ -327,7 +331,7 @@ context menu
```
- Fixed Preview Reply pane being underneath images
+ Added option to allow default right click menu to appear when mouse gestures enabled
- Fixed Ignore Star option in settings pane (as well as prevent script breaking when it was set)
- Fixed Ignore Star option in settings pane (as well as prevent script breaking when it was set)
- Fixed being able to change children settings when parent setting was disabled
```
### v1.5.8 (04/11/2013)
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.1.8.10",
"version": "2.1.8.11",
"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 210761b

Please sign in to comment.