forked from FreeTubeApp/FreeTube
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
##### ~~Cordova~~ Android specific changes: - Switched away from Cordova [#101](#101 (comment)) - Added ability to stream videos **locally** *without* proxying through invidious [#5](#5) 🥂 - Added ability to seek in the media controls notification - Fixed videos stopping or stuttering when the app enters the background [#10](#10) - Fixed YT links not opening in app [#264](#264) - Added ability to change where profiles/settings/playlists/history.db are located on the filesystem [#299](#299) - Fullscreen videos now take up the entire screen instead of sharing real estate with the system UI This release includes all of the changes from upstream release [0.20.0](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.20.0-beta). ... **Full Changelog**: 0.19.2.110...0.20.0.113
- Loading branch information
Showing
338 changed files
with
23,262 additions
and
9,902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/FreeTubeApp/FreeTube/discussions/categories/general | ||
about: View discussions or start one yourself | ||
- name: Questions | ||
url: https://github.com/FreeTubeApp/FreeTube/discussions/categories/q-a | ||
about: Ask and answer questions | ||
- name: Matrix Community | ||
url: https://matrix.to/#/+freetube:matrix.org | ||
about: Join our Matrix chatroom - "Note: Bugs and Feature requests should be made on GitHub and not in the Matrix room" | ||
- name: Translate FreeTube | ||
url: https://hosted.weblate.org/engage/free-tube/ | ||
about: Help translate FreeTube on Weblate | ||
- name: FreeTube Documentation | ||
url: https://docs.freetubeapp.io/ | ||
about: View the Documentation to find all relevant information about FreeTube |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
'PR: waiting for review': | ||
- '*' | ||
- '.babelrc' | ||
- '.editorconfig' | ||
- '.eslintignore' | ||
- '.eslintrc.js' | ||
- '.gitignore' | ||
- '.prettierrc' | ||
- '.whitesource' | ||
- '.github/**/*' | ||
- '.vscode/**/*' | ||
- '_icons/**/*' | ||
- '_scripts/**/*' | ||
- 'src/**/*' | ||
- 'static/**/*' | ||
- changed-files: | ||
- any-glob-to-any-file: '**' | ||
|
||
'PR: dependencies': | ||
- 'yarn.lock' | ||
- 'package.json' | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: ['yarn.lock', 'package.json'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ on: | |
|
||
jobs: | ||
test: | ||
if: github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check Comment Author | ||
if: github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER' | ||
uses: Amwam/[email protected] | ||
with: | ||
keywords: '["duplicate of #", "duplicate of https://github.com/FreeTubeApp/FreeTube/issues/", "duplicate of https://github.com/FreeTubeApp/FreeTube/pulls/"]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.