Skip to content

Commit

Permalink
Version 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebius-Strip committed Oct 12, 2018
1 parent 0b285b2 commit ca83a13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Features
* Additional bars - Add a blacklist bar to thumbnail sections without it so that blacklist entries can be toggled as needed.
* Video playback - When viewing a blacklisted video post, control whether it pauses and plays based on its hidden status.
* Ignore favorites - Exclude your favorited posts from being hidden.
* Added support for wildcards (*), the "or/any" operator (~), nesting/grouping, and additional metatags.
* Added support for wildcards (*), nesting/grouping, and additional metatags.
* Multiple options and features for altering post viewing:
* Alternate image swap - Swap between the sample and original image by clicking the image.
* Resize image mode - Set the initial automatic resizing of an image to be by width, height, or both.
Expand Down
5 changes: 3 additions & 2 deletions better-better-booru.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
// @version 8.2.2
// @version 8.2.3
// @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/*
Expand Down Expand Up @@ -358,7 +358,7 @@ function bbbScript() { // Wrapper for injecting the script into the document.
swapped: false // Whether the post content has been changed between the original and sample versions.
},
options: { // Setting options and data.
bbb_version: "8.2.2",
bbb_version: "8.2.3",
add_popular_link: newOption("checkbox", false, "Add Popular Link", "Add a link to the popular listing to the \"posts\" submenu"),
add_random_post_link: newOption("checkbox", false, "Add Random Link", "Add a link to a random post to the post sidebar options menu."),
alternate_image_swap: newOption("checkbox", false, "Alternate Image Swap", "Switch between the sample and original image by clicking the image. <tiphead>Note</tiphead>Notes can be toggled by using the link in the sidebar options section."),
Expand Down Expand Up @@ -3415,6 +3415,7 @@ function bbbScript() { // Wrapper for injecting the script into the document.
case "8.1":
case "8.2":
case "8.2.1":
case "8.2.2":
break;
}

Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
----------
* Version 8.2.3:
* Updated the post resizing to make it leave less empty vertical space.
* Updated to support Danbooru's normalized source update.
* Fixed endless pages for pools and favorite groups.
* Fixed the "add popular link" option.
* Fixed the blacklist link color.
* Version 8.2.2:
* Added "filetype" to the script metatags.
* Updated to support Danbooru's new orange metatags.
Expand Down

0 comments on commit ca83a13

Please sign in to comment.