From 01394ee18ee0dbfc23083348df7fae486f145b7d Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 24 Jun 2026 02:37:05 +0000 Subject: [PATCH] update data-logger to v1.2.0 (#12282) * Update data-logger to 1.2.0 Updated data-logger to 1.2.0 - Reorganized directories used - Added supply tracker - Additional values tracked during Colosseum trials - Added discord webhook - Added various dataviewers / utility panels in the sidepanel - Restructured and expanded ItemLogger - See CHANGELOG for a more detailed list * Removed new Gson Removed new Gson * Removed system i/o call Removed system i/o call * Minor fixes+changes Fixed an issue with the scrollbar in the items viewer panel Ensured the combobox in the UtilitiesModePanel is disabled on startup Updated icons Set sidebar ordering priority to 10 * Resized icon Resized icon to 48x48 --- plugins/data-logger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/data-logger b/plugins/data-logger index cf497bb07..17d9b9de7 100644 --- a/plugins/data-logger +++ b/plugins/data-logger @@ -1,3 +1,3 @@ repository=https://github.com/Maximuis94/runelite-plugins.git -commit=841e3d168a210b89e7af8fc2740311f9d872818d +commit=844f7f3d2c04e3728e7f12c52605b02c9d0b2cfb authors=maximuis94