Svallinn
9031acc260
Merge branch 'development' into 946-version-flag
2021-04-08 19:05:01 +00:00
Preston
ae76aebc97
Remove unneeded session import
2021-04-08 09:42:24 -04:00
Luca Hohmann
2b1d8e499f
Added board automation for Bugs and Features ( #1146 )
...
* Added board automation for Bugs and Features
* Added correct github secret to automation
* Linter fix
2021-04-08 13:54:30 +02:00
Svallinn
9b92db3522
Remove stray spaces
2021-04-08 03:13:40 +00:00
Svallinn
9ff0994cee
Merge branch 'development' into 946-version-flag
2021-04-08 03:07:15 +00:00
Preston
01da5277ee
Add more URLs for consent cookie
2021-04-07 22:40:35 -04:00
Preston
3048e39106
Add 'enable-file-cookies' flag
2021-04-07 17:54:44 -04:00
Preston
8f64b083aa
Remove trailing spaces
2021-04-07 17:38:09 -04:00
Preston
e155426700
Add second consent cookie for compatibility
2021-04-07 17:33:56 -04:00
Preston
7b3f67073b
Add consent cookie to fix comments and various problems
2021-04-07 16:39:14 -04:00
Luca Hohmann
039cd9874d
New languages and yt-channel-info bump ( #1155 )
2021-04-01 16:21:04 +02:00
Luca Hohmann
c5fac9fcd7
Video meta file removal option ( #1154 )
...
* Implemented video meta file removal option
* Lint fix
2021-04-01 15:54:45 +02:00
Luca
a27fc9215c
Unnecessary print removed
2021-03-27 19:03:57 +01:00
Luca
dcef4261a7
Final adjustments
2021-03-27 19:02:53 +01:00
Luca
3cca33eac3
More cleanup
2021-03-27 19:01:05 +01:00
Luca
271a45e2b0
Cleanup
2021-03-27 18:58:14 +01:00
Luca
4e11233f3e
Verify check
2021-03-26 19:30:44 +01:00
Luca
24d12a4357
Started investigating default profile loading inconsistency
2021-03-19 12:05:25 +01:00
Luca
9d6f6e78e7
Reimplementation of goToChannel from PR 850
2021-03-18 17:47:28 +01:00
Luca
d2ee285e45
Added fix for wrongly applied publishedText template
2021-03-17 23:15:36 +01:00
Luca Hohmann
5a1cde25eb
Merge pull request #1113 from Svallinn/1023-improper-alignment
...
Set a fixed width for side-bar icons
2021-03-16 11:40:16 +01:00
Luca
3f6e518132
Increased size to a fitting value
2021-03-16 11:34:34 +01:00
Luca
19445c0e80
Fixed large custom emote size for live chats
2021-03-16 11:32:36 +01:00
Svallinn
998c5c767c
Merge branch 'development' into 946-version-flag
2021-03-14 18:58:15 +00:00
Svallinn
aab30e3fcd
Set a fixed width for side-bar icons
2021-03-14 18:41:17 +00:00
Preston
e0a3ef92c6
Test custom solution for quality change
2021-03-12 16:09:08 -05:00
Luca
f7da2d9417
Enabled Norweguan Bokmal and ukrainian as languages
2021-03-11 17:03:59 +01:00
Preston
dfc45ee9a6
Fix: Store proper windows bounds when maximized
2021-03-10 21:01:21 -05:00
Svallinn
cb29074a08
Remove unnecessary call to app.setName
2021-03-07 16:08:03 +00:00
Svallinn
3734bad6ef
Support for version flag
2021-03-07 16:07:09 +00:00
Svallinn
a26750aa2e
Verify paused player before autoplaying next video ( #1089 )
...
This prevents the autoplay from playing the next video if the current video gets manually replayed by the user
2021-03-06 15:09:13 -05:00
Svallinn
7eda649293
Support for the 't' parameter in links ( #1090 )
...
This allows users to specify the timestamp of a video (in seconds)
- by inputting a link into the search bar
- by making use of the protocol link (freetube://), p.e in a browser
2021-03-06 14:03:40 -05:00
Svallinn
1452e361a1
Replace '/hashtag' refs with freetube:// links ( #1076 )
...
When pulling video information from Invidious, hashtag-related links present in the description need to be replaced with valid links.
In this case, a freetube:// link was deemed the most appropriate.
Fixes #932
2021-03-06 13:23:56 -05:00
Svallinn
3e959d3e27
Include publishedText for recommendations (local) ( #1075 )
...
Fixes #1074
2021-03-06 13:20:33 -05:00
Ira ¯\_(ツ)_/¯
f06af7da83
Enable profile based channel filtering ( #1013 )
...
* Delete FtProfileAllChannelsList component
* Replace FtProfileAllChannelsList component with new filtered variant
* Add new locale for profile filter label
* Add FtProfileFilterChannelsList vue component with ft-select addition
* Add FtProfileFilterChannelsList script with profile filtering support
* Add css modifications to new FtProfileFilterChannelsList component
2021-03-06 13:00:52 -05:00
Sai Deepesh
3b75a97859
added playlist next video interval ( #1006 )
2021-03-06 11:25:50 -05:00
Sai Deepesh
9d4ea68e89
fix: translated menu ( #988 )
2021-03-06 11:21:57 -05:00
Sai Deepesh
8c88571f6f
feat: added ability to hide Playlists ( #972 )
2021-03-06 11:21:22 -05:00
Preston
d4370f25f9
Update Channel module in Local API
2021-03-04 16:51:56 -05:00
Preston
5c9bb5e9fd
Update index.js
2021-03-03 11:42:49 -05:00
Preston
1e45ef2b92
Add ignore-gpu-blacklist flag
2021-03-03 08:40:21 -05:00
Preston
a3fe91bef5
Update to Webpack 5 and Electron 12
2021-03-02 22:51:01 -05:00
Hiers
215ae68b56
Changed command line input to only allows youtube video links. ( #1073 )
...
* Changed command line input to only allows youtube video links.
* Changed URL logic in renderer/App.js instead of making restriction in index.js.
2021-02-28 16:37:18 -05:00
Preston
77d2e7a6ee
Fix MediaMetadata setter
2021-02-27 15:15:06 -05:00
Preston
3d5ccdc4dc
Add better information to media notifications
2021-02-21 22:07:50 -05:00
Preston
2208002894
Fix dropdown from showing up behind elements
2021-02-15 10:44:09 -05:00
Preston
ef5aee3576
Update local API comment module and fix Invidious logic on channel page
2021-02-15 09:59:35 -05:00
Luca Hohmann
301af24da1
Merge pull request #864 from Imperial-Dragon/development
...
Autofill Searchbar
2021-01-26 18:25:28 +01:00
Preston
e735378a1a
Update Invidious instance site and add link directly to site
2021-01-21 21:21:33 -05:00
Preston
3150f25506
Forgot to commit search file and fix PiP logic when history is disabled
2021-01-21 16:20:42 -05:00