José Alves Amaro 
							
						 
					 
					
						
						
							
						
						fa978dc6d0 
					 
					
						
						
							
							Translated using Weblate (Portuguese)  
						
						... 
						
						
						
						Currently translated at 96.2% (541 of 562 strings)
Co-authored-by: José Alves Amaro <Nykold@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/pt/ 
Translation: Yattee/Localizable.strings 
						
						
							
						
					 
					
						2024-05-02 15:07:39 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						3da081b40c 
					 
					
						
						
							
							small delay before vertical scrubbing is possible  
						
						... 
						
						
						
						This avoids accidentally scrubbing. The screen now needs to be touched at least 250 ms before time scrubbing is possible.
should fix  #393  
						
						
							
						
					 
					
						2024-05-01 19:11:42 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						0d5a907517 
					 
					
						
						
							
							preserve time on stream change  
						
						... 
						
						
						
						fixes  #371  
					
						2024-05-01 17:01:54 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						ef7a486fd4 
					 
					
						
						
							
							add migration for old profiles to new format  
						
						
						
						
							
						
					 
					
						2024-05-01 14:30:19 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						54915dcea1 
					 
					
						
						
							
							rework quality settings  
						
						... 
						
						
						
						- The order of the formats can now be changed in the Quality Settings.
- sortingOrder is now part of QualitiyProfile.
- bestPlayable is now part of PlayerBackend.
- hls and stream aren't treated as unknown anymore. 
						
						
							
						
					 
					
						2024-04-29 20:03:51 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						86b91916a7 
					 
					
						
						
							
							Restart finished video  
						
						... 
						
						
						
						After the video has ended, hitting play restarts the video from the beginning
fixes  #449 
If I understand the issue correctly, however, videos can now be played again without hitting the "Start from the beginning" button. 
						
						
							
						
					 
					
						2024-04-27 00:37:04 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						4144a29608 
					 
					
						
						
							
							only bind Player if the active backend is AVPlayer  
						
						
						
						
							
						
					 
					
						2024-04-26 19:42:13 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						c41b635276 
					 
					
						
						
							
							MusicMode: don't bindPlayerToLayer when entering foreground  
						
						... 
						
						
						
						fixes  #617  
					
						2024-04-26 14:48:07 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						c118c77c14 
					 
					
						
						
							
							SponsorBlock jump to end instead of pausing  
						
						... 
						
						
						
						When the time stamp for the last segment is greater the duration currently the video pauses. This interferes with PR #646 .
Now instead of pausing we jump to the duration (end time) of the video instead. 
						
						
							
						
					 
					
						2024-04-26 14:03:13 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Johnsen 
							
						 
					 
					
						
						
							
						
						626652c421 
					 
					
						
						
							
							Update iOS/AppDelegate.swift  
						
						
						
						
							
						
					 
					
						2024-04-25 10:18:10 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Johnsen 
							
						 
					 
					
						
						
							
						
						fb42b80276 
					 
					
						
						
							
							Handle deep links.  
						
						
						
						
							
						
					 
					
						2024-04-25 10:01:44 -07:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						00baf60970 
					 
					
						
						
							
							only show Queue header in sidebar view  
						
						
						
						
							
						
					 
					
						2024-04-25 13:15:55 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						0230106a1e 
					 
					
						
						
							
							switch to previous backend when leaving PiP  
						
						... 
						
						
						
						Currently, when leaving PiP the backend doesn't switch to the one that was used before starting PiP.
Now, when the backend was MPV, it switches back to it after leaving PiP. 
						
						
							
						
					 
					
						2024-04-24 21:32:32 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						169b9451ed 
					 
					
						
						
							
							handle audio session interrupts by other media  
						
						... 
						
						
						
						fixes  #495  
					
						2024-04-24 14:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						ae65acdd16 
					 
					
						
						
							
							Interface tweaks for SponsorBlock during playback  
						
						... 
						
						
						
						Show/Hide categories in timeline.
Show/Hide notice after skip.
Show adjusted or actual total time. 
						
						
							
						
					 
					
						2024-04-23 22:08:08 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						b5ac760af2 
					 
					
						
						
							
							SponsorBlock set colors for each category  
						
						... 
						
						
						
						Default colors are defined in alignment to upstream. These can be changed by the user.
The colors are also used in the Timeline and the seek view. 
						
						
							
						
					 
					
						2024-04-23 17:16:31 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						321eaecd21 
					 
					
						
						
							
							SponsorBlock align categories with upstream  
						
						
						
						
							
						
					 
					
						2024-04-23 11:43:05 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						0e7d66849d 
					 
					
						
						
							
							whitespace fixes  
						
						
						
						
							
						
					 
					
						2024-04-23 11:39:32 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						25208c2b5c 
					 
					
						
						
							
							XCode enable IDEPreferLogStreaming  
						
						... 
						
						
						
						helps when debugging over WiFi 
						
						
							
						
					 
					
						2024-04-23 10:11:26 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						f3637e2426 
					 
					
						
						
							
							fix handling and displaying captions  
						
						... 
						
						
						
						fixes  #490 
It also fixes the caption picker being empty when a caption was selected in the previous watched video. 
					
						2024-04-21 01:04:31 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						dd6106447f 
					 
					
						
						
							
							don't show related in sidebar when disabled in settings  
						
						... 
						
						
						
						fixes  #634  
					
						2024-04-20 13:35:36 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						d1cf45c6a1 
					 
					
						
						
							
							Bump build number to 181  
						
						
						
						
							
 
						
					 
					
						2024-04-02 23:14:51 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						07f3d841b3 
					 
					
						
						
							
							Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2024-04-02 23:14:18 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						b488f86160 
					 
					
						
						
							
							Downgrade MPVKit to 0.36.0-1  
						
						... 
						
						
						
						commit dca1e345a26d09a3d621d7656a94e6427f3f7b83 
						
						
							
						
					 
					
						2024-04-02 23:14:18 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						e64c3a3c77 
					 
					
						
						
							
							Update packages  
						
						
						
						
							
						
					 
					
						2024-04-02 23:14:17 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						576a993faf 
					 
					
						
						
							
							Merge pull request  #631  from stonerl/comments-piped  
						
						... 
						
						
						
						hopefully fixes  #629  
						
						
							
						
					 
					
						2024-04-02 22:51:07 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						c77c5a6d21 
					 
					
						
						
							
							don't add empty comments  
						
						
						
						
							
						
					 
					
						2024-04-02 15:08:36 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						ae16680fc2 
					 
					
						
						
							
							removed some unnecessary print()  
						
						
						
						
							
						
					 
					
						2024-04-02 14:28:06 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						807c0a1e2e 
					 
					
						
						
							
							hopefully  fixes   #629  
						
						... 
						
						
						
						should also get rid of empty comments if they couldn't be loaded 
						
						
							
						
					 
					
						2024-04-02 14:28:06 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						96a2119a05 
					 
					
						
						
							
							Merge pull request  #632  from stonerl/invidious-html-comments  
						
						... 
						
						
						
						iv: use html comments instead of plain text 
						
						
							
						
					 
					
						2024-04-01 23:12:12 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						7e940d6304 
					 
					
						
						
							
							Merge pull request  #624  from weblate/weblate-yattee-localizable-strings  
						
						... 
						
						
						
						Translations update from Hosted Weblate 
						
						
							
						
					 
					
						2024-04-01 22:59:05 +02:00 
						 
				 
			
				
					
						
							
							
								mere 
							
						 
					 
					
						
						
							
						
						11402cc2a6 
					 
					
						
						
							
							Translated using Weblate (Romanian)  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ro/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								floe nele 
							
						 
					 
					
						
						
							
						
						975d8b0ba0 
					 
					
						
						
							
							Translated using Weblate (Dutch)  
						
						... 
						
						
						
						Currently translated at 44.3% (249 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/nl/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								jonnysemon 
							
						 
					 
					
						
						
							
						
						e349898d9e 
					 
					
						
						
							
							Translated using Weblate (Arabic)  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ar/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								rexcsk 
							
						 
					 
					
						
						
							
						
						a8802da5a7 
					 
					
						
						
							
							Translated using Weblate (Chinese (Traditional))  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hant/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								maboroshin 
							
						 
					 
					
						
						
							
						
						19993dfc04 
					 
					
						
						
							
							Translated using Weblate (Japanese)  
						
						... 
						
						
						
						Currently translated at 98.3% (553 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/ja/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								joaooliva 
							
						 
					 
					
						
						
							
						
						e99dd442e1 
					 
					
						
						
							
							Translated using Weblate (Portuguese (Brazil))  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/pt_BR/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								gallegonovato 
							
						 
					 
					
						
						
							
						
						d886113f27 
					 
					
						
						
							
							Translated using Weblate (Spanish)  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/es/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								Ophiushi 
							
						 
					 
					
						
						
							
						
						ea9b759887 
					 
					
						
						
							
							Translated using Weblate (French)  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/fr/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								rexcsk 
							
						 
					 
					
						
						
							
						
						0e784be231 
					 
					
						
						
							
							Translated using Weblate (Chinese (Traditional))  
						
						... 
						
						
						
						Currently translated at 99.6% (560 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/zh_Hant/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								rexcsk 
							
						 
					 
					
						
						
							
						
						d0ab73eeb2 
					 
					
						
						
							
							Translated using Weblate (English)  
						
						... 
						
						
						
						Currently translated at 100.0% (562 of 562 strings)
Translation: Yattee/Localizable.strings
Translate-URL: https://hosted.weblate.org/projects/yattee/localizable-strings/en/  
						
						
							
						
					 
					
						2024-04-01 22:58:48 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						2193129818 
					 
					
						
						
							
							Merge pull request  #622  from rickykresslein/limit-recents-shown  
						
						... 
						
						
						
						Show/hide recents and limit number of recents shown 
						
						
							
						
					 
					
						2024-04-01 22:58:42 +02:00 
						 
				 
			
				
					
						
							
							
								Toni Förster 
							
						 
					 
					
						
						
							
						
						f84c6d319a 
					 
					
						
						
							
							iv: use html comments instead of plain text  
						
						... 
						
						
						
						It now correctly displays emojis hyphens 
						
						
							
						
					 
					
						2024-04-01 15:08:08 +02:00 
						 
				 
			
				
					
						
							
							
								0x000C 
							
						 
					 
					
						
						
							
						
						1f667818db 
					 
					
						
						
							
							Change shareURL() in VideosAPI and callers to use URLs instead of hostnames  
						
						
						
						
							
						
					 
					
						2024-03-20 20:21:26 -07:00 
						 
				 
			
				
					
						
							
							
								0x000C 
							
						 
					 
					
						
						
							
						
						784893048d 
					 
					
						
						
							
							Merge branch 'bugfix/619' of  https://github.com/0x000C/yattee  into bugfix/619  
						
						
						
						
							
						
					 
					
						2024-03-18 22:06:23 -07:00 
						 
				 
			
				
					
						
							
							
								0x000C 
							
						 
					 
					
						
						
							
						
						6ec516dc3d 
					 
					
						
						
							
							fix: Remove ports from shared YouTube links  
						
						... 
						
						
						
						Fix  #619 : Remove ports from shared YouTube links 
					
						2024-03-18 22:01:34 -07:00 
						 
				 
			
				
					
						
							
							
								0x000C 
							
						 
					 
					
						
						
							
						
						1c7da30caf 
					 
					
						
						
							
							fix: Remove ports from shared YouTube links  
						
						
						
						
							
						
					 
					
						2024-03-18 21:58:16 -07:00 
						 
				 
			
				
					
						
							
							
								Ricky Kresslein 
							
						 
					 
					
						
						
							
						
						87337f31a5 
					 
					
						
						
							
							Updated importer and exporter to include new defaults  
						
						
						
						
							
						
					 
					
						2024-02-28 18:35:03 +01:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						cf5262a86e 
					 
					
						
						
							
							Bump build number to 180  
						
						
						
						
							
 
						
					 
					
						2024-02-28 14:35:54 +01:00 
						 
				 
			
				
					
						
							
							
								Arkadiusz Fal 
							
						 
					 
					
						
						
							
						
						d6be0ffa5b 
					 
					
						
						
							
							Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2024-02-28 14:35:54 +01:00