Skip to content

Commit

Permalink
Version 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebius-Strip committed Aug 24, 2018
1 parent 66ecd9c commit a370b9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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.1
// @version 8.2.2
// @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.1",
bbb_version: "8.2.2",
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 @@ -3416,6 +3416,7 @@ function bbbScript() { // Wrapper for injecting the script into the document.
case "8.0.2":
case "8.1":
case "8.2":
case "8.2.1":
break;
}

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
----------
* Version 8.2.2:
* Added "filetype" to the script metatags.
* Updated to support Danbooru's new orange metatags.
* Updated to support Danbooru's ugoira update.
* Updated to support Danbooru's autocomplete update.
* Updated to support Danbooru's normalized source update.
* Fixed the "post tag titles" option.
* Fixed the mark link for the "track new posts" listing when using endless pages.
* Version 8.2.1:
* Added "Shift + E" as a hotkey for loading more pages when endless pages pauses.
* Added "Control + Left Click" on the quick search icon as a shortcut for negating the current search.
Expand Down

0 comments on commit a370b9d

Please sign in to comment.