UNPKG

peertube-plugin-transposer-connector

Version:

Transposer connector is a PeerTube language tool plugin to transcribe and translate with Whisper

58 lines (30 loc) 1.11 kB
# 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.8.4] – 2025-06-10 ### Added feat: add combined metadata and captions endpoints - GET /video/:id/complete endpoint for metadata + captions info - GET /video/:id/complete-with-content endpoint metadata + captions including caption content ## [0.8.0] – 2025-05-06 ### Added - Metadata Update Restrictions ## [0.7.0] – 2025-05-06 ### Added - Feedback to inform users about processing time. ## [0.6.0] – 2025-05-06 ### Added - Support for UUID and short UUID in the language API. ## [0.5.0] – 2025-05-03 ### Changed - Improved saving of metadata for reliability and speed. ## [0.4.0] – 2025-05-03 ### Added - Metadata language switcher in the UI. ## [0.3.0] – 2025-04-06 ### Changed - UI improvements on the transposer page. ## [0.2.0] – 2024-01-01 ### Changed - Transcription is now triggered only on video updates.