From 51fcd8167ee1d7ecef86d88b7e287549fefd1147 Mon Sep 17 00:00:00 2001 From: Travis Date: Thu, 24 Jul 2025 02:56:04 -0400 Subject: [PATCH] update bank-tab-names to v2.0 (#8497) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update bank-tab-names to 2.0 Complete rewrite: Add advanced bank tab customization system! - Added 6 built-in presets (Ironman, Main, PVP, Skiller, Efficient, Colorful) - Implemented live preview system with color and icon rendering - Added custom preset saving and loading functionality - Created interactive icon grid with 400+ ingame icons! - Built color palette with 32 preset colors - Added comprehensive UI panel with tabbed configuration - Implemented font selection and tab enabling/disabling - Added social links footer with GitHub support button - Complete UI overhaul from basic config to full-featured editor - Updated dependencies and replaced deprecated methods (ComponentID → InterfaceID) * Update bank-tab-names to 2.0 Complete rewrite: Add advanced bank tab customization system! - Added 6 built-in presets (Ironman, Main, PVP, Skiller, Efficient, Colorful) - Implemented live preview system with color and icon rendering - Added custom preset saving and loading functionality - Created interactive icon grid with 400+ ingame icons! - Built color palette with 32 preset colors - Added comprehensive UI panel with tabbed configuration - Implemented font selection and tab enabling/disabling - Added social links footer with GitHub support button - Complete UI overhaul from basic config to full-featured editor - Updated dependencies and replaced deprecated methods (ComponentID → InterfaceID) * Replace Desktop.browse() with LinkBrowser.browse() for URL opening - Use RuneLite's LinkBrowser utility instead of java.awt.Desktop - Remove unnecessary Desktop and URI imports - Simplify openURL method by removing manual error handling * Update bank-tab-names to 2.0 * Update bank-tab-names --- plugins/bank-tab-names | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bank-tab-names b/plugins/bank-tab-names index 8b9534307..0d34fd904 100644 --- a/plugins/bank-tab-names +++ b/plugins/bank-tab-names @@ -1,2 +1,2 @@ repository=https://github.com/Psyda/bank-tab-names.git -commit=f1ebf2fcb21860c0d827e7f6d4467f8ca01a0632 +commit=b83653b9a20f381954b73e56aa74887656954bf5