mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
* Added quest-voiceover plugin. * changed to include most recent commit. * added recent plugin fixes. * Added SQLite functionality to fuzzy search quest dialog and bring voiceover coverage to nearly 100%. * set size limit * - Changed py cli to now correctly generate a sqlite db file. - Added pronunciation file. - Changed `build.gradle` to now pull `xerial/sqlite-jdbc` as normal dependency * - Added verification-metadata.xml file. - Changed JBDC import from `testImplementation` to `implementation`. * Fixed build dependency verification error. * troubleshooting JDBC verification error. * updated dependency verification metadata and build.gradle. * Added a try-with-resource statements for both the PreparedStatement and the ResultSet ensuring they will be closed once we finish with them. --------- Co-authored-by: Abex <mii7303@gmail.com>