Add Rune Vault plugin#11424
Conversation
|
Your repo needs to be public |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
Plugin-side rotation from legacy anon JWT to sb_publishable_*. No behavioral change; smaller key, RLS continues to enforce access. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Drops a build.gradle config (failOnNoDiscoveredTests) that was unsupported on this CI's Gradle 8.10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds build=standard to runelite-plugin.properties so plugin-hub's packager knows to use its bundled core deps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
|
Thanks for the review @riktenx , both addressed.
Fix: [370ad41] [https://github.com/EhhForge/RuneVault-on-RuneLite/commit/370ad41] Plugin-hub commit= bumped to 28b954a465a75c617452ffcc90bb4a6f6bb50ae9. |
|
You should not be adding an icon in this repository. An See step 10 on https://github.com/runelite/plugin-hub/blob/master/README.md#creating-new-plugins |
|
Thanks @ldavid432 , this has been addressed. |
Fixes a 6-week-old silent regression where every plugin upsert returned PostgREST 42P10 (on_conflict columns stopped matching after a 4-col constraint replaced the old 5-col one). Bank scans and cash updates hadn't been persisting to the DB.
Rune Vault is a portfolio tracker for OSRS. The plugin syncs bank contents, GE trades, and item pickups/drops to the Rune Vault app in real time. Auth is via a 6-character link code generated in the app. All data is sent over HTTPS to our own Supabase backend.
Note: the app is currently in pre-launch and not yet on the App Store or Google Play. Happy to provide early access to the team for testing.