From 642519834a1ce0ca85d966dbee7d699978df3def Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 11 Dec 2012 15:05:00 +0100 Subject: [PATCH] Release 2.37.0. --- 4chan_x.user.js | 6 +++--- Cakefile | 2 +- changelog | 6 ++++-- latest.js | 2 +- script.coffee | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index f27b0685e..4e2b31cfb 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.36.3 +// @version 2.37.0 // @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.3 + * 4chan X 2.37.0 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -5617,7 +5617,7 @@ return $.globalEval(("(" + code + ")()").replace('_id_', bq.id)); }, namespace: '4chan_x.', - version: '2.36.3', + version: '2.37.0', callbacks: [], css: '\ /* dialog styling */\ diff --git a/Cakefile b/Cakefile index e63130186..fd4299ed2 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.36.3' +VERSION = '2.37.0' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index e1fbb271e..3c64215f6 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,12 @@ master + +2.37.0 - noface Add Catalog Links toggle. Fix Anonymize not working on hovered posts. - Mayhem - Added catalog support: - Sync thread hiding between index and catalog. + Added catalog support. + Sync thread hiding between index and catalog. Add /c/ archived thread and image redirection. 2.36.3 diff --git a/latest.js b/latest.js index 2e99c809e..261d781cd 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.36.3'},'*') \ No newline at end of file +postMessage({version:'2.37.0'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index b6c6f126c..b29899db7 100644 --- a/script.coffee +++ b/script.coffee @@ -4520,7 +4520,7 @@ Main = $.globalEval "(#{code})()".replace '_id_', bq.id namespace: '4chan_x.' - version: '2.36.3' + version: '2.37.0' callbacks: [] css: ' /* dialog styling */