Update bh-pages - fixes#12453
Open
Un4gott3n wants to merge 21 commits into
Open
Conversation
converted to lowercase and removed space character
changed to latest commit
another change due to builder error
removed a debug message from main repo
* removed save button in favour of FocusChanged autosave * added a note to inform users how autosave works if no playernote is present * fixed save space data corruption that comes from playernames. Notes should display correctly now. * merged any duplicate notes using "---" as a splitter. * added name autocomlpete to search function
Small correction to names that are gained from BH chat messages, I wasn't sanitizing them before and this was breaking functionality.
* added tabs for a notes panel & target history panel (creds Grand Exchange) * added buttons for changelog, github, discord & donation (creds Quest Helper) * added history log - tiles with playername, last seen & view in notes (eye icon) (creds Tile Packs) * added right click support "BH Lookup" to show notes&skills of players * fixed an issue where newline or tab characters were being removed from note data * fixed issue where names would have dash "-" or underscore "_" characters removed.
Images were stored in the wrong location in my IDE project, this corrects the file paths for the plugin
Added sailing to hiscore display and removed a debug command, not used other than internal testing.
Fixed the scrolling issues on the history tab to work correctly, fixed issue where herblore boost isn't accounted for in Surge Pot checks & fixed issue where boss KC panel doesn't show on client restarts when enabled.
Fixed the scrolling issues on the history tab to work correctly, fixed issue where herblore boost isn't accounted for in Surge Pot checks & fixed issue where boss KC panel doesn't show on client restarts when enabled. Edit: Updated runelite-plugin.properties to include "build=standard"
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
Contributor
Author
|
I've made a small change to the runelite-plugin.properties to include "build=standard" as I've seen in replies to other pull requests. Let me know if anything else needs changing. Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed the scrolling issues on the history tab to work correctly, fixed issue where herblore boost isn't accounted for in Surge Pot checks & fixed issue where boss KC panel doesn't show on client restarts when enabled.
Just a few fixes before I work on the next version.
Thanks!