From f27bd8aa95b6611acf2e352743ef431150433bbc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 17 Nov 2012 16:17:57 +0100 Subject: [PATCH] Release 2.36.2. --- 4chan_x.user.js | 6 +++--- Cakefile | 2 +- changelog | 6 +++++- latest.js | 2 +- script.coffee | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 7ba6d0511..1ac9e7e59 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.36.1 +// @version 2.36.2 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -27,7 +27,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.36.1 + * 4chan X 2.36.2 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -5519,7 +5519,7 @@ return $.globalEval(("(" + code + ")()").replace('_id_', bq.id)); }, namespace: '4chan_x.', - version: '2.36.1', + version: '2.36.2', callbacks: [], css: '\ /* dialog styling */\ diff --git a/Cakefile b/Cakefile index fc26f90b1..665ab9e64 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.36.1' +VERSION = '2.36.2' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 3ccfff60b..50c5d0adf 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,10 @@ master + +2.36.2 - noface - Added tags support on /f/. + Add tags support on /f/. +- Mayhem + Add /mu/ archived image redirection. 2.36.1 - noface diff --git a/latest.js b/latest.js index a000e475e..bab1c381d 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.36.1'},'*') \ No newline at end of file +postMessage({version:'2.36.2'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index 6fc861a8f..76b464246 100644 --- a/script.coffee +++ b/script.coffee @@ -4462,7 +4462,7 @@ Main = $.globalEval "(#{code})()".replace '_id_', bq.id namespace: '4chan_x.' - version: '2.36.1' + version: '2.36.2' callbacks: [] css: ' /* dialog styling */