Skip to content

v0.3.1 - Script Enhancements & Documentation Updates

Choose a tag to compare

@davidamacey davidamacey released this 16 Dec 13:49
· 323 commits to master since this release

Script Enhancements & Documentation Updates

Patch release with enhanced setup scripts for HTTPS/SSL configuration and comprehensive documentation updates covering v0.2.0 and v0.3.0 features.

Highlights

New Management Commands

  • ./opentranscribe.sh setup-ssl - Interactive HTTPS/SSL configuration
  • ./opentranscribe.sh version - Check current version and available updates
  • ./opentranscribe.sh update - Update containers only (quick)
  • ./opentranscribe.sh update-full - Update containers + config files (recommended)

NGINX Improvements

  • Automatic NGINX overlay loading when NGINX_SERVER_NAME is configured
  • NGINX health check added to ./opentr.sh health

Documentation Updates

  • New comprehensive NGINX/SSL setup guide
  • Updated docs for Universal Media URL support (1800+ platforms)
  • Added garbage cleanup feature documentation
  • FAQ entries for system statistics and transcript pagination
  • All Docusaurus and README docs updated for v0.2.0/v0.3.0 features

How to Update

Existing installations:

./opentranscribe.sh update-full

New installations:

curl -fsSL https://raw.githubusercontent.com/davidamacey/OpenTranscribe/master/setup-opentranscribe.sh | bash

Full Changelog

See CHANGELOG.md