From b090ad73474e905e76cb9ce4af97ffa7358f12a3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 1 Mar 2012 18:29:26 +0100 Subject: [PATCH] Release 2.28.0. --- 4chan_x.user.js | 6 +++--- Cakefile | 2 +- changelog | 4 +++- latest.js | 2 +- script.coffee | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index ed337dab3..89e89222c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.27.1 +// @version 2.28.0 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -20,7 +20,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.27.1 + * 4chan X 2.28.0 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -209,7 +209,7 @@ NAMESPACE = '4chan_x.'; - VERSION = '2.27.1'; + VERSION = '2.28.0'; SECOND = 1000; diff --git a/Cakefile b/Cakefile index cfbec6a85..aa2716dd6 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.27.1' +VERSION = '2.28.0' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 9cf7de130..efe730803 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master + +2.28.0 - ahodesuka Reply/Thread File Info Formatting: - Link: %l, %L (Original file names are shown inside threads). @@ -6,7 +8,7 @@ master - Resolution/PDF: %r - Original filename: %n, %N. - noface - Update imagelimit for mlp. + Update imagelimit for /mlp/. Fix stubs if poster has unique ID. - Mayhem You can now filter or highlight admin/mod posts. diff --git a/latest.js b/latest.js index 22d1d4f89..337aa53b1 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.27.1'},'*'); +postMessage({version:'2.28.0'},'*'); diff --git a/script.coffee b/script.coffee index a3d0a2d6f..f1ed0859e 100644 --- a/script.coffee +++ b/script.coffee @@ -161,7 +161,7 @@ conf = {} ) null, config NAMESPACE = '4chan_x.' -VERSION = '2.27.1' +VERSION = '2.28.0' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE