494b1d9515
Merge branch 'local-upstream/master' into add-crossfade-menu-options
2023-03-19 21:05:23 +02:00
e87099c816
Merge pull request #1082 from DereC4/romanization-patch
...
[lyrics-genius] Improved reliability of east asian language detection #1080
2023-03-19 19:27:44 +01:00
83eb187d91
Merge pull request #1064 from Araxeus/add-centralized-synced-config-for-plugins
...
Add dynamic synced plugin config provider
2023-03-19 19:26:47 +01:00
20cdaf2317
Merge pull request #1063 from Araxeus/fix-caption-selector-showing-when-unavailable
...
[captions-selector] fix button showing when there aren't any captions available
2023-03-19 19:26:06 +01:00
bc2a1f7f71
Updated Regex to be cleaner
2023-03-18 13:15:25 -05:00
d5c2ad2115
Romanization update
2023-03-17 18:02:48 -05:00
9f9e991aec
[crossfade] fix options not saving as numbers
2023-03-16 19:55:30 +02:00
023258f1d7
fix crossfade option prompt height
2023-03-15 08:24:50 +02:00
848bb36c64
rename defaultOptions to config
2023-03-14 23:40:46 +02:00
a6e9c140fe
Merge branch 'local-upstream/master' into add-crossfade-menu-options
2023-03-14 23:39:19 +02:00
e972fd15c2
Merge pull request #1067 from Araxeus/fix-in-app-menu-navbar-hiding-library-items
...
[in-app-menu] fix items hidden by navbar in library
2023-03-14 22:34:57 +01:00
69cd5ed613
[lyrics] Romanization toggle for Genius plugin ( #1039 )
2023-03-14 17:16:41 +02:00
837e888462
[in-app-menu] fix items hidden by navbar in library
2023-03-12 19:40:51 +02:00
66ccd71b7c
[crossfade] add menu options
2023-03-12 02:14:23 +02:00
108c778f6d
fix caption selector showing when unavailable
2023-03-12 02:07:04 +02:00
bdfdf83c24
[notifications] use dynamic config
2023-03-12 00:28:15 +02:00
a507a8cd71
Merge pull request #988 from Araxeus/in-app-menu-icon
...
[in-app-menu] add toggle menu icon
2023-03-08 21:21:59 +01:00
8cca8c89b3
Merge pull request #1048 from Araxeus/fix-playback-speed-selector
...
Fix playback speed slider not showing and PiP button showing when it shouldn't
2023-03-08 21:15:36 +01:00
476b45096c
Merge pull request #1052 from Araxeus/fix-lyrics-bugs
...
[lyrics-genius] Fix lyrics not showing up or showing up when they shouldn't
2023-03-08 21:12:25 +01:00
43be177b66
Merge pull request #1055 from Araxeus/fix-in-app-menu-drag-area
...
[in-app-menu] disable nav-bar drag when menu is open
2023-03-08 21:10:07 +01:00
83d7befc45
disable nav-bar drag when menu is open
2023-03-03 23:37:24 +02:00
16a0b6a893
add slight delay to lyrics genius
...
this allows youtube to finish doing it's stuff
fix #1041 and other lyrics issues
2023-03-02 19:55:17 +02:00
9ff40611ce
fix unescaped url params
...
fix #1050
2023-03-02 18:18:13 +02:00
ab7ba1c280
fix PiP button showing in non player-bar menu's
2023-02-28 21:10:28 +02:00
c4ced889b5
resolve merge error
2023-02-28 20:35:10 +02:00
79e71dae26
fix playback speed selector
...
replace querying for the text `Stats` (which is language specific)
with querying that the event origin is the button on the player-bar
fix #1045
2023-02-28 19:56:16 +02:00
87cbdc3dc3
fix potential empty notification showing
2023-02-17 18:05:16 +02:00
a3c5be0cc2
Merge branch 'local-upstream/master' into use-ToastXML
2023-02-17 18:02:30 +02:00
0e3982d199
Merge branch 'local-upstream/master' into in-app-menu-icon
2023-02-17 17:44:48 +02:00
bfb392a326
Use a promise to wait for transitions in crossfade plugin
2023-02-12 20:00:48 +01:00
8adfcdc002
Replace all | in title (codeQL fix)
2023-02-12 19:21:04 +01:00
7282a227fd
Merge branch 'master' into patch-1
2023-02-12 19:08:54 +01:00
c0d0c267a7
Merge branch 'local-upstream/master' into in-app-menu-icon
2023-02-12 19:58:10 +02:00
6577bcdad8
Merge pull request #989 from Araxeus/in-app-menu-draggable-navbar
...
[in-app-menu] make navbar draggable
2023-02-12 18:50:56 +01:00
7f66ff2c0c
Merge branch 'master' of github.com:th-ch/youtube-music into native-pip
...
* 'master' of github.com:th-ch/youtube-music:
fix PiP hotkey active in searchbox
remove titlebar from in-app-menu+PiP
Bump "@cliqz/adblocker-electron" version
Only run the release stage if it is the main repo
Only build without release if it is a fork
Use del-cli instead of del (for windows)
Replace electron-icon-maker by a more up-to-date fork
Adapt CI to yarn v3
Migrate to yarn v3
Track transitioning status
Fixed recursive volume changes that caused cpu spike, Switched Repeat Modes to NONE|ONE|ALL
Remove references to rimraf
Add first version for crossfade plugin
removed unnecessary if and used better Repeat change detection
connected mpris shuffle, fixed volume, mpris volumes allowed 0.0-1.0
fixed 'repeatChanged' modes being different depending on selected youtube music language
fix precise-volume+searchbox interaction
fix navbar position
2023-02-12 18:41:52 +01:00
735fd39c3c
Merge pull request #1025 from Araxeus/fix-PiP-hotkey-active-in-search
...
[PiP] fix hotkey activating when typing in the search box
2023-02-12 18:34:29 +01:00
d9f1c589e9
fix PiP hotkey active in searchbox
2023-02-10 20:14:07 +02:00
5dd8d1a274
remove titlebar from in-app-menu+PiP
...
Results in an experience similar to the native PiP, except plugins can work (for example precise-volume)
2023-02-10 18:52:51 +02:00
2f117117d8
lint
2023-02-10 01:37:42 +02:00
d8a6453a8d
Merge branch 'local-upstream/master' into in-app-menu-icon
2023-02-10 00:14:39 +02:00
27d8bbdf85
Merge branch 'local-upstream/master' into use-ToastXML
2023-02-09 23:55:13 +02:00
96f23ea8d5
Merge branch 'local-upstream/master' into use-ToastXML
2023-02-09 23:43:26 +02:00
0a8ac31c1e
Merge branch 'master' into master
2023-02-09 22:42:39 +01:00
7932408b47
Merge pull request #997 from Araxeus/fix-navbar-position
...
[in-app-menu] fix navbar position
2023-02-09 22:33:45 +01:00
97c6cad503
Avoid video pause
...
Co-authored-by: Araxeus <oaeben@gmail.com >
2023-02-09 22:33:07 +01:00
455a89ad28
Merge pull request #1022 from th-ch/yarn-new-version
...
Migrate to yarn v3
2023-02-09 22:11:49 +01:00
ff1847d1e2
Merge branch 'local-upstream/master' into use-ToastXML
2023-02-09 18:51:24 +02:00
fa4a55f97e
Merge branch 'master' into patch-1
2023-02-09 10:06:35 +07:00
781a726f4b
Add menu option for native PiP
2023-02-08 23:46:43 +01:00
0b49d57969
Always listen for toggle
2023-02-08 23:46:24 +01:00