mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix: allow for caps in file name suffixes #206
@schinkelg ran aground of this one and I took the opportunity to add a test to catch this sort of thing for next time.
This commit is contained in:
		@@ -1,6 +1,10 @@
 | 
			
		||||
Changelog
 | 
			
		||||
#########
 | 
			
		||||
 | 
			
		||||
* 0.4.1
 | 
			
		||||
  * Fix for `#206`_ wherein the pluggable parser didn't recognise files with
 | 
			
		||||
    all-caps suffixes like ``.PDF``
 | 
			
		||||
 | 
			
		||||
* 0.4.0
 | 
			
		||||
  * Introducing reminders.  See `#199`_ for more information, but the short
 | 
			
		||||
    explanation is that you can now attach simple notes & times to documents
 | 
			
		||||
@@ -211,3 +215,4 @@ Changelog
 | 
			
		||||
.. _#179: https://github.com/danielquinn/paperless/pull/179
 | 
			
		||||
.. _#199: https://github.com/danielquinn/paperless/issues/199
 | 
			
		||||
.. _#200: https://github.com/danielquinn/paperless/issues/200
 | 
			
		||||
.. _#206: https://github.com/danielquinn/paperless/issues/206
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user