Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Edry
03ce2cb611 update quest-voiceover to v1.11.0 (#10253) 2026-01-19 13:48:04 -05:00
Kevin Edry
48999be021 update quest-voiceover to v1.10.0 (#10044) 2026-01-12 17:52:25 -05:00
Kevin Edry
0b677274c6 update quest-voiceover to v1.5.0 (#9958) 2025-12-26 14:51:02 -05:00
Kevin Edry
d68f818a89 update quest-voiceover to v1.4.0 (#9921) 2025-12-23 21:33:42 -05:00
Kevin Edry
a6218c0f44 update quest-voiceover to v1.2.0 (#9910) 2025-12-20 21:43:24 -05:00
Kevin Edry
debaaf50e3 update quest-voiceover to v1.0 (#6319)
* - Fixed JDBC issue not importing correctly.
- Decoupled database changes from plugin PRs.

* - Added Spirits of the Elid quest voice overs support.
- Added The Restless Ghost quest voice overs- Added The Restless Ghost quest voice overs.
- Added Rune Mysteries quest voice overs support.
2024-08-09 21:11:58 -04:00
Kevin Edry
b39d5f52e7 add quest-voiceover
* 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>
2024-07-15 23:39:49 -04:00