Skip to content

Releases: zonetecde/QuranCaption-2

Bug fix

15 Jan 21:34
Compare
Choose a tag to compare

Bug fix :
Fixed a bug that displayed a glow effect on subtitles that didn't have one.

Bug fixes

14 Jan 16:28
Compare
Choose a tag to compare

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 🎉

11 Jan 18:36
Compare
Choose a tag to compare

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 the Individual Subtitle Settings dropdown item or via the context menu.
  • Context Menu:
    Right-clicking a subtitle in the timeline on the Video 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:
    The Best 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:
    The Creator 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 the Subtitles Editor page.

  • New Project Storage Method:
    Previously, projects were stored using localStorage, which had a size limit of 5MB. Now, projects are saved as physical files in the localStorage 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

03 Jan 19:04
Compare
Choose a tag to compare

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

23 Dec 20:49
Compare
Choose a tag to compare

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

22 Dec 10:21
Compare
Choose a tag to compare

New feature :

  • Added option to add custom text, such as to warn of a recitation error
    Press t to add a clip with custom text in the subtitle editor.
  • Updated yt-dlp.exe

New Features and Minor Changes

12 Dec 20:20
Compare
Choose a tag to compare

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

01 Dec 14:06
Compare
Choose a tag to compare

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

01 Nov 10:42
Compare
Choose a tag to compare

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

05 Oct 20:59
Compare
Choose a tag to compare

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.