Releases: RayVentura/ShortGPT
Releases · RayVentura/ShortGPT
v0.1.3
CHANGES
Version 0.1.3
- Requiring a youtube url as the subscribe animation url in the EditingStep.ADD_SUBSCRIBE_ANIMATION step.
- Adding a default subscribe animation youtube link by default shipped in the AssetDatabase
- Making path imports relative for gpt prompts and editing blocks and flows.
Version 0.1.2
- Improving logs in content engines
Version 0.1.1
- Adding AssetType in AssetDatabase
- Adding ApiProvider in api_db
- Fixing pip libary missing editing_framework module, prompt_template module
Version 0.1.0
- Fixing the AssetDatabase when it's empty
Version 0.0.2
- Implemented the content_translation_engine; a multilingual video dubbing content engine. The source can be found at shortGPT/engine/content_translation_engine.py.
- Implemented the new EdgeTTS voice module; it can be found at shortgpt/audio/edge_voice_module.
- Added documentation which can be found under docs/.
v0.0.2
What's Changed
CHANGES
Version 0.0.2
- Implemented the content_translation_engine; a multilingual video dubbing content engine. The source can be found at shortGPT/engine/content_translation_engine.py.
- Implemented the new EdgeTTS voice module; it can be found at shortgpt/audio/edge_voice_module.
- Added documentation which can be found under docs/.
===
- Add .github/ folder by @Erim32 in #46
- Code refactoring and improvements, part 1 by @Erim32 in #52
- fixing short generation format issue by @vembarrajan in #57
- Update README.md by @RayVentura in #76
New Contributors
- @Erim32 made their first contribution in #46
- @vembarrajan made their first contribution in #57
- @LogicalCode22 made their first contribution in #66
- @RayVentura made their first contribution in #76
Full Changelog: v0.0.15-alpha...v0.0.2
v0.0.15-alpha
-
Addition of
contentTranslationEngine
: This new feature accepts a link or a video file path, along with a target language, and outputs a dubbed version of the content. This advancement significantly enhances our content accessibility and international reach. -
Implementation of contentTranslationUI in Gradio UI: This update aims to improve the user experience by making the process of content translation more seamless and intuitive.
-
Improvement of translation prompts: We have refined our translation prompts to be more efficient and effective, further improving the overall functionality of our platform.
What's Changed
- fix typo in video_automation_ui.py by @eltociear in #10
New Contributors
- @eltociear made their first contribution in #10
Full Changelog: v0.0.1-alpha...v0.0.15-alpha
v0.0.1
v0.0.1-alpha Update README.md