Add FreeTubeCordova and Snap downloads (#3450)

* Add Cordova and snap downloads

Add blurb for donating to Invidious and Youtube.js

* reorder the downloads

* capitalize Android

Co-Authored-By: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>

* update workflow, fix typo

Co-Authored-By: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>

---------

Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
This commit is contained in:
ChunkyProgrammer 2023-05-06 14:32:22 -04:00 committed by GitHub
parent 66e4f4d1c0
commit 2345752308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 13 deletions

View File

@ -1,7 +1,7 @@
name: Bug Report name: Bug Report
description: Report an issue or unexpected behavior that occurs within the application description: Report an issue or unexpected behavior that occurs within the application
title: "[Bug]: " title: "[Bug]: "
labels: "bug" labels: ["bug"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -79,7 +79,8 @@ body:
attributes: attributes:
label: Installation Method label: Installation Method
options: options:
- .apk - .apk (Alpine Linux Package)
- .apk (Android, FreeTubeCordova)
- .AppImage - .AppImage
- AUR - AUR
- Chocolatey - Chocolatey
@ -93,6 +94,7 @@ body:
- PortableApps - PortableApps
- .rpm - .rpm
- Scoop - Scoop
- Snapcraft
- winget - winget
- .zip - .zip
- other - other

View File

@ -17,7 +17,7 @@ jobs:
"labels": ["B: visual"] "labels": ["B: visual"]
}, },
{ {
"keywords": ["AUR", "Chocolatey", "PortableApps", "winget", "Scoop", "MPR"], "keywords": ["AUR", "Chocolatey", "FreeTubeCordova", "PortableApps", "winget", "Scoop", "Snapcraft", "MPR"],
"labels": ["B: Unofficial Download"] "labels": ["B: Unofficial Download"]
}, },
{ {

View File

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="https://docs.freetubeapp.io/images/logoColor.png" width=500 align="center"> <img alt="" src="https://docs.freetubeapp.io/images/logoColor.png" width=500 align="center">
</p> </p>
FreeTube is an open source desktop YouTube player built with privacy in mind. FreeTube is an open source desktop YouTube player built with privacy in mind.
@ -8,8 +8,8 @@ Available for Windows, Mac & Linux thanks to Electron.
<p align="center"><a href="https://github.com/FreeTubeApp/FreeTube/releases">Download FreeTube</a></p> <p align="center"><a href="https://github.com/FreeTubeApp/FreeTube/releases">Download FreeTube</a></p>
<p align="center"> <p align="center">
<a href="https://github.com/FreeTubeApp/FreeTube/actions/workflows/build.yml" alt='Build status'> <a href="https://github.com/FreeTubeApp/FreeTube/actions/workflows/build.yml">
<img src="https://github.com/FreeTubeApp/FreeTube/actions/workflows/build.yml/badge.svg?branch=development" /> <img alt='Build status' src="https://github.com/FreeTubeApp/FreeTube/actions/workflows/build.yml/badge.svg?branch=development" />
</a> </a>
<a href="https://hosted.weblate.org/engage/free-tube/"> <a href="https://hosted.weblate.org/engage/free-tube/">
<img src="https://hosted.weblate.org/widgets/free-tube/-/svg-badge.svg" alt="Translation status" /> <img src="https://hosted.weblate.org/widgets/free-tube/-/svg-badge.svg" alt="Translation status" />
@ -55,6 +55,8 @@ to hide your IP while using FreeTube.
* Keyboard shortcuts * Keyboard shortcuts
* Option to show only family friendly content * Option to show only family friendly content
* Show/hide functionality or elements within the app using the distraction free settings * Show/hide functionality or elements within the app using the distraction free settings
* View channel community posts
* View most age restricted videos
### Browser Extension ### Browser Extension
FreeTube is supported by the [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) and [LibRedirect](https://github.com/libredirect/libredirect) extensions, which will allow you to open YouTube links into FreeTube. You must enable the option within the advanced settings of the extension for it to work. FreeTube is supported by the [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) and [LibRedirect](https://github.com/libredirect/libredirect) extensions, which will allow you to open YouTube links into FreeTube. You must enable the option within the advanced settings of the extension for it to work.
@ -85,12 +87,16 @@ These builds are maintained by the community. While they should be safe, downlo
* Chocolatey: [Download](https://chocolatey.org/packages/freetube/) * Chocolatey: [Download](https://chocolatey.org/packages/freetube/)
* FreeTubeCordova (FreeTube port for Android and PWA): [Download](https://github.com/MarmadileManteater/FreeTubeCordova/releases) and [Source Code](https://github.com/MarmadileManteater/FreeTubeCordova)
* makedeb Package Repository (MPR): [Download](https://mpr.makedeb.org/packages/freetube-bin) * makedeb Package Repository (MPR): [Download](https://mpr.makedeb.org/packages/freetube-bin)
* PortableApps (Windows Only): [Download](https://github.com/rddim/FreeTubePortable/releases) and [Source Code](https://github.com/rddim/FreeTubePortable) * PortableApps (Windows Only): [Download](https://github.com/rddim/FreeTubePortable/releases) and [Source Code](https://github.com/rddim/FreeTubePortable)
* Scoop (Windows Only): [Usage](https://github.com/ScoopInstaller/Scoop) * Scoop (Windows Only): [Usage](https://github.com/ScoopInstaller/Scoop)
* Snap: [Download](https://snapcraft.io/freetube-snap) and [Source Code](https://github.com/CapeCrusader321/Freetube-Snap)
* Windows Package Manager (winget): [Usage](https://docs.microsoft.com/en-us/windows/package-manager/winget/) * Windows Package Manager (winget): [Usage](https://docs.microsoft.com/en-us/windows/package-manager/winget/)
## Contributing ## Contributing
@ -123,7 +129,7 @@ If you enjoy using FreeTube, you're welcome to leave a donation using the follow
* Monero Address: `48WyAPdjwc6VokeXACxSZCFeKEXBiYPV6GjfvBsfg4CrUJ95LLCQSfpM9pvNKy5GE5H4hNaw99P8RZyzmaU9kb1pD7kzhCB` * Monero Address: `48WyAPdjwc6VokeXACxSZCFeKEXBiYPV6GjfvBsfg4CrUJ95LLCQSfpM9pvNKy5GE5H4hNaw99P8RZyzmaU9kb1pD7kzhCB`
While your donations are much appreciated, only donate if you really want to. Donations are used for keeping the website up and running and eventual code signing costs. While your donations are much appreciated, only donate if you really want to. Donations are used for keeping the website up and running and eventual code signing costs. If you are using the Invidious API then we recommend that you donate to the instance that you use. You can also donate to the [Invidious team](https://invidious.io/donate/) or the [Local API developer](https://github.com/sponsors/LuanRT)
## License ## License
[![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html) [![GNU AGPLv3 Image](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html)