From 1ed515dd20cf9df8925b2058346a898d2b6e0170 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 22 Aug 2012 23:59:20 +0200 Subject: [PATCH] Release 2.34.6. --- 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 845d83bca..890e9c851 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.34.5 +// @version 2.34.6 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -23,7 +23,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.34.5 + * 4chan X 2.34.6 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -5266,7 +5266,7 @@ return $.globalEval(("(" + code + ")()").replace('_id_', bq.id)); }, namespace: '4chan_x.', - version: '2.34.5', + version: '2.34.6', callbacks: [], css: '\ /* dialog styling */\ diff --git a/Cakefile b/Cakefile index 5925c4d1c..1a4824766 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.34.5' +VERSION = '2.34.6' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index e6998b29f..ae5f18729 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,8 @@ master --Mayhem - Fix support of change in 4chan's HTML about hidden filename in case of spoiler. + +2.34.6 +- Mayhem + Fix error caused by change in 4chan's HTML about hidden filename in case of spoiler. 2.34.5 - Mayhem diff --git a/latest.js b/latest.js index d22f8e383..9f9b93342 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.34.5'},'*') \ No newline at end of file +postMessage({version:'2.34.6'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index f5b190c1d..504dd8b3b 100644 --- a/script.coffee +++ b/script.coffee @@ -4122,7 +4122,7 @@ Main = $.globalEval "(#{code})()".replace '_id_', bq.id namespace: '4chan_x.' - version: '2.34.5' + version: '2.34.6' callbacks: [] css: ' /* dialog styling */