Commit Graph

26 Commits

Author SHA1 Message Date
75cfb6f160 [feat] add input validation, enhanced error messages, and new integration tests 2025-08-12 09:49:11 +02:00
40818a091d Revert "[feat] add robust progress management utilities and new tests"
This reverts commit 9bab7b75d3.
2025-08-12 06:00:13 +02:00
bb9402c643 Revert "[feat] add --out-format CLI option for customizable output formats; update tests and README"
This reverts commit 66f0062ffb.
2025-08-12 06:00:12 +02:00
6a9736c50a Revert "[feat] enhance error handling, CLI options, and progress display; add --continue-on-error flag and improve maintainability"
This reverts commit ee67b56d6b.
2025-08-12 06:00:11 +02:00
3f1e634e2d Revert "[test] add Unix-only tests for with_suppressed_stderr ensuring stderr redirection and restoration, including panic handling"
This reverts commit 7832545033.
2025-08-12 06:00:10 +02:00
90f9849cc0 Revert "[test] add test for deterministic merge output across job counts; enhance --jobs support with parallel processing logic"
This reverts commit 98491a8701.
2025-08-12 06:00:09 +02:00
9d12507cf5 Revert "[test] add tests for --no-interaction and its alias to ensure non-interactive mode skips prompts and uses defaults"
This reverts commit b7f0ddda37.
2025-08-12 06:00:09 +02:00
fdf5e3370d Revert "[test] add tests for progress manager modes; verify bar counts and total bar visibility in single and multi modes"
This reverts commit 3dc1237938.
2025-08-12 06:00:08 +02:00
3dc1237938 [test] add tests for progress manager modes; verify bar counts and total bar visibility in single and multi modes 2025-08-12 05:07:09 +02:00
b7f0ddda37 [test] add tests for --no-interaction and its alias to ensure non-interactive mode skips prompts and uses defaults 2025-08-12 04:58:39 +02:00
98491a8701 [test] add test for deterministic merge output across job counts; enhance --jobs support with parallel processing logic 2025-08-12 04:43:39 +02:00
7832545033 [test] add Unix-only tests for with_suppressed_stderr ensuring stderr redirection and restoration, including panic handling 2025-08-12 04:22:55 +02:00
ee67b56d6b [feat] enhance error handling, CLI options, and progress display; add --continue-on-error flag and improve maintainability 2025-08-12 02:43:20 +02:00
66f0062ffb [feat] add --out-format CLI option for customizable output formats; update tests and README 2025-08-11 10:01:29 +02:00
9bab7b75d3 [feat] add robust progress management utilities and new tests 2025-08-11 06:59:24 +02:00
11b4f63c16 [chore] add MIT license and copyright notices across project files 2025-08-08 20:29:45 +02:00
fe98bd36b6 [refactor] clean up string formatting, improve control flow, and enhance readability in core modules and tests 2025-08-08 20:01:56 +02:00
e2504ec3c6 [refactor] optimize string formatting, cleanup imports, and implement default trait for backends 2025-08-08 19:42:10 +02:00
cd076c5a91 [feat] enhance CLI flags with --quiet and --no-interaction; update logging to respect verbosity and quiet modes; refactor log macros and add related tests 2025-08-08 19:33:47 +02:00
c27af0b89a [refactor] modularize code by moving logic to polyscribe crate; cleanup imports and remove redundant functions 2025-08-08 16:52:18 +02:00
933d01d7ec [feat] add auxiliary CLI commands for shell completions and man page generation; refactor logging with verbosity levels and macros; update tests and TODOs 2025-08-08 14:02:36 +02:00
53a7471b99 [feat] add --set-speaker-names CLI flag; implement prompt-based speaker name assignment with tests 2025-08-08 13:06:24 +02:00
1d23be8066 [feat] add --merge-and-separate CLI flag; implement combined mode logic and tests 2025-08-08 12:57:12 +02:00
5e5652c0da [feat] add --merge CLI flag to control output behavior; update integration tests accordingly 2025-08-08 12:36:34 +02:00
66954150b2 [feat] enhance integration test to verify nested output directory creation and update TODO items 2025-08-08 12:24:48 +02:00
29b6a2493b [test] add unit and integration tests for core functions and CLI behavior 2025-08-08 10:29:18 +02:00