Omar Roth 
							
						 
					 
					
						
						
							
						
						6ff2229a09 
					 
					
						
						
							
							Bump dependencies  
						
						 
						
						
						
						
					 
					
						2020-03-06 13:59:42 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						588fc6df85 
					 
					
						
						
							
							Bump dependencies  
						
						 
						
						
						
						
					 
					
						2019-12-14 16:10:46 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						a017574f74 
					 
					
						
						
							
							Add support for force_resolve to QUIC client  
						
						 
						
						
						
						
					 
					
						2019-11-28 08:19:28 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						3fea1976c8 
					 
					
						
						
							
							Update dependencies  
						
						 
						
						
						
						
					 
					
						2019-11-24 15:26:19 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						cf97dd9fcd 
					 
					
						
						
							
							Bump dependencies  
						
						 
						
						
						
						
					 
					
						2019-11-24 14:00:53 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						0e3a48ff76 
					 
					
						
						
							
							Update QUICPool  
						
						 
						
						
						
						
					 
					
						2019-11-24 13:41:47 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						05988c1c49 
					 
					
						
						
							
							Bump version  
						
						 
						
						
						
						
					 
					
						2019-11-18 20:41:42 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						d46b26e3bc 
					 
					
						
						
							
							Use QUIC for connections to YouTube  
						
						 
						
						
						
						
					 
					
						2019-11-18 17:28:32 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						e56129111a 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-11-05 23:38:49 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						2ebfaf76f2 
					 
					
						
						
							
							Refactor continuation token handling  
						
						 
						
						
						
						
					 
					
						2019-10-27 13:50:42 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						6930570fa2 
					 
					
						
						
							
							Add HTTPClient pool  
						
						 
						
						
						
						
					 
					
						2019-10-25 12:58:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						da07f99d3d 
					 
					
						
						
							
							Bump supported Crystal version  
						
						 
						
						
						
						
					 
					
						2019-09-30 15:36:54 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								leonklingele 
							
						 
					 
					
						
						
							
						
						1aefc5b540 
					 
					
						
						
							
							Update to Crystal 0.31.0, resolve compiler deprecation warnings, update dependencies ( #764 )  
						
						 
						
						... 
						
						
						
						* shard: update to crystal 0.31.0
Additionally, no longer use the Crystal "markdown" library which has
been removed from the Crystal stdlib in version 0.31.0.
See https://github.com/crystal-lang/crystal/pull/8115 .
Also fix some deprecation warnings using the following commands:
    find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.escape/URI\.encode_www_form/g' "{}" \;
    find . \( -type d -name .git -prune \) -o -type f -exec sed -i 's/URI\.unescape/URI\.decode_www_form/g' "{}" \;
    sed -i 's/while \%pull\.kind \!\= \:end_object/until \%pull\.kind\.end_object\?/g' src/invidious/helpers/patch_mapping.cr 
						
						
					 
					
						2019-09-24 13:31:33 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leon Klingele 
							
						 
					 
					
						
						
							
						
						10d690c8fb 
					 
					
						
						
							
							shard: update to crystal 0.30.1  
						
						 
						
						
						
						
					 
					
						2019-08-14 23:44:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leon Klingele 
							
						 
					 
					
						
						
							
						
						52f71cdda0 
					 
					
						
						
							
							shard: update dependencies  
						
						 
						
						... 
						
						
						
						This updates will/crystal-pg to 0.18.1 and kemalcr/kemal tp 0.26.0. 
						
						
					 
					
						2019-08-14 23:44:03 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leon Klingele 
							
						 
					 
					
						
						
							
						
						5e6d7f5d16 
					 
					
						
						
							
							shard: update dependencies  
						
						 
						
						
						
						
					 
					
						2019-08-05 04:19:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						37d064d836 
					 
					
						
						
							
							Bump Crystal version  
						
						 
						
						
						
						
					 
					
						2019-08-04 09:16:29 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								leonklingele 
							
						 
					 
					
						
						
							
						
						824150f89b 
					 
					
						
						
							
							Add Travis CI and pin dependencies ( #655 )  
						
						 
						
						
						
						
					 
					
						2019-08-04 09:10:32 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						9e2a65a5ce 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-07-12 23:45:21 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						62f7f7a689 
					 
					
						
						
							
							Update shard.yml  
						
						 
						
						
						
						
					 
					
						2019-06-15 10:34:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						2febc268f7 
					 
					
						
						
							
							Fix warnings in Crystal 0.29  
						
						 
						
						
						
						
					 
					
						2019-06-07 21:13:50 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						89725df3dc 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-06-05 23:08:16 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						5e2889e776 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-05-05 23:02:43 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						0372ff0c2c 
					 
					
						
						
							
							Update shard.yml  
						
						 
						
						
						
						
					 
					
						2019-04-19 08:49:08 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						301871aec6 
					 
					
						
						
							
							Bump version  
						
						 
						
						
						
						
					 
					
						2019-04-18 08:37:29 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						8d5f941829 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-04-05 23:04:56 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Perflyst 
							
						 
					 
					
						
						
							
						
						dfdb7c835b 
					 
					
						
						
							
							Update contact email in shard.yml  
						
						 
						
						
						
						
					 
					
						2019-03-20 16:33:31 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						7448159d6b 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2019-03-05 23:55:24 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						66605196ad 
					 
					
						
						
							
							Remove "detect_language" from dependencies  
						
						 
						
						
						
						
					 
					
						2019-03-03 11:51:28 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						51df0860cc 
					 
					
						
						
							
							Update dependencies  
						
						 
						
						
						
						
					 
					
						2019-02-27 16:52:37 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						2847c34f58 
					 
					
						
						
							
							Bump version  
						
						 
						
						
						
						
					 
					
						2019-02-25 12:16:13 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						1dcfa90c8e 
					 
					
						
						
							
							Update version and bump changelog  
						
						 
						
						
						
						
					 
					
						2019-02-06 17:50:04 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						f225d38680 
					 
					
						
						
							
							Revert updated dependencies  
						
						 
						
						
						
						
					 
					
						2019-02-04 15:34:53 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						e6e3d826b9 
					 
					
						
						
							
							Update shard.yml  
						
						 
						
						
						
						
					 
					
						2019-02-04 12:05:31 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						2425368c3a 
					 
					
						
						
							
							Bump version  
						
						 
						
						
						
						
					 
					
						2019-01-19 10:03:23 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						81c2ecc788 
					 
					
						
						
							
							Bump version and update CHANGELOG  
						
						 
						
						
						
						
					 
					
						2019-01-05 21:54:23 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						2ef3db334f 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2018-12-05 22:17:43 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						fd7aa59e0f 
					 
					
						
						
							
							Properly parse NewPipe imports  
						
						 
						
						
						
						
					 
					
						2018-11-21 17:12:13 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						8766475e55 
					 
					
						
						
							
							Update shards.yml  
						
						 
						
						
						
						
					 
					
						2018-11-09 21:30:02 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						b77c73df0d 
					 
					
						
						
							
							Clean up data import/export  
						
						 
						
						
						
						
					 
					
						2018-11-09 17:25:24 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						4f856dd898 
					 
					
						
						
							
							Add support for Crystal 0.27.0  
						
						 
						
						
						
						
					 
					
						2018-11-04 09:37:12 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						8fd54027de 
					 
					
						
						
							
							Bump version  
						
						 
						
						
						
						
					 
					
						2018-10-23 20:55:20 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						8b69e23471 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2018-10-15 21:22:22 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						3fe4547f8e 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2018-10-09 08:09:04 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						43d6b65b4f 
					 
					
						
						
							
							Update CHANGELOG and bump version  
						
						 
						
						
						
						
					 
					
						2018-10-01 22:53:27 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						e122d68acc 
					 
					
						
						
							
							0.7.0  
						
						 
						
						
						
						
					 
					
						2018-09-24 19:48:06 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						446d8569a4 
					 
					
						
						
							
							Bump version to match tag  
						
						 
						
						
						
						
					 
					
						2018-09-06 10:54:12 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						29dc114f7a 
					 
					
						
						
							
							Bump supported Crystal version  
						
						 
						
						
						
						
					 
					
						2018-09-05 20:30:44 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						1409160ee6 
					 
					
						
						
							
							Fix typo in shard.yml  
						
						 
						
						
						
						
					 
					
						2018-08-14 12:29:27 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Omar Roth 
							
						 
					 
					
						
						
							
						
						6e434409a0 
					 
					
						
						
							
							Update to Crystal 0.26.0  
						
						 
						
						
						
						
					 
					
						2018-08-14 09:41:03 -05:00