From d1df2dcd7426bb9deb5dd37b5dfc95ec64bc27cd Mon Sep 17 00:00:00 2001 From: Moebius-Strip Date: Mon, 18 Jan 2016 22:36:47 -0500 Subject: [PATCH] Version 7.2.1 --- better-better-booru.user.js | 5 +++-- changelog.md | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/better-better-booru.user.js b/better-better-booru.user.js index 1073dbc..d01a408 100644 --- a/better-better-booru.user.js +++ b/better-better-booru.user.js @@ -3,7 +3,7 @@ // @namespace https://greasyfork.org/scripts/3575-better-better-booru // @author otani, modified by Jawertae, A Pseudonymous Coder & Moebius Strip. // @description Several changes to make Danbooru much better. Including the viewing of hidden/censored images on non-upgraded accounts and more. -// @version 7.2 +// @version 7.2.1 // @updateURL https://greasyfork.org/scripts/3575-better-better-booru/code/better_better_booru.meta.js // @downloadURL https://greasyfork.org/scripts/3575-better-better-booru/code/better_better_booru.user.js // @match *://*.donmai.us/* @@ -277,7 +277,7 @@ function bbbScript() { // This is needed to make this script work in Chrome. translation_mode: false }, options: { // Setting options and data. - bbb_version: "7.2", + bbb_version: "7.2.1", alternate_image_swap: newOption("checkbox", false, "Alternate Image Swap", "Switch between the sample and original image by clicking the image. NoteNotes can be toggled by using the link in the sidebar options section."), arrow_nav: newOption("checkbox", false, "Arrow Navigation", "Allow the use of the left and right arrow keys to navigate pages. NoteThis option has no effect on individual posts."), autohide_sidebar: newOption("dropdown", "none", "Auto-hide Sidebar", "Hide the sidebar for posts, favorites listings, and/or searches until the mouse comes close to the left side of the window or the sidebar gains focus.TipsBy using Danbooru's hotkey for the letter \"Q\" to place focus on the search box, you can unhide the sidebar.

Use the thumbnail count option to get the most out of this feature on search listings.", {txtOptions:["Disabled:none", "Favorites:favorites", "Posts:post", "Searches:search", "Favorites & Posts:favorites post", "Favorites & Searches:favorites search", "Posts & Searches:post search", "All:favorites post search"]}), @@ -3046,6 +3046,7 @@ function bbbScript() { // This is needed to make this script work in Chrome. bbb.user.thumb_cache_limit = 10000; case "7.1": + case "7.2": break; } diff --git a/changelog.md b/changelog.md index 077645b..443b89e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ Changelog ---------- +* Version 7.2.1: + * Updated to support Danbooru's blacklist style changes. * Version 7.2: * Added a "session toggle" blacklist option for controlling whether individual blacklist entries remain toggled off across pages. * Updated the "post display" blacklist option with a "disabled" setting to allow the use of Danbooru's default blacklist style and changed "removed" to a standalone setting.