Skip to content

Commit

Permalink
Version 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebius-Strip committed Apr 16, 2016
1 parent 3337bd6 commit 3a69bb0
Show file tree
Hide file tree
Showing 2 changed files with 9 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. Including the viewing of hidden/censored images on non-upgraded accounts and more.
// @version 7.2.3
// @version 7.2.4
// @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 @@ -287,7 +287,7 @@ function bbbScript() { // This is needed to make this script work in Chrome.
swapped: false // Whether the post content has been changed between the original and sample versions.
},
options: { // Setting options and data.
bbb_version: "7.2.3",
bbb_version: "7.2.4",
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."),
arrow_nav: newOption("checkbox", false, "Arrow Navigation", "Allow the use of the left and right arrow keys to navigate pages. <tiphead>Note</tiphead>This 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.<tiphead>Tips</tiphead>By using Danbooru's hotkey for the letter \"Q\" to place focus on the search box, you can unhide the sidebar.<br><br>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"]}),
Expand Down Expand Up @@ -3134,6 +3134,7 @@ function bbbScript() { // This is needed to make this script work in Chrome.
case "7.2":
case "7.2.1":
case "7.2.2":
case "7.2.3":
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 7.2.4:
* Fixed the "direct downloads" option not excluding posts filtered out by the blacklist/quick search.
* Fixed the "post drag scrolling" option being broken by the translation mode notice link for turning translation mode off.
* Fixed the translation mode hotkey breaking while using the "disable embedded notes" option.
* Fixed the translation mode hotkey being available when it shouldn't be.
* Fixed various problems where middle and right click were causing unexpected and/or undesirable effects.
* Version 7.2.3:
* Fixed the retry link for retrieving hidden thumbnails.
* Version 7.2.2:
Expand Down

0 comments on commit 3a69bb0

Please sign in to comment.