From 1a309345f4debda0611b3753b1ed52012733c247 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:44:49 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] --- src/StreamShorts.Console/CHANGELOG.md | 12 ++++++++++++ src/StreamShorts.Console/StreamShorts.Console.csproj | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/StreamShorts.Console/CHANGELOG.md b/src/StreamShorts.Console/CHANGELOG.md index c1a89f5..f4533d6 100644 --- a/src/StreamShorts.Console/CHANGELOG.md +++ b/src/StreamShorts.Console/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [0.4.0](https://www.github.com/StevanFreeborn/stream-shorts/releases/tag/v0.4.0) (2025-10-10) + +### Features + +* enable processing of large video files over 2GB ([e611522](https://www.github.com/StevanFreeborn/stream-shorts/commit/e611522c7bc724807ea39bdb5e6005b2deb911be)) + +### Bug Fixes + +* add validation that stream is seekable ([401f03e](https://www.github.com/StevanFreeborn/stream-shorts/commit/401f03e2f0149b0f9d68df5d62fc3d5cccd3dc9e)) +* fix error messages and remove unnecessary null check and use input file name for audio output name ([a34ffe5](https://www.github.com/StevanFreeborn/stream-shorts/commit/a34ffe575b9e16e24d0b3d15d117d96f11a17d59)) + ## [0.3.0](https://www.github.com/StevanFreeborn/stream-shorts/releases/tag/v0.3.0) (2025-10-09) diff --git a/src/StreamShorts.Console/StreamShorts.Console.csproj b/src/StreamShorts.Console/StreamShorts.Console.csproj index 2cfc691..4624861 100644 --- a/src/StreamShorts.Console/StreamShorts.Console.csproj +++ b/src/StreamShorts.Console/StreamShorts.Console.csproj @@ -4,7 +4,7 @@ StreamShorts.Console StreamShorts.Console A command-line interface for StreamShorts - 0.3.0 + 0.4.0 Stevan Freeborn Exe true