Skip to content

Commit

Permalink
release v1.33.7 as v1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vyznev committed Aug 31, 2015
1 parent 916d856 commit 285f726
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ 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.33 (development)
1.34 (31 Aug 2015)
====

**New fixes in 1.33.x:**
Just a couple of new fixes in this release. I'm trying to return to a somewhat faster and more regular schedule for stable releases, hence this second release this month. The reorganization planned for 2.0 is currently on the back burner.

**New fixes in 1.34.0:**

* [mso302336: Don't fail LQP review audits just for looking at the deletion popup](http://meta.stackoverflow.com/q/302336)
* [mse242944: Long display name with no spaces breaks design of review history pages](http://meta.stackexchange.com/q/242944) (CSS)
Expand Down
4 changes: 2 additions & 2 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.33.x -->
<!-- version: 1.34.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.33 (devel) includes fixes or workarounds for the following issues:
SOUP v1.34 includes fixes or workarounds for the following issues:

### CSS-only 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.33.7
// @version 1.34.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
10 changes: 5 additions & 5 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.33.7
// @version 1.34.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

0 comments on commit 285f726

Please sign in to comment.