mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
Update readme
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user