Releases: itsmontoya/scribble
Releases · itsmontoya/scribble
v0.5.4
What's Changed
- Bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in #104
- Support graceful shutdown in scribble-server by @sidz in #117
- Bump rubato from 1.0.0 to 1.0.1 by @dependabot[bot] in #113
- chore(deps): bump bytes to 1.11.1 by @itsmontoya in #118
- chore(release): v0.5.4 by @itsmontoya in #119
New Contributors
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Replace all-features usage with explicit feature sets and scripts by @itsmontoya in #105
- feat: expose GPU acceleration features from whisper-rs by @JMLX42 in #101
- Sync gpu-features with main; carry forward GPU backend feature flags by @itsmontoya in #106
- chore(release): v0.5.3 by @itsmontoya in #107
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Enable LTO for release builds; add release-quick profile (fixes #99) by @itsmontoya in #102
- chore(release): v0.5.2 by @itsmontoya in #103
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- docs(readme): add Rust Report Card badge by @itsmontoya in #89
- Bump serde_json from 1.0.145 to 1.0.149 by @dependabot[bot] in #91
- Bump tracing from 0.1.43 to 0.1.44 by @dependabot[bot] in #93
- Add live-stream piping examples to scribble-cli docs by @itsmontoya in #96
- Tighten comment style; rewrite library docs to match by @itsmontoya in #97
- chore(release): v0.5.1 by @itsmontoya in #98
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add local + CI coverage via cargo-llvm-cov by @itsmontoya in #64
- Increase test coverage + add CI coverage summary by @itsmontoya in #65
- tests: use JFK fixture, tiny model, and document setup by @itsmontoya in #66
- Raise coverage to ~80% with targeted unit tes by @itsmontoya in #67
- README: refresh badges (license/docs/order) by @itsmontoya in #68
- chore: tighten release hygiene (MSRV, CI, packaging, docs, API surface) by @itsmontoya in #69
- release polish: MSRV CI, crate packaging, non-panicking runtime, public API Result/Error by @itsmontoya in #70
- Feature-gate binaries and add build.sh helper by @itsmontoya in #79
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #71
- Fix dependency resolution (reqwest 0.13 + rubato pin) by @itsmontoya in #80
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #72
- ci: skip release version bump on dependabot merges by @itsmontoya in #83
- Upgrade rubato to 1.0.0 and migrate audio resampling pipeline by @itsmontoya in #84
- chore: track stable toolchain + docs.rs config by @itsmontoya in #85
- chore(release): declare rust-version and build all feature-gated bins by @itsmontoya in #86
- scribble-server: drop /v1 from HTTP routes by @itsmontoya in #87
- chore(release): v0.5.0 by @itsmontoya in #88
New Contributors
- @dependabot[bot] made their first contribution in #71
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Add structured JSON logging (default error, configurable via SCRIBBLE_LOG) by @itsmontoya in #60
- Reduce README banner/footer image sizes by @itsmontoya in #62
- chore(release): v0.4.2 by @itsmontoya in #63
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- docs: add footer artwork to README by @itsmontoya in #56
- Add style guide, PR template, and README contributing link by @itsmontoya in #57
- Add Prometheus metrics endpoint to scribble-server by @itsmontoya in #58
- chore(release): v0.4.1 by @itsmontoya in #59
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- README: rename TODOs to Goals and switch to checkboxes by @itsmontoya in #53
- Add scribble-server streaming API + enable concurrent transcriptions (per-request VAD) by @itsmontoya in #54
- chore(release): v0.4.0 by @itsmontoya in #55
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add VHS demo (tape + GIF) and embed in README by @itsmontoya in #50
- Add multi-model Whisper loading with filename-derived model keys and default-first selection by @itsmontoya in #51
- chore(release): v0.3.0 by @itsmontoya in #52
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Refactor streaming pipeline: receiver-style sample flow + VAD adapter by @itsmontoya in #48
- chore(release): v0.2.1 by @itsmontoya in #49
Full Changelog: v0.2.0...v0.2.1