Skip to content

Commit

Permalink
release v1.35.1 as v1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vyznev committed Sep 12, 2015
1 parent 22a18f9 commit b290eb7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ This is a list of new fixes and other changes made to SOUP during its continued

SOUP version numbering generally follows the _major.minor.patch_ scheme. Odd minor versions (1.1.x, 1.3.x, 1.5.x, etc.) are reserved for unstable development versions ("devel" branch on [GitHub][github]), while even ones denote stable releases ("master" branch on [GitHub][github]). The change log below thus only includes even version numbers, as changes between development versions are too numerous to list.

1.35 (development)
1.36 (13 Sep 2015)
====

**New fixes in 1.35.x:**
Another incremental release featuring two new fixes (and the expansion of one older fix to all sites).

* [mso300679: Speaking out instead of suffering silently](http://meta.stackoverflow.com/q/300679)
**New fixes in 1.36.0:**

* [mso300679: Please block posts containing unsupported HTML](http://meta.stackoverflow.com/q/300679)
* [mse266034: Link the title of the linked questions sidebar to the list of linked questions](http://meta.stackexchange.com/q/266034)

**Other changes:**

* The [graphicdesign2415]((http://meta.graphicdesign.stackexchange.com/q/2415) CSS fix (for links in post warnings) is now applied globally.
* Some notable fixes are now highlighted in the README.
* The [graphicdesign2415](http://meta.graphicdesign.stackexchange.com/q/2415) CSS fix (for links in post warnings) is now applied globally.
* Some notable fixes are now **highlighted** in the README.

1.34 (31 Aug 2015)
====
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- thumbnail: http://i.stack.imgur.com/8EphO.png -->
<!-- version: 1.35.x -->
<!-- version: 1.36.0 -->

![](http://i.stack.imgur.com/IzzhJ.png "SOUP logo")

Expand Down Expand Up @@ -29,7 +29,7 @@ SOUP can also be used on other browsers with compatible user script support, suc
Included fixes
--------------

SOUP v1.35 (devel) includes fixes or workarounds for the following issues.
SOUP v1.36 includes fixes or workarounds for the following issues.

The fixes highlighted in **boldface** include particularly major interface improvements or fix particularly severe or widespread issues. The choice of which fixes to highlight is unavoidably somewhat subjective, but in my personal opinion, these are the fixes you should actually install SOUP for &mdash; the rest are just icing on the cake.

Expand Down Expand Up @@ -119,7 +119,7 @@ These fixes apply only to the [Stack Exchange Network chat](http://chat.stackexc
* [mso297171: Comment warning appears on next comment](http://meta.stackoverflow.com/q/297171)
* **[mso295666: Disable annoying autofocus when clicking preview](http://meta.stackoverflow.com/questions/295666)**
* [mse240787: Inconsistent reputation mouse-over text](http://meta.stackexchange.com/q/240787)
* **[mso300679: Speaking out instead of suffering silently](http://meta.stackoverflow.com/q/300679)**
* **[mso300679: Please block posts containing unsupported HTML](http://meta.stackoverflow.com/q/300679)**
* [mse266034: Link the title of the linked questions sidebar to the list of linked questions](http://meta.stackexchange.com/q/266034)

### Site-specific fixes
Expand Down
10 changes: 5 additions & 5 deletions SOUP.meta.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==UserScript==
// @name Stack Overflow Unofficial Patch
// @namespace https://github.com/vyznev/
// @description Miscellaneous client-side fixes for bugs on Stack Exchange sites (development)
// @description Miscellaneous client-side fixes for bugs on Stack Exchange sites
// @author Ilmari Karonen
// @version 1.35.1
// @version 1.36.0
// @copyright 2014-2015, Ilmari Karonen (http://stackapps.com/users/10283/ilmari-karonen)
// @license ISC; http://opensource.org/licenses/ISC
// @match *://*.stackexchange.com/*
Expand All @@ -14,9 +14,9 @@
// @match *://*.mathoverflow.net/*
// @match *://*.askubuntu.com/*
// @homepageURL http://stackapps.com/questions/4486/stack-overflow-unofficial-patch
// @updateURL https://github.com/vyznev/soup/raw/devel/SOUP.meta.js
// @downloadURL https://github.com/vyznev/soup/raw/devel/SOUP.user.js
// @icon https://github.com/vyznev/soup/raw/devel/icon/SOUP_icon_128.png
// @updateURL https://github.com/vyznev/soup/raw/master/SOUP.meta.js
// @downloadURL https://github.com/vyznev/soup/raw/master/SOUP.user.js
// @icon https://github.com/vyznev/soup/raw/master/icon/SOUP_icon_128.png
// @grant none
// @run-at document-start
// ==/UserScript==
Expand Down
12 changes: 6 additions & 6 deletions SOUP.user.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// ==UserScript==
// @name Stack Overflow Unofficial Patch
// @namespace https://github.com/vyznev/
// @description Miscellaneous client-side fixes for bugs on Stack Exchange sites (development)
// @description Miscellaneous client-side fixes for bugs on Stack Exchange sites
// @author Ilmari Karonen
// @version 1.35.1
// @version 1.36.0
// @copyright 2014-2015, Ilmari Karonen (http://stackapps.com/users/10283/ilmari-karonen)
// @license ISC; http://opensource.org/licenses/ISC
// @match *://*.stackexchange.com/*
Expand All @@ -14,9 +14,9 @@
// @match *://*.mathoverflow.net/*
// @match *://*.askubuntu.com/*
// @homepageURL http://stackapps.com/questions/4486/stack-overflow-unofficial-patch
// @updateURL https://github.com/vyznev/soup/raw/devel/SOUP.meta.js
// @downloadURL https://github.com/vyznev/soup/raw/devel/SOUP.user.js
// @icon https://github.com/vyznev/soup/raw/devel/icon/SOUP_icon_128.png
// @updateURL https://github.com/vyznev/soup/raw/master/SOUP.meta.js
// @downloadURL https://github.com/vyznev/soup/raw/master/SOUP.user.js
// @icon https://github.com/vyznev/soup/raw/master/icon/SOUP_icon_128.png
// @grant none
// @run-at document-start
// ==/UserScript==
Expand Down Expand Up @@ -985,7 +985,7 @@ fixes.mse240787 = {
}
};
fixes.mso300679 = {
title: "Speaking out instead of suffering silently",
title: "Please block posts containing unsupported HTML",
url: "http://meta.stackoverflow.com/q/300679",
script: function () {
var message = 'Your post appears to contain HTML tags that are malformed, mismatched or <a href="/editing-help#html">not permitted in posts</a>, and which will be silently removed. Where possible, please use Markdown syntax instead of HTML. To enter code that contains the <tt>&lt;</tt> symbol, please use <a href="/editing-help#code">proper code formatting</a> (or write it as <tt>&amp;lt;</tt>).';
Expand Down

0 comments on commit b290eb7

Please sign in to comment.