File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- pywb 0.7.0 changelist
1
+ pywb 0.7.1 changelist
2
2
~~~~~~~~~~~~~~~~~~~~~
3
3
4
+ * (0.7.1 fixes some missing static files from 0.7.0 release)
5
+
4
6
* Video/Audio Replay, Live Proxy and Recording Support (with pywb-webrecorder)!
5
7
6
8
See: `Video Replay and Recording <https://github.com/ikreymer/pywb/wiki/Video-Replay-and-Recording >`_ for more detailed info.
7
-
9
+
8
10
* Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false `)
9
11
10
12
* Support for on-the-fly video replacement of Flash with HTML5 using new video rewrite system ``vidrw.js ``.
@@ -18,7 +20,7 @@ pywb 0.7.0 changelist
18
20
- Date override sets date to replay timestamp
19
21
- Image() object override
20
22
- ability to disable dynamic attribute rewriting by setting `_no_rewrite ` on an element.
21
-
23
+
22
24
* Type detection: resolve conflict between text/html that is served under js _ mod, resolve if html or js.
23
25
24
26
Original file line number Diff line number Diff line change 1
- PyWb 0.7.0
1
+ PyWb 0.7.1
2
2
==========
3
3
4
- .. image :: https://travis-ci.org/ikreymer/pywb.png?branch=develop
4
+ .. image :: https://travis-ci.org/ikreymer/pywb.png?branch=master
5
5
:target: https://travis-ci.org/ikreymer/pywb
6
- .. image :: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
7
- :target: https://coveralls.io/r/ikreymer/pywb?branch=develop
6
+ .. image :: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
7
+ :target: https://coveralls.io/r/ikreymer/pywb?branch=master
8
8
.. image :: https://img.shields.io/gratipay/ikreymer.svg
9
9
:target: https://www.gratipay.com/ikreymer/
10
10
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ def run_tests(self):
34
34
35
35
setup (
36
36
name = 'pywb' ,
37
- version = '0.7.0 ' ,
37
+ version = '0.7.1 ' ,
38
38
url = 'https://github.com/ikreymer/pywb' ,
39
39
author = 'Ilya Kreymer' ,
40
40
author_email = 'ikreymer@gmail.com' ,
41
41
description = 'Python WayBack Machine for web archive replay' ,
42
42
long_description = long_description ,
43
43
license = 'GPL' ,
44
44
packages = find_packages (),
45
- include_package_data = True ,
45
+ # include_package_data=True,
46
46
provides = [
47
47
'pywb' ,
48
48
'pywb.utils' ,
You can’t perform that action at this time.
0 commit comments