mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Update for version 0.3.3
This commit is contained in:
parent
1f0fea2937
commit
4121876116
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
#########
|
||||
|
||||
* 0.3.3
|
||||
* Thumbnails in the UI and a Django-suit -based face-lift courtesy of @ekw!
|
||||
* Timezone, items per page, and default language are now all configurable,
|
||||
also thanks to @ekw.
|
||||
|
||||
* 0.3.2
|
||||
* Fix for `#172`_: defaulting ALLOWED_HOSTS to ``["*"]`` and allowing the
|
||||
user to set her own value via ``PAPERLESS_ALLOWED_HOSTS`` should the need
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = (0, 3, 2)
|
||||
__version__ = (0, 3, 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue