aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormattack108 <matt.lenc@gmail.com>2013-01-17 12:52:19 +0000
committermattack108 <matt.lenc@gmail.com>2013-01-17 12:52:19 +0000
commitee40bbed5428df2de10799b5a586a8103976e436 (patch)
tree0b435b3811e1123a0b5fcf686607ad1164e72a04 /CHANGELOG.md
parent5716bc8be3b4599aad4c7b62759ce9dce9ed2f7a (diff)
downloaddjango-wkhtmltopdf-ee40bbed5428df2de10799b5a586a8103976e436.tar.gz
django-wkhtmltopdf-ee40bbed5428df2de10799b5a586a8103976e436.tar.bz2
django-wkhtmltopdf-ee40bbed5428df2de10799b5a586a8103976e436.zip
Update CHANGELOG with latest changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60f0f0d..7de6480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,27 @@
Changelog for django-wkhtmltopdf
================================
+
+1.2
+---
+
+* Fixed tests.
+* Added option for not forcing download of PDF content. By default the content
+ is saved to a file, but can be displayed in the browser directly when
+ `show_content_in_browser` is set to True on `PDFTemplateView`.
+* Removed duplicates when replacing STATIC/MEDIA paths.
+* Fixed an issue when WKHTMLTOPDF_CMD consists of many parts.
+* Fixed the local file paths so it works on Windows.
+
+
1.1
---
-* Removed override_settings code for rewriting ther STAIC and MEDIA URLs as it
+* Removed override_settings code for rewriting the STATIC and MEDIA URLs as it
was not suitable for production use. It has been replaced with a string
replace for just now, but a proper HTML parser may be required in the future.
+
1.0.1
-----
@@ -17,11 +31,11 @@ Changelog for django-wkhtmltopdf
1.0
---
-* Refactor of the PDFTemplateView to expose more options as class attributes
+* Refactor of the PDFTemplateView to expose more options as class attributes.
* Addition/restructuring of several settings: `WKHTMLTOPDF_CMD`,
- `WKHTMLTOPDF_CMD_OPTIONS`, `WKHTMLTOPDF_DEBUG`, `WKHTMLTOPDF_ENV`
-* Reliable methods of passing command line arguments to the binary
-* Add compatibility by default with `staticfiles` and `django-compressor`
+ `WKHTMLTOPDF_CMD_OPTIONS`, `WKHTMLTOPDF_DEBUG`, `WKHTMLTOPDF_ENV`.
+* Reliable methods of passing command line arguments to the binary.
+* Add compatibility by default with `staticfiles` and `django-compressor`.
0.3