Owncast v0.2.1
· 2 min read
[0.2.1] - 2025-01-17
This is a tiny bugfix release with no features.
Additional v0.2.x releases will continue until the backend refactor work is completed.
Upgrade instructions from 0.2.0
- Stop the service from running. If you're using a pre-installed image through a hosting provider, or setup Owncast to run under systemd you can probably just simply run
systemctl stop owncast. - Change to the directory where Owncast is installed on your server.
- If you’ve customized your web interface in any way you will want to back up the files you’ve changed or customized.
- Re-run the installer as the user you run Owncast under. For example if you are running owncast as the user "owncast":
su -c "curl https://owncast.online/install.sh |bash" owncast - Restart the service. If you're running under systemd
systemctl start owncast.
Fixed
- Fix transcoder performance issue that could be experienced. Fixes https://github.com/owncast/owncast/issues/4106
- Fix custom theme not applying. Fixes https://github.com/owncast/owncast/issues/4112
- Fix admin upgrade message showing when it shouldn't.
Downloads
View all downloads on the GitHub release page.
| Platform | Download |
|---|---|
| owncast-0.2.1-linux-64bit.zip | Download (17.1 MB) |
| owncast-0.2.1-linux-arm64.zip | Download (15.9 MB) |
| owncast-0.2.1-linux-arm7.zip | Download (15.9 MB) |
| owncast-0.2.1-macOS-64bit.zip | Download (24.6 MB) |
| owncast-0.2.1-macOS-arm64.zip | Download (23.9 MB) |