Releases: zonetecde/QuranCaption-2
Bug fix
Bug fixes
Bug fixes :
Fixed a bug that caused the software to freeze when editing the individual style of a subtitle in certain cases.
Changed the way individual subtitles are managed.
Note :
The problem of glow stopping abruptly when switching from a subtitle with effect to a subtitle without effect persists. If anyone has any ideas on how to counter this, please let me know.
Major Update! V2.9 🎉
Major Update! V2.9 🎉
🚀 New Features:
-
Edit Validated Subtitles:
You can now edit a validated subtitle directly by clicking on it in the timeline on the subtitle editing page or by clicking the "Edit Subtitle" button. -
Custom Styling for Subtitles:
Each subtitle can now have individual customization options, including:- A glowing effect with adjustable intensity and color.
- Bold, italic, or underlined text styling.
These options are available through theIndividual Subtitle Settings
dropdown item or via the context menu.
-
Context Menu:
Right-clicking a subtitle in the timeline on theVideo Editor
page now opens a context menu with useful options. -
Precise Cursor Placement:
Clicking a subtitle on the timeline places the cursor as close as possible to the beginning of that subtitle. -
Subtitle Audio Playback:
Play a subtitle's audio by clicking the play button next to it. -
Improved Performance Shortcut:
TheBest Performance
mode is now activated with F1 (previously F6). -
Direct Navigation via Time Stamps:
Clicking on displayed time durations in the pages navigates you directly to the selected time. -
Multiline Creator Text:
TheCreator Text
field now supports multiline text. -
New Shortcuts for Easier Subtitle Editing:
E
: Edit the last added subtitle.R
: Set the index of the first selected word to match the last one.M
: Change the end of the last added subtitle to the current cursor position.
-
Subtitle Progress Indicator:
A percentage indicator now shows how much of the video has been subtitled, visible in theSubtitles Editor
page. -
New Project Storage Method:
Previously, projects were stored usinglocalStorage
, which had a size limit of 5MB. Now, projects are saved as physical files in thelocalStorage
folder. This removes size restrictions, allowing you to manage an unlimited number of projects.
🐞 Bug Fixes:
-
Smooth Timeline Scrolling:
The timeline now scrolls automatically to follow the cursor, regardless of zoom level, when the video is playing. -
Improved Handling of Long Recitations:
Fewer bugs on long recitations by limiting the number of divs generated for the timeline.
Developing this software takes a lot of time and effort. If you enjoy using it, consider making a donation to support my work! ❤️
Bug fix and new feature
Bug fix :
- Corrected a bug where transliteration was not displayed correctly
New feature :
- Ability to change video speed while editing subtitles
Bug fix and new features
Added telemetry and different colors for subtitles in the timeline.
If you have version 2.6, this update is mandatory. There are some bugs in version 2.6. Sorry for the inconvenience.
New feature and bug fix
New feature :
- Added option to add custom text, such as to warn of a recitation error
Presst
to add a clip with custom text in the subtitle editor. - Updated
yt-dlp.exe
New Features and Minor Changes
New Feature:
- Added a button in the
Subtitles Editor
to show the transliteration below each Arabic word of a verse.
Minor Changes:
- Added the online documentation link in various places.
- Updated the OBS recording instructions.
- Added tooltips to the four buttons in the main header.
Correction following api change to retrieve word-for-word translation of a verse
The API used to retrieve the word-for-word translation of the verses has been modified, changing the word separator to two horizontal bars.
I've modified the code accordingly to solve the problem of incorrect translations.
Export option added for Youtube chapters
Added an export option for youtube chapters on the export page.
The generated file looks like this :
00:00:00 - An-Naba
00:04:19 - An-Nazi'at
00:07:52 - 'Abasa
00:10:56 - At-Takwir
00:12:55 - Al-Infitar
00:14:32 - Al-Mutaffifin
00:18:45 - Al-Inshiqaq
00:21:20 - Al-Buruj
00:23:37 - At-Tariq
Bug fix
Bug Fix: Unable to Save After Your Projects Reach a Certain Storage Size
I have completely changed the way projects are stored to offer unlimited storage capacity. Previously, projects were limited to a total of 10 megabytes due to localstorage
constraints.