diff --git a/README.md b/README.md index 44ef7d2..87bc8dc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- podcli + podcli

diff --git a/backend/cli.py b/backend/cli.py index 8058d1a..fb4d0c8 100644 --- a/backend/cli.py +++ b/backend/cli.py @@ -1054,9 +1054,9 @@ def _transcribe_progress(pct, msg): import questionary as _rq from questionary import Style as _RS _rstyle = _RS([ - ("qmark", "fg:#d4874a bold"), ("question", "bold"), - ("answer", "fg:#4ade80"), ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), ("selected", "fg:#4ade80"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), + ("answer", "fg:#4ade80"), ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ]) _raction = _rq.select( f"Clip {i+1}/{len(clips)}: {clip['title'][:40]}", @@ -1313,11 +1313,11 @@ def _review_clips(clips: list, segments: list, energy_scores: list | None, confi reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -1458,11 +1458,11 @@ def _post_render_loop( reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -3972,11 +3972,11 @@ def interactive_menu(): from questionary import Style qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4180,11 +4180,11 @@ def _interactive_auto(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4280,11 +4280,11 @@ def _interactive_process(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4453,11 +4453,11 @@ def _interactive_config(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4539,11 +4539,11 @@ def _interactive_cache(): from questionary import Style qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4569,11 +4569,11 @@ def _interactive_assets(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4657,11 +4657,11 @@ def _interactive_presets(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4807,11 +4807,11 @@ def _interactive_knowledge(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4872,11 +4872,11 @@ def _interactive_corrections(): reset = "\033[0m" qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) @@ -4924,11 +4924,11 @@ def _interactive_thumbnails(): from questionary import Style qstyle = Style([ - ("qmark", "fg:#d4874a bold"), + ("qmark", "fg:#d97631 bold"), ("question", "bold"), ("answer", "fg:#4ade80"), - ("pointer", "fg:#d4874a bold"), - ("highlighted", "fg:#d4874a bold"), + ("pointer", "fg:#d97631 bold"), + ("highlighted", "fg:#d97631 bold"), ("selected", "fg:#4ade80"), ("instruction", "fg:#a1a1aa"), ]) diff --git a/cli/VERSION b/cli/VERSION index 79a6144..59aa62c 100644 --- a/cli/VERSION +++ b/cli/VERSION @@ -1 +1 @@ -2.4.4 +2.4.5 diff --git a/package.json b/package.json index 4ed4553..2db6444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcli", - "version": "2.4.4", + "version": "2.4.5", "private": true, "description": "AI-powered podcast clip generator for TikTok/YouTube Shorts. Transcribe, find viral moments, export vertical clips with burned captions.", "type": "module", diff --git a/public/podcli-badge.png b/public/podcli-badge.png new file mode 100644 index 0000000..a66c524 Binary files /dev/null and b/public/podcli-badge.png differ diff --git a/public/podcli-icon-transparent.png b/public/podcli-icon-transparent.png deleted file mode 100644 index b1c990f..0000000 Binary files a/public/podcli-icon-transparent.png and /dev/null differ diff --git a/public/podcli-icon.png b/public/podcli-icon.png index bf45f90..c36b2cd 100644 Binary files a/public/podcli-icon.png and b/public/podcli-icon.png differ diff --git a/public/podcli-logo-full.png b/public/podcli-logo-full.png deleted file mode 100644 index 8b9ee7e..0000000 Binary files a/public/podcli-logo-full.png and /dev/null differ diff --git a/public/podcli-logo-transparent.png b/public/podcli-logo-transparent.png deleted file mode 100644 index e830a63..0000000 Binary files a/public/podcli-logo-transparent.png and /dev/null differ diff --git a/src/ui/client/Layout.tsx b/src/ui/client/Layout.tsx index c488d53..0a635ea 100644 --- a/src/ui/client/Layout.tsx +++ b/src/ui/client/Layout.tsx @@ -48,7 +48,7 @@ export default function Layout() {