Releases Tags
-
1.2.0
released this 2 months ago | 0 commits to 52eb202edcf9ad6b474d7e5fae14e22117b49283 since this release
Bug Fixes
- Fix initial rendering of import page
- Clarify documentation regarding H.264 vs H.265
- Warn about creation of upload and library directories
- Warn about missing config file
Features
- Allow selection of upload path by
prefix
- Read meta data (title, description) from
.yml
files - Add
preserve_upload_filename
option - Allow optional authentication for video upload
- Add
position_from_start
to replace hardcoded 3 seconds in thumbnailer
Updates / Build / Development
- Add Drone CI
- Add Sandstorm packaging files (#26)
- Update deps
- Fix GoReleaser config
- Fix GoReleaser config
- Fix (refix) Dockerfile
- Fix Dockerfile
- Fix build and versioning (borrowed from yarn)
- Fix Drone build-and-push-image step
- Fix Docker image build
- Fix CI
- Fix image target to build multi-arch images to the Docker Hub
- Fix build preflight checks to accept go 1.19
- Remove dependencies on FontAwesome and rice box
Note
that Sandstorm app metadata is supposed to be less than 1 MB total, so I optimized your screenshots. I dare you to tell the difference with the naked eye.
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 778 B tube_1.2.0_checksums.txt
- 310 B tube_1.2.0_checksums.txt.sig
- 3.8 MiB tube_1.2.0_darwin_amd64.tar.gz
- 3.6 MiB tube_1.2.0_darwin_arm64.tar.gz
- 3.8 MiB tube_1.2.0_freebsd_amd64.tar.gz
- 3.5 MiB tube_1.2.0_freebsd_arm64.tar.gz
- 3.8 MiB tube_1.2.0_linux_amd64.tar.gz
- 3.5 MiB tube_1.2.0_linux_arm64.tar.gz
- 3.9 MiB tube_1.2.0_windows_amd64.tar.gz
- 3.6 MiB tube_1.2.0_windows_arm64.tar.gz
-
v1.1.13
released this 8 months ago | 0 commits to cc036e0af183a1504546f796949d732ea5cfe045 since this release
Breaking Changes
tube
now no longer runs asroot
(uid=0
) in the Docker images being published.- You may have to
chown -R 1000:1000
your pre-existing data volume. - The default entrypoint is no longer
tube
but/bin/sh
so you may need to adjust your pre-existingdoker-compose.yml
slightly (see blow):
docker-compose.yml
changes:$ git diff tube.yml diff --git a/public/stacks/tube.yml b/public/stacks/tube.yml index 34ec5ae..c74b1d1 100644 --- a/public/stacks/tube.yml +++ b/public/stacks/tube.yml @@ -3,8 +3,8 @@ version: "3.8" services: tube: - image: r.mills.io/prologic/tube - command: -c /config.json + image: prologic/tube:1.1.13 + command: tube -c /config.json configs: - source: config_json target: /config.json
Bug Fixes
Features
- Add empty CHANGELOG.md to support new release process
- Add support for multi-arch binary and docker image releases (#20)
Updates
- Update CHANGELOG for v1.1.13
- Update deps
- Update Go versions to build/test against in CI to 1.14, 1.15 and 1.16
- Update shortuuid dep
- Update deps
- Update deps
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 786 B tube_1.1.13_checksums.txt
- 310 B tube_1.1.13_checksums.txt.sig
- 3.6 MiB tube_1.1.13_darwin_amd64.tar.gz
- 3.5 MiB tube_1.1.13_darwin_arm64.tar.gz
- 3.6 MiB tube_1.1.13_freebsd_amd64.tar.gz
- 3.3 MiB tube_1.1.13_freebsd_arm64.tar.gz
- 3.6 MiB tube_1.1.13_linux_amd64.tar.gz
- 3.3 MiB tube_1.1.13_linux_arm64.tar.gz
- 3.7 MiB tube_1.1.13_windows_amd64.tar.gz
- 3.4 MiB tube_1.1.13_windows_arm64.tar.gz