Update readme

This commit is contained in:
Deniz Şafak
2025-10-07 23:52:58 +03:00
parent eacbe05934
commit 14ed98c316
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# 1.2.0 # 1.2.0
- Fixed `cannot access local variable 'is_narrow'` error when subtitle format `SRT` was selected, mentioned by @Kinasa0096 in #88. - Fixed `cannot access local variable 'is_narrow'` error when subtitle format `SRT` was selected, mentioned by @Kinasa0096 in #88.
- Improvements in code and documentation.
# 1.1.9 # 1.1.9
- Fixed the issue where spaces were deleted before punctuation marks while generating subtitles. - Fixed the issue where spaces were deleted before punctuation marks while generating subtitles.
+16
View File
@@ -392,6 +392,22 @@ This will start Abogen in command-line mode and display detailed error messages.
</details> </details>
<details><summary><b>
<a name="use-uv-instead-of-pip">How to uninstall Abogen?</a>
</b></summary>
> - From the settings menu, go to `Open configuration directory` and delete the directory.
> - From the settings menu, go to `Open cache directory` and delete the directory.
> - If you installed abogen using pip, type:
>```bash
>pip uninstall abogen # uninstalls abogen
>pip cache purge # removes pip cache
>```
> - If you installed using the windows installer (WINDOWS_INSTALL.bat), just remove the folder that contains Abogen. It installs everything inside `python_embedded` folder.
> - If you installed espeak-ng, you need to remove it separately.
</details>
## `Contributing` ## `Contributing`
I welcome contributions! If you have ideas for new features, improvements, or bug fixes, please fork the repository and submit a pull request. I welcome contributions! If you have ideas for new features, improvements, or bug fixes, please fork the repository and submit a pull request.
### For developers and contributors ### For developers and contributors