mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	CHANGELOG.md: Clean up and tweak
This commit is contained in:
		@@ -2,10 +2,10 @@
 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
 | 
			
		||||
- Correctly render tab stops in --show-all, see #2038 (@Synthetica9)
 | 
			
		||||
- Add a `--style=default` option, less verbose than `full`, see #2061 (@IsaacHorvath)
 | 
			
		||||
- Enable BusyBox less as pager, see #2162 (@nfisher1226)
 | 
			
		||||
- File extensions are now matched without taking case into account. See #1854, #2181 (@Enselic)
 | 
			
		||||
- Correctly render tab stops in `--show-all`, see #2038 (@Synthetica9)
 | 
			
		||||
- Add a `--style=default` option and make it the default. It is less verbose than `full`, see #2061 (@IsaacHorvath)
 | 
			
		||||
- Enable BusyBox `less` as pager, see #2162 (@nfisher1226)
 | 
			
		||||
- File extensions are now matched case-insensitively. See #1854, #2181 (@Enselic)
 | 
			
		||||
 | 
			
		||||
## Bugfixes
 | 
			
		||||
 | 
			
		||||
@@ -39,6 +39,7 @@
 | 
			
		||||
- Change `Error::SyntectError(syntect::LoadingError)` to `Error::SyntectError(syntect::Error)`. See #2181 (@Enselic)
 | 
			
		||||
- Add `Error::SyntectLoadingError(syntect::LoadingError)` enum variant. See #2181 (@Enselic)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# v0.20.0
 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user