* 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>