From 6a9097757b12cf45acf4afd3c17fb6db63993b87 Mon Sep 17 00:00:00 2001 From: Qais Date: Mon, 3 Jul 2023 03:38:18 +0300 Subject: [PATCH 1/4] Updated info. --- README.md | 7 ++++--- info.json | 13 +++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2aa2340..2bfa70f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Developed by Mahmoud Atef, Ahmed Bakr, and Qais Alrefai from the TecWindow team. ## Download: -[download Sound Transcriber version 1.0.0.](https://github.com/tecwindow/SoundTranscriber/releases/download/V1.0.0/SoundTranscriberV1.0.0.exe) +[download Sound Transcriber version 1.1.0.](https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe) ## Sound Transcriber User Guide. @@ -53,7 +53,7 @@ Please take note of the following important information: Sound Transcriber supports the following file extensions for conversion: -.mp3, .wav, .aac, .flac, .oga, .opus, .mp4, .avi, .mkv, .mov. +.mp3, .wav, .aac, .flac, .oga, .opus, .mp4, .avi, .mkv, .mov, .m4a, .ogg, .ram, .rm, .wma, .wmv, .3gp, .flv. ## Obtaining API Keys: @@ -200,6 +200,7 @@ Sound Transcriber provides several keyboard shortcuts to enhance speed and ease - Ctrl+2: Switch to the Wit.ai service. - Ctrl+3: Switch to Whisper. - Ctrl+Enter: Start the conversion process. +- P: Display the current percentage of conversion progress. - Ctrl+S: Open the save options. - Ctrl+Shift+S: Save the result as .srt. - Ctrl+Shift+T: Save the result as .txt. @@ -222,4 +223,4 @@ AppData\Roaming\tecwindow\SoundTranscriber ## special thanks: -Many thanks to Riad Assoum for translating the user guide into English and proofreading the program's English and Arabic strings. +Many thanks to Riad Assoum for translating the user guide into English and proofreading the program's English and Arabic strings. \ No newline at end of file diff --git a/info.json b/info.json index 609c4b5..7ff65cd 100644 --- a/info.json +++ b/info.json @@ -1,11 +1,12 @@ { - "latest_version": "1.0.0", + "latest_version": "1.1.0", "release_notes": { - "Arabic": "الإصدار الأول", - "English": "the first version" + "Arabic": "يأتي هذا الإصدار بالعديد من إصلاحات الأخطاء, وبعض الميزات الجديدة.\nتم دعم العديد من صيغ ملفات الصوت والفيديو.\nسيتم حفظ ملفات Word بصيغة .docx.\nسيظهر Sound Transcriber تحذير عند إغلاقه أثناء تحويل ملف.\nفي حال تعطيل الحفظ التلقائي وعدم حفظ النص المستخرج في أي ملف, سيسألك Sound Transcriber عما ينبغي فعله عند إغلاقه. في حال اخترت حفظ, سيتم حفظ الملف وفقا للخيارات المحددة في قسم الحفظ التلقائي في الإعدادات.\nسيتذكر Sound Transcriber اللغة المحددة لتحويل الملفات لكل خدمة.\nسيتم الآن عرض النص المستخرج أثناء استخراجه, أي أن إذا توقفت عملية تحويل النص لأي سبب, لن تفقد النص الذي تم ااستخراجه, ستتم إضافة النص الجديد أثناء تقدم العملية, وسيكتمل بعد انتهائها.\nأصبح بإمكانك معرفة نسبة تقدم الاستخراج عن طريق ضغط حرف P.\nتم إصلاح خطأ كان يجعل زر تحديد مسار الحفظ التلقائي لا يعمل.\nتم إصلاح خطأ كان يمنع تعديل المفاتيح لأي لغة غير اللغة الأولى في قائمة لغات wit.ai.\nتم إصلاح خطأ كان يمنع تحويل الملفات بأي لغة باستثناء اللغة الأولى مع wit ai.\nتم إصلاح خطأ كان يمنع استعادة الإعدادات إلى الإعدادات الافتراضية.\nتم تعديل حجم محاورة الإعدادات لتظهر العناصر بالشكل الصحيح.\nتم إجراء بعض التحسينات على الترجمة العربية.\nتم إصلاح بعض الأخطاء الصغيرة هنا وهناك.", + "English": "This version includes several bug fixes and some new features.\nSupport for various audio and video file formats has been added.\nWord files are now saved as .docx instead of .doc.\nSound Transcriber will display a warning when closed during file conversion.\nIf auto saving is disabled and the extracted text is not saved in any file, Sound Transcriber will prompt you for what to do upon closing. If you choose to save, the file will be saved according to the options specified in the Save Options section in the settings.\nSound Transcriber now remembers the selected language for file conversion for each service.\nThe extracted text is now displayed during the extraction process. In other words, if the extraction process stops for any reason, you will not lose the extracted text. The new text will be added as the process continues.\nYou can now check the progress of the extraction by pressing P.\nFixed a bug that prevented the auto save path Browse button from working.\nFixed a bug that prevented changing API keys for languages other than the primary language in the wit.ai language list.\nFixed a bug that prevented from converting files with a language other than the primary language using Wit.ai.\nFixed a bug that prevented restoring default settings.\nAdjusted the layout of the settings dialog to display items correctly.\nMade some improvements to the Arabic translation.\nFixed some minor bugs here and there." }, - "download_url": "https://github.com/tecwindow/WikiSearch/releases/download/V1.4.0/WikiSearchV1.4.0.exe", + "download_url": "https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe", "supported_versions": { - "1.0.0": true + "1.0.0": true, + "1.1.0": true } -} +} \ No newline at end of file From 33ddfcdd8071e5063abd79de8dc38c23a5423850 Mon Sep 17 00:00:00 2001 From: Qais Date: Mon, 3 Jul 2023 03:49:18 +0300 Subject: [PATCH 2/4] updated info. --- info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.json b/info.json index 7ff65cd..bc7562d 100644 --- a/info.json +++ b/info.json @@ -6,7 +6,7 @@ }, "download_url": "https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe", "supported_versions": { - "1.0.0": true, + "1.0.0": false, "1.1.0": true } } \ No newline at end of file From acb6dbeb9fd6b63d3c0308d9ff728bb7a919d153 Mon Sep 17 00:00:00 2001 From: Qais Date: Mon, 3 Jul 2023 09:08:46 +0300 Subject: [PATCH 3/4] updated info --- info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.json b/info.json index bc7562d..7ff65cd 100644 --- a/info.json +++ b/info.json @@ -6,7 +6,7 @@ }, "download_url": "https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe", "supported_versions": { - "1.0.0": false, + "1.0.0": true, "1.1.0": true } } \ No newline at end of file From 606b136d6918705cfc4655cfa1a4fb5677d5a077 Mon Sep 17 00:00:00 2001 From: Qais Date: Mon, 3 Jul 2023 19:36:06 +0300 Subject: [PATCH 4/4] Added new version. --- info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info.json b/info.json index 7ff65cd..908a97d 100644 --- a/info.json +++ b/info.json @@ -7,6 +7,7 @@ "download_url": "https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe", "supported_versions": { "1.0.0": true, - "1.1.0": true + "1.1.0": true, + "1.1.1": true } } \ No newline at end of file