nkanaev 
							
						 
					 
					
						
						
							
						
						c092842ee4 
					 
					
						
						
							
							Update changelog.txt  
						
						
						
						
							
						
					 
					
						2023-01-30 22:11:00 +00:00 
						 
				 
			
				
					
						
							
							
								Aaron Bieber 
							
						 
					 
					
						
						
							
						
						e4c1d01915 
					 
					
						
						
							
							Add manifest.json for better mobile integration  
						
						... 
						
						
						
						manifest.json allows yarr to run in a more app-like mode on mobile
devices.
More info here: https://developer.mozilla.org/en-US/docs/Web/Manifest  
						
						
							
						
					 
					
						2023-01-30 22:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						ce07ddea92 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2023-01-29 14:30:36 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						bd6322e533 
					 
					
						
						
							
							set article view width limit  
						
						
						
						
							
						
					 
					
						2023-01-29 14:28:43 +00:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						91da774286 
					 
					
						
						
							
							Create todo.txt  
						
						
						
						
							
						
					 
					
						2022-11-16 10:21:55 +00:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						e62906e63d 
					 
					
						
						
							
							fix readability edge case  
						
						
						
						
							
						
					 
					
						2022-11-14 15:11:05 +00:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						56e5625adc 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2022-09-27 19:53:29 +01:00 
						 
				 
			
				
					
						
							
							
								Jake Bauer 
							
						 
					 
					
						
						
							
						
						1ecf4b0bb4 
					 
					
						
						
							
							fix linux download instruction  
						
						... 
						
						
						
						The instruction for downloading yarr for linux told the user to download yar-*-windows which is incorrect. The Linux package on the releases page is yarr-*-linux64.zip. 
						
						
							
						
					 
					
						2022-09-27 19:42:08 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						57d9421c7f 
					 
					
						
						
							
							update readme.md  
						
						
						
						
							
						
					 
					
						2022-09-09 22:16:41 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						a73188944d 
					 
					
						
						
							
							Update readme.md  
						
						
						
						
							
						
					 
					
						2022-09-09 22:14:37 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						97904cc0f3 
					 
					
						
						
							
							linux installation script  
						
						
						
						
							
						
					 
					
						2022-09-09 22:13:55 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						f28f354992 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-08-21 13:32:18 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						698f5d6d06 
					 
					
						
						
							
							handle google url redirect in page crawler  
						
						
						
						
							
						
					 
					
						2022-08-21 13:31:18 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						b935a1c511 
					 
					
						
						
							
							Update changelog.txt  
						
						
						
						
							
						
					 
					
						2022-08-01 23:20:09 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Prinetti 
							
						 
					 
					
						
						
							
						
						10e6bfa5a0 
					 
					
						
						
							
							Set auth without authfile  
						
						... 
						
						
						
						With this patch, it is possible to pass username and password directly
on the command line with:
```shell
yarr --auth 'username:password'
```
The corresponding environment variable comes handy with containers:
```shell
YARR_AUTH='username:password' yarr
``` 
						
						
							
						
					 
					
						2022-07-06 15:21:41 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						f030a4075b 
					 
					
						
						
							
							refactoring  
						
						
						
						
							
						
					 
					
						2022-07-04 16:03:50 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Prinetti 
							
						 
					 
					
						
						
							
						
						c9dd977600 
					 
					
						
						
							
							Allow passwords with column  
						
						... 
						
						
						
						Before this patch, an `authfile` with multiple column symbols was not
valid.
After this patch, all characters after the first `:` constitute the
password, until EOL. 
						
						
							
						
					 
					
						2022-07-04 15:21:09 +01:00 
						 
				 
			
				
					
						
							
							
								Pierre Prinetti 
							
						 
					 
					
						
						
							
						
						c1bcc0c517 
					 
					
						
						
							
							Run go fmt  
						
						... 
						
						
						
						This patch is the result of running `go fmt ./...` with Go v1.16.15. 
						
						
							
						
					 
					
						2022-07-04 15:20:49 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						2a5692d9a7 
					 
					
						
						
							
							fix scrolling issue with large font  
						
						
						
						
							
						
					 
					
						2022-06-29 11:41:01 +01:00 
						 
				 
			
				
					
						
							
							
								quoing 
							
						 
					 
					
						
						
							
						
						a8d160f9b1 
					 
					
						
						
							
							Fix concurrent map writes for FeedIcon cache  
						
						
						
						
							
						
					 
					
						2022-06-21 16:12:59 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						286cbff236 
					 
					
						
						
							
							update favicon (2nd attempt)  
						
						
						
						
							
						
					 
					
						2022-06-06 10:04:47 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						fff0870d3b 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-06-02 10:18:17 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						fe22460c07 
					 
					
						
						
							
							favicon tweaks  
						
						
						
						
							
						
					 
					
						2022-06-02 10:16:56 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						18f2789a5d 
					 
					
						
						
							
							oopsies  
						
						
						
						
							
						
					 
					
						2022-06-01 21:04:42 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						7f161a5408 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-06-01 21:02:13 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						cba3fbc48c 
					 
					
						
						
							
							fix append (different behaviour in arm)  
						
						
						
						
							
						
					 
					
						2022-06-01 20:51:00 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						5e46f1480e 
					 
					
						
						
							
							add vendor  
						
						
						
						
							
						
					 
					
						2022-06-01 20:49:50 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						ead253c55f 
					 
					
						
						
							
							cross-compilation for ARMv7  
						
						
						
						
							
						
					 
					
						2022-06-01 20:49:38 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						6b8da92cb3 
					 
					
						
						
							
							update link  
						
						
						
						
							
						
					 
					
						2022-06-01 13:26:03 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						a91f64ce9d 
					 
					
						
						
							
							docker build instructions  
						
						
						
						
							
						
					 
					
						2022-06-01 13:24:39 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						e1a6ccf133 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-05-03 20:59:24 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						d2c034a850 
					 
					
						
						
							
							v2.3  
						
						
						
						
							
 
						
					 
					
						2022-05-03 20:40:39 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						713930decc 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-05-03 15:45:22 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						ee2a825cf0 
					 
					
						
						
							
							get rss link when atom link is present  
						
						... 
						
						
						
						found in: https://rss.nytimes.com/services/xml/rss/nyt/Arts.xml 
when both rss and atom link elements are present, xml parser returns
empty string. provide default namespace to capture rss link properly. 
						
						
							
						
					 
					
						2022-05-03 15:35:57 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						8e9da86f83 
					 
					
						
						
							
							nah  
						
						
						
						
							
						
					 
					
						2022-04-09 16:06:19 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						9eb49fd3a7 
					 
					
						
						
							
							credits  
						
						
						
						
							
						
					 
					
						2022-04-09 16:03:46 +01:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						684bc25b83 
					 
					
						
						
							
							fix: load more items to prevent scroll lock  
						
						
						
						
							
						
					 
					
						2022-04-09 15:58:33 +01:00 
						 
				 
			
				
					
						
							
							
								nkanaev 
							
						 
					 
					
						
						
							
						
						8ceab03cd7 
					 
					
						
						
							
							fix text color in dark mode  
						
						
						
						
							
						
					 
					
						2022-03-01 10:43:25 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						34dad4ac8f 
					 
					
						
						
							
							systray: fix build flag  
						
						
						
						
							
						
					 
					
						2022-02-16 14:04:04 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						b40d930f8a 
					 
					
						
						
							
							credits  
						
						
						
						
							
						
					 
					
						2022-02-15 22:12:32 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						d4b34e900e 
					 
					
						
						
							
							update test  
						
						
						
						
							
						
					 
					
						2022-02-15 22:04:16 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						954b549029 
					 
					
						
						
							
							update  
						
						
						
						
							
						
					 
					
						2022-02-15 21:56:32 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						fbd0b2310e 
					 
					
						
						
							
							update changelog  
						
						
						
						
							
						
					 
					
						2022-02-14 20:33:28 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						be7af0ccaf 
					 
					
						
						
							
							handle invalid chars in non-utf8 xml  
						
						
						
						
							
						
					 
					
						2022-02-14 15:23:55 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						18221ef12d 
					 
					
						
						
							
							use bytes.Buffer instead  
						
						
						
						
							
						
					 
					
						2022-02-14 11:05:38 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						4c0726412b 
					 
					
						
						
							
							do not build systray in linux  
						
						
						
						
							
						
					 
					
						2022-02-14 00:56:03 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						d7253a60b8 
					 
					
						
						
							
							strip out invalid xml characters  
						
						
						
						
							
						
					 
					
						2022-02-12 23:42:44 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						2de3ddff08 
					 
					
						
						
							
							fix test  
						
						
						
						
							
						
					 
					
						2022-02-12 23:41:01 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						830248b6ae 
					 
					
						
						
							
							store feed size  
						
						
						
						
							
						
					 
					
						2022-02-10 22:14:47 +00:00 
						 
				 
			
				
					
						
							
							
								Nazar Kanaev 
							
						 
					 
					
						
						
							
						
						f8db2ef7ad 
					 
					
						
						
							
							delete old items based on feed size  
						
						
						
						
							
						
					 
					
						2022-02-10 22:14:47 +00:00