From a4bd81de54850f90e91a906268996c42d7a81632 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 3 Apr 2014 01:47:47 +0200 Subject: [PATCH] Release 4chan X v3.19.5. --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fff3bc1..898c937b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 3.19.5 - *2014-04-03* + - Fix captcha submission:
Captchas were reloaded the instant a post was submitted to 4chan. Unfortunately, a recent change to reCAPTCHA made it so reloading captchas invalidates the ones that loaded but not yet used. This is now fixed by only unloading the captcha, and only load new ones after the post is submitted.
This also kills captcha caching, so the feature was removed. diff --git a/package.json b/package.json index a5714ff52..e74731b7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "3.19.4", + "version": "3.19.5", "description": "Cross-browser extension for productive lurking on 4chan.", "meta": { "name": "4chan X",