From ff13b9bff2254875293be7a6e468c25750a59d80 Mon Sep 17 00:00:00 2001 From: Nika Siradze Date: Sat, 8 Aug 2026 23:51:23 +0400 Subject: [PATCH] Release 2.6.0 Cloud AI selection and optional remote sync, plus the whisper.cpp DTW preset fix. cli/VERSION is generated from package.json by go generate. --- cli/VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/VERSION b/cli/VERSION index 437459c..e70b452 100644 --- a/cli/VERSION +++ b/cli/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 diff --git a/package.json b/package.json index b2c3f2d..3da4252 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podcli", - "version": "2.5.0", + "version": "2.6.0", "private": true, "description": "AI-powered podcast clip generator for TikTok/YouTube Shorts. Transcribe, find viral moments, export vertical clips with burned captions.", "type": "module",