1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

update CHANGELIST for 0.7.6

This commit is contained in:
Ilya Kreymer 2015-01-26 10:31:24 -08:00
parent 38e3bbbaef
commit 5acd1164ab

View File

@ -3,11 +3,16 @@ pywb 0.7.6 changelist
* packaging: allow adding multiple packages for Jinja2 template resolving
* wombat rewrite: improved rewrite of postMessage events, unrewrite target on receive, improved Vine replay
* not_found.html: Add collection overridable `not_found.html` template. For missing resources, the `not_found.html` template is now used instead of generic `error.html`
pywb 0.7.5 changelist
~~~~~~~~~~~~~~~~~~~~~
* Cross platform fixes to support Windows -- all tests pass on Linux, OS X and Windows now. Improved cross-platform support includes:
- read all files as binary to avoid line ending issues
- properly convert between platform dependent file paths and urls
- add .gitattributes to ensure line endings on *.warc*, *.arc*, *.cdx* files are unaltered