Releases: aschmelyun/subvert
Releases · aschmelyun/subvert
1.0.9
- Fixes #6, adds volume support for uploaded audio and video files
1.0.8
- Fixes #17, prevents additional OPENAI_API_KEY lines from being written to the .env file
1.0.7
- Fixes #13 by adding max upload filesize to footer and blocking uploads larger than it on the frontend
1.0.6
- Adds better error reporting on the frontend instead of a random "Step 99"...
1.0.5
- Adds the ability to upload audio files, which skips the need to perform extraction from video.
1.0.4
- Adds ASSET_URL to .env.example
1.0.3
- Adds SSL support via a
docker-compose.yml
file and nginx proxy in an attempt to fix #8
1.0.2
- Fixes #3, provides environment variables to adjust PHP's
UPLOAD_MAX_FILESIZE
and MEMORY_LIMIT
config settings.
1.0.1
- Fixes #2 by imploding an array of strings to pass to ChatGPT as a single string
- Adds APP_VERSION to display what version of the app is running in the footer