Releases: opensourcecheemsburgers/RustyTube
v0.2.0 - Mobile UI & Sponsorblock
0.2.0
- Mobile UI support
- Sponsorblock support
- Increase video player control buttons size
- Various UI fixes
- Refactor internal resource fetching
- Refactor
RustyTubeError
Notes:
I will be taking a break from this project as it is very time-consuming (~1000 hours currently). If you want a new feature added, submit a pull request and I will review it.
- There will be no Linux release for this update as the UI changes do not work on webkit2gtk. Until Tauri stops using webkit2gtk for Linux, use RustyTube in your preferred browser.
- Partial playlist support exists, but it is too time consuming to finish. If you really want playlists, it should not be too difficult to add.
v0.1.1
Emergency fix for Invidious JSON parse error
Installation
Linux
Linux users, download rustytube_v0.1.1.tar.gz
, extract and execute the install script. Always verify scripts before running.
Users of debian-based distros, download RustyTube_v0.1.1_amd64.deb
.
Arch users can try the PKGBUILD
provided in the source. It has not been tested at all.
An AppImage is also available. However, it is highly discouraged due to its massive file size and should only be used as a last resort.
Windows
Download rustytube_v0.1.1_x64_en-US.msi
or rustytube_v0.11_x64-setup.exe
and run.
Note: Tauri apps commonly give a false positive from Windows Defender. If you are worried about this, use the web version instead.
0.1.0-alpha
Installation
Linux
Linux users, download RustyTube.tar.gz
, extract and execute the install script. Always verify scripts before running.
Users of debian-based distros, download RustyTube_0.1.0_amd64.deb
.
Arch users can try the PKGBUILD
provided in the source. It has not been tested at all.
An AppImage is also available. However, it is highly discouraged due to its massive file size and should only be used as a last resort.
Windows
Download RustyTube_0.1.0_x64_en-US.msi
or RustyTube_0.1.0_x64-setup.exe
and run.
Note: Tauri apps commonly give a false positive from Windows Defender. If you are worried about this, use the web version instead.