Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = ["crates/*"]

[workspace.package]
version = "0.1.1"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
license = "MIT"
Expand All @@ -21,12 +21,12 @@ tiny_http = "0.12"
tungstenite = "0.24"
ureq = { version = "2", features = ["json"] }

videoeditor-chrome = { version = "0.1.1", path = "crates/videoeditor-chrome" }
videoeditor-genai = { version = "0.1.1", path = "crates/videoeditor-genai" }
videoeditor-media = { version = "0.1.1", path = "crates/videoeditor-media" }
videoeditor-record = { version = "0.1.1", path = "crates/videoeditor-record" }
videoeditor-timeline = { version = "0.1.1", path = "crates/videoeditor-timeline" }
videoeditor-voice = { version = "0.1.1", path = "crates/videoeditor-voice" }
videoeditor-chrome = { version = "0.2.0", path = "crates/videoeditor-chrome" }
videoeditor-genai = { version = "0.2.0", path = "crates/videoeditor-genai" }
videoeditor-media = { version = "0.2.0", path = "crates/videoeditor-media" }
videoeditor-record = { version = "0.2.0", path = "crates/videoeditor-record" }
videoeditor-timeline = { version = "0.2.0", path = "crates/videoeditor-timeline" }
videoeditor-voice = { version = "0.2.0", path = "crates/videoeditor-voice" }

[profile.release]
strip = true
6 changes: 6 additions & 0 deletions crates/videoeditor-chrome/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/videoeditor-chrome-v0.1.1...videoeditor-chrome-v0.2.0) - 2026-07-11

### Other

- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))

## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-chrome-v0.1.0...videoeditor-chrome-v0.1.1) - 2026-07-07

### Other
Expand Down
8 changes: 8 additions & 0 deletions crates/videoeditor-genai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
11 changes: 11 additions & 0 deletions crates/videoeditor-media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/videoeditor-media-v0.1.1...videoeditor-media-v0.2.0) - 2026-07-11

### Added

- [SFX:] timeline lines β€” mix sound effects at absolute offsets ([#11](https://github.com/security-union/videoeditor/pull/11))
- *(voice)* local speech stack by default β€” whisper.cpp STT + piper TTS ([#10](https://github.com/security-union/videoeditor/pull/10))

### Other

- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))

## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-media-v0.1.0...videoeditor-media-v0.1.1) - 2026-07-07

### Other
Expand Down
18 changes: 18 additions & 0 deletions crates/videoeditor-record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/videoeditor-record-v0.1.1...videoeditor-record-v0.2.0) - 2026-07-11

### Added

- *(voice)* local speech stack by default β€” whisper.cpp STT + piper TTS ([#10](https://github.com/security-union/videoeditor/pull/10))

### Other

- web-based narration recorder (`videoeditor record`) ([#9](https://github.com/security-union/videoeditor/pull/9))
11 changes: 11 additions & 0 deletions crates/videoeditor-timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/videoeditor-timeline-v0.1.1...videoeditor-timeline-v0.2.0) - 2026-07-11

### Added

- [SFX:] timeline lines β€” mix sound effects at absolute offsets ([#11](https://github.com/security-union/videoeditor/pull/11))
- *(voice)* local speech stack by default β€” whisper.cpp STT + piper TTS ([#10](https://github.com/security-union/videoeditor/pull/10))

### Other

- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))

## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-timeline-v0.1.0...videoeditor-timeline-v0.1.1) - 2026-07-07

### Other
Expand Down
10 changes: 10 additions & 0 deletions crates/videoeditor-voice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/videoeditor-voice-v0.1.1...videoeditor-voice-v0.2.0) - 2026-07-11

### Added

- *(voice)* local speech stack by default β€” whisper.cpp STT + piper TTS ([#10](https://github.com/security-union/videoeditor/pull/10))

### Other

- release v0.1.1 ([#6](https://github.com/security-union/videoeditor/pull/6))

## [0.1.1](https://github.com/security-union/videoeditor/compare/videoeditor-voice-v0.1.0...videoeditor-voice-v0.1.1) - 2026-07-07

### Other
Expand Down
12 changes: 12 additions & 0 deletions crates/videoeditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/security-union/videoeditor/compare/v0.1.1...v0.2.0) - 2026-07-11

### Added

- [SFX:] timeline lines β€” mix sound effects at absolute offsets ([#11](https://github.com/security-union/videoeditor/pull/11))
- *(voice)* local speech stack by default β€” whisper.cpp STT + piper TTS ([#10](https://github.com/security-union/videoeditor/pull/10))
- videoeditor-genai β€” typed image-gen clients (grok + imagen) and an `image` subcommand ([#8](https://github.com/security-union/videoeditor/pull/8))

### Other

- web-based narration recorder (`videoeditor record`) ([#9](https://github.com/security-union/videoeditor/pull/9))

## [0.1.1](https://github.com/security-union/videoeditor/compare/v0.1.0...v0.1.1) - 2026-07-07

### Fixed
Expand Down
Loading