Fixed No Qt platform plugin could be initialized error

This commit is contained in:
Deniz Şafak
2025-09-14 21:48:08 +03:00
parent 023884d6d8
commit 6834d223c9
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.1.8 (pre-release)
- Fixed `No Qt platform plugin could be initialized` error, mentioned in #59 by @sunrainxyz
# 1.1.7
- Added MPS GPU acceleration support for Silicon Mac, mentioned in https://github.com/denizsafak/abogen/issues/32#issuecomment-3155902040 by @jefro108. **Please read the [Mac](https://github.com/denizsafak/abogen?tab=readme-ov-file#mac) section in the documentation again, as it requires additional configuration.**
- Added word-by-word karaoke highlighting feature by @robmckinnon in PR #65