Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Mielke
c9272bfe31 add osrs-bank-sync (#12470)
* 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>
2026-06-24 13:56:01 -04:00