Skip to content

Commit 6652482

Browse files
committed
Bump to v2.5.0
1 parent 1e586a6 commit 6652482

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Join the chat at https://gitter.im/soscripted/sox](https://badges.gitter.im/soscripted/sox.svg)](https://gitter.im/soscripted/sox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22

3-
### SOX v2.4.0 DEV
3+
### SOX v2.5.0
44

55
Stack Overflow Extras (*SOX*) is a project that stemmed from the [Stack Overflow Optional Features (SOOF)](https://github.com/shu8/Stack-Overflow-Optional-Features) project.
66

@@ -22,7 +22,7 @@ Note: This project has no relation to Stack Overflow or Stack Exchange; it is si
2222

2323
2. Install the script. Clicking on 'install' below will make Tampermonkey prompt you automatically to install it.
2424

25-
- Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.4.0/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.4.0/sox.user.js)</kbd>
25+
- Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.5.0/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.5.0/sox.user.js)</kbd>
2626
- Development Version: <kbd>[install](https://github.com/soscripted/sox/raw/dev/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/dev/sox.user.js)</kbd>
2727

2828
3. Go to any site in the Stack Exchange Network (e.g. [Super User](http://superuser.com/) or [Stack Overflow](http://stackoverflow.com/)). You will automatically be asked to choose and save your settings. A toggle button (gears icon) will be added to your topbar where you can change these later on:

sox.dialog.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@
2525
const $exportSettingsButton = $soxSettingsDialog.find('#sox-settings-export');
2626
const $featurePackButtons = $soxSettingsDialog.find('.sox-settings-dialog-feature-pack');
2727

28-
//array of HTML strings that will be displayed as `li` items if the user has installed a new version.
29-
30-
const changes = ['Introduced \'feature packs\' -- easily find and enable features we would categorise as \'major UI tweaks\', \'key features\', or \'power user fetures\'!',
31-
'You will no longer be forced to get an access token. If you choose not to, SOX will simply disable features that need one. Thanks @Izzy for the suggestion!',
32-
'Deprecated paste images feature -- it has been implemented natively by SE now!'];
28+
// Array of HTML strings that will be displayed as `li` items if the user has installed a new version.
29+
const changes = [
30+
'Only inject into Github issues if you are on the SOX repo',
31+
'Fix bugs in various features',
32+
'Improve SOX\'s performance by making lots of behind-the-scenes improvements',
33+
'Deprecated the \'Hide HNQ\'s\' feature; it is now implemented natively!',
34+
];
3335

3436
function addCategory(name) {
3537
const $div = $('<div/>', {

sox.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/soscripted/sox
44
// @homepage https://github.com/soscripted/sox
55
// @homepageURL https://github.com/soscripted/sox
6-
// @version 2.4.36 DEV
6+
// @version 2.5.0
77
// @description Extra optional features for Stack Overflow and Stack Exchange sites
88
// @contributor ᴉʞuǝ (https://stackoverflow.com/users/1454538/, https://github.com/mezmi)
99
// @contributor ᔕᖺᘎᕊ (https://stackexchange.com/users/4337810/, https://github.com/shu8)

0 commit comments

Comments
 (0)