From 426ce157a5657dfdcb035b38d8c387fc4371f65f Mon Sep 17 00:00:00 2001 From: Zoinkwiz Date: Wed, 23 Oct 2024 09:45:19 +0100 Subject: [PATCH] update clue-details to v2.0.0 (#6818) * Update clue-details to 2.0.0 Adds beginner and master clue tracking - This tracks them once read in your inventory, on the floor, and in the bank. Edge-cases such as dying with a clue will likely result in the tracking failing. Add new Varlamore clues Changes the sidebar to render more efficiently - more clues meant more processing in the sidebar, meant a bit of chugging sometimes. This should be noticably improved. Adds a reset button for customised tags * removed gson instantiations from clue-details * fix: remove deptricated widget usage in clue-details --- plugins/clue-details | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clue-details b/plugins/clue-details index d52061c04..430818faa 100644 --- a/plugins/clue-details +++ b/plugins/clue-details @@ -1,2 +1,2 @@ repository=https://github.com/Zoinkwiz/clue-details.git -commit=349fab994b96e4a1ce5bffc0c23c69555278ea59 \ No newline at end of file +commit=f96b6817725c1e35aad89f472bfd24ad0bdf0afe \ No newline at end of file