| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| owncast-0.2.1-linux-arm7.zip | 2025-01-16 | 16.7 MB | |
| owncast-0.2.1-macOS-64bit.zip | 2025-01-16 | 25.8 MB | |
| owncast-0.2.1-linux-64bit.zip | 2025-01-16 | 17.9 MB | |
| owncast-0.2.1-macOS-arm64.zip | 2025-01-16 | 25.1 MB | |
| owncast-0.2.1-linux-arm64.zip | 2025-01-16 | 16.7 MB | |
| Owncast v0.2.1 source code.tar.gz | 2025-01-16 | 32.2 MB | |
| Owncast v0.2.1 source code.zip | 2025-01-16 | 32.9 MB | |
| README.md | 2025-01-16 | 1.2 kB | |
| Totals: 8 Items | 167.4 MB | 0 | |
Changelog
[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.