Commit Graph
646 Commits
Author SHA1 Message Date
Deniz Şafak bbabc9feed Update README 2025-05-23 06:46:39 +03:00
Deniz Şafak 507aedeae1 v1.0.8 v1.0.8 2025-05-22 06:26:37 +03:00
Deniz Şafak c5faab4bd7 Add clearing preview cache option 2025-05-22 06:10:58 +03:00
Deniz Şafak 3278447d6a Added a download tracker that displays informative messages 2025-05-22 06:03:56 +03:00
Deniz Şafak a0e59564af Ignore metadata and leding/trailing spaces when counting text length 2025-05-22 02:54:29 +03:00
Deniz Şafak 6e96fb6405 Fix previewed voice states when cancel 2025-05-22 02:42:45 +03:00
Deniz Şafak f1cb92900c Updated profile and voice mixer icons, better visibility and aesthetics in voice mixer 2025-05-22 02:26:17 +03:00
Deniz Şafak 065eaa4745 Added voice preview caching system 2025-05-22 00:26:27 +03:00
Deniz Şafak 082bb08e48 Removed abogen_ prefix that was adding to converted books 2025-05-21 20:54:34 +03:00
Deniz Şafak f286c4c6dc Added new option: Separate chapters audio format 2025-05-21 20:03:36 +03:00
Deniz Şafak 669ef26667 Added extra metadata support for chaptered M4B files 2025-05-21 18:42:41 +03:00
Deniz Şafak fd10aab6f3 Fixed voice preview player keeps open at the background 2025-05-21 04:54:13 +03:00
Deniz Şafak 0d7e746516 Update CHANGELOG 2025-05-20 04:30:59 +03:00
Deniz Şafak 2cb2f3dfb1 Fix NVML Shared library error 2025-05-20 04:23:22 +03:00
Deniz Şafak 578da66f34 Update GPU check logic 2025-05-20 04:11:17 +03:00
Deniz Şafak 814c171a90 Update GPU detection logic 2025-05-20 03:32:29 +03:00
Deniz Şafak b3b420beec Do not install CUDA in Windows if GPU is AMD 2025-05-20 02:48:02 +03:00
Deniz Şafak 93be50eda1 Add support for AMD in Linux 2025-05-20 02:46:43 +03:00
Deniz Şafak 9c44001601 Fix app icon issue in Linux 2025-05-15 21:22:18 +03:00
Deniz Şafak e03336836b Better sleep state handling for Linux 2025-05-15 21:15:47 +03:00
Deniz Şafak b75277a3cb Improved input box background color handling 2025-05-15 21:13:00 +03:00
Deniz ŞafakandGitHub f611512747 Update CHANGELOG.md v1.0.7 2025-05-10 01:25:48 +03:00
Deniz Şafak accb3efc54 v1.0.7 2025-05-10 01:24:22 +03:00
Deniz Şafak f415c0d4d3 Fix ffmpeg error in Linux 2025-05-10 01:12:37 +03:00
Deniz Şafak 7fff2f154c Fix [Errno 32] in Linux 2025-05-10 00:44:26 +03:00
Deniz Şafak 85481ad119 Update changelog and shortcut text 2025-05-10 00:28:15 +03:00
Deniz Şafak 143c9d9b30 Offer installation for linux 2025-05-10 00:21:57 +03:00
Deniz Şafak 5cfb8b4be7 Update readme, fix desktop shortcut in linux 2025-05-10 00:08:38 +03:00
Deniz Şafak 1b5b8e0e31 Add icon.png 2025-05-09 20:40:54 +03:00
Deniz Şafak 11caeedef5 Added Add desktop shortcut option to Linux version 2025-05-09 20:39:28 +03:00
Deniz Şafak 9c997c9616 Added Save in a project folder with metadata option, added Go to folder button 2025-05-09 19:34:32 +03:00
Deniz Şafak ac8907041a Improved PDF handling 2025-05-09 17:36:49 +03:00
Deniz Şafak 22086793ae Improved process handling for subpprocess calls 2025-05-09 10:58:05 +03:00
Deniz Şafak 101012d9aa Prevent cancellation if process is at 99% 2025-05-09 01:50:09 +03:00
Deniz Şafak cab0a7631f Improve chaptered audio generation by outputting directly as m4b instead of converting from wav 2025-05-09 01:29:14 +03:00
Deniz Şafak 375a185aef Added .opus support as output format for generated audio files. 2025-05-08 20:43:44 +03:00
Deniz Şafak a691b9af58 Added "Playing..." indicator for "Preview" button in the voice mixer 2025-05-08 16:38:24 +03:00
Deniz Şafak 311cdaeae1 Ignore chapter markers and single newlines when calculating text length 2025-05-08 16:29:43 +03:00
Deniz Şafak 4d0aabc13e Update changelog 2025-05-08 15:51:04 +03:00
Deniz Şafak b644da8556 Fix "No module named 'progress'" in Windows 10 2025-05-05 11:41:09 +03:00
Deniz Şafak fa6e3fce1a Fix "No module named 'progress'" in Windows 10 2025-05-05 11:26:01 +03:00
Deniz Şafak 8f8ad3ec26 v1.0.6 v1.0.6 2025-05-04 15:23:25 +03:00
Deniz Şafak 67b35d1dfb Add preview button to voice mixer 2025-05-04 15:10:08 +03:00
Deniz Şafak 15f1eb7f1e Add chapter marker button, fix f-string, fix contnet before chapter not including 2025-05-04 13:53:03 +03:00
Deniz Şafak 146fcb3c1f Restyle using black, improve m4b process handling 2025-05-04 11:39:54 +03:00
Deniz Şafak 412fb3bc7e Update readme v1.0.5 2025-05-04 11:10:07 +03:00
Deniz ŞafakandGitHub d9b6081a06 Merge pull request #13 from denizsafak/beta
- Added new output format: `m4b`, enabling chapter metadata in audiobooks. Special thanks to @jborza for implementing this feature in PR #10.
- Better approach for determining the correct configuration folder for Linux and MacOS, using platformdirs. (Fixes Docker issue #12)
- Improvements in documentation and code.
2025-05-04 11:00:44 +03:00
Deniz ŞafakandGitHub 674fc14813 Merge branch 'main' into beta 2025-05-04 11:00:16 +03:00
Deniz Şafak fa144561fb Update changelog 2025-05-04 10:58:37 +03:00
Deniz Şafak 1d27f6fd2e Improvements in documentation 2025-05-04 10:50:36 +03:00