From 175001ed75a534a919cb92577e5a862dd7b140ae Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 11 Dec 2011 04:11:57 +0100 Subject: [PATCH] Put @updateURL back for scriptish users. Release 2.23.2. --- 4chan_x.user.js | 9 +++++---- Cakefile | 5 +++-- changelog | 2 ++ latest.js | 2 +- script.coffee | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 7b1f2ae1b..c3df38d43 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.23.1 +// @version 2.23.2 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -8,6 +8,7 @@ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start +// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js // @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.png // ==/UserScript== @@ -15,7 +16,7 @@ * * Copyright (c) 2009-2011 James Campos * http://mayhemydg.github.com/4chan-x/ - * 4chan x 2.23.1 + * 4chan x 2.23.2 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -39,7 +40,7 @@ * * HACKING * - * 4chan x is written in CoffeeScript[1], and developed on github[2]. + * 4chan x is written in CoffeeScript[1], and developed on GitHub[2]. * * [1]: http://jashkenas.github.com/coffee-script/ * [2]: http://github.com/mayhemydg/4chan-x @@ -211,7 +212,7 @@ NAMESPACE = '4chan_x.'; - VERSION = '2.23.1'; + VERSION = '2.23.2'; SECOND = 1000; diff --git a/Cakefile b/Cakefile index dbf68be70..569b989f5 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.23.1' +VERSION = '2.23.2' HEADER = """ // ==UserScript== @@ -15,6 +15,7 @@ HEADER = """ // @include http://boards.4chan.org/* // @include http://sys.4chan.org/* // @run-at document-start +// @updateURL https://raw.github.com/mayhemydg/4chan-x/stable/4chan_x.user.js // @icon https://raw.github.com/mayhemydg/4chan-x/gh-pages/favicon.png // ==/UserScript== @@ -46,7 +47,7 @@ HEADER = """ * * HACKING * - * 4chan x is written in CoffeeScript[1], and developed on github[2]. + * 4chan x is written in CoffeeScript[1], and developed on GitHub[2]. * * [1]: http://jashkenas.github.com/coffee-script/ * [2]: http://github.com/mayhemydg/4chan-x diff --git a/changelog b/changelog index 964e8cd22..858cb5d24 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master + +2.23.2 - mayhem hide original posts from inlined backlinks - optional enable autoposting when submitting a captcha while on cooldown diff --git a/latest.js b/latest.js index 76fdf91b5..32344632d 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.23.1'},'*'); +postMessage({version:'2.23.2'},'*'); diff --git a/script.coffee b/script.coffee index 34846bf18..fca7c1ad8 100644 --- a/script.coffee +++ b/script.coffee @@ -126,7 +126,7 @@ conf = {} ) null, config NAMESPACE = '4chan_x.' -VERSION = '2.23.1' +VERSION = '2.23.2' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE