* feat: add OSRS Bank Sync
Adds a manifest entry for kyleamielke/osrs-bank-sync v0.1.0 — a plugin that
captures the bank contents on close and POSTs them as JSON to a user-configurable
URL. See https://github.com/kyleamielke/osrs-bank-sync for full design + threading
notes + security posture.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build.gradle fix
Drops the io.freefair.lombok Gradle plugin which wasn't in
Plugin Hub's gradle/verification-metadata.xml. Lombok itself
is still wired via the explicit compileOnly + annotationProcessor
declarations that were already there.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after deprecated-API migration
Migrates plugin code from terminally-deprecated widgets.WidgetInfo and widgets.InterfaceID to gameval.InterfaceID, unblocking Plugin Hub CI's deprecated-API check.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update osrs-bank-sync pin after build=standard fix
Adds the missing build= property required by Plugin Hub's packager.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: kyleamielke <3060686+kyleamielke@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>