mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	prep work for 0.9.2
This commit is contained in:
		
							parent
							
								
									c99668b355
								
							
						
					
					
						commit
						1e9ac63428
					
				@ -15,7 +15,7 @@ services:
 | 
				
			|||||||
      POSTGRES_PASSWORD: paperless
 | 
					      POSTGRES_PASSWORD: paperless
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  webserver:
 | 
					  webserver:
 | 
				
			||||||
    image: jonaswinkler/paperless-ng:0.9.1
 | 
					    image: jonaswinkler/paperless-ng:0.9.2
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - db
 | 
					      - db
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ services:
 | 
				
			|||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  webserver:
 | 
					  webserver:
 | 
				
			||||||
    image: jonaswinkler/paperless-ng:0.9.1
 | 
					    image: jonaswinkler/paperless-ng:0.9.2
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - broker
 | 
					      - broker
 | 
				
			||||||
 | 
				
			|||||||
@ -5,10 +5,10 @@
 | 
				
			|||||||
Changelog
 | 
					Changelog
 | 
				
			||||||
*********
 | 
					*********
 | 
				
			||||||
 | 
					
 | 
				
			||||||
next
 | 
					paperless-ng 0.9.2
 | 
				
			||||||
####
 | 
					##################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Major changes to the front end (colors, shadows, layout of the cards,
 | 
					* Major changes to the front end (colors, logo, shadows, layout of the cards,
 | 
				
			||||||
  better mobile support)
 | 
					  better mobile support)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Paperless now uses mime types and libmagic detection to determine
 | 
					* Paperless now uses mime types and libmagic detection to determine
 | 
				
			||||||
 | 
				
			|||||||
@ -42,7 +42,8 @@ Fancy mail filters!
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. image:: _static/paperless-11-mail-filters.png
 | 
					.. image:: _static/paperless-11-mail-filters.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Mobile support in the future? This doesn't really work yet.
 | 
					Mobile support in the future? This kinda works, however some layouts are still
 | 
				
			||||||
 | 
					too wide.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. image:: _static/paperless-10-mobile.png
 | 
					.. image:: _static/paperless-10-mobile.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1 +1 @@
 | 
				
			|||||||
__version__ = (0, 9, 1)
 | 
					__version__ = (0, 9, 2)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user