mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
build: fix incorrectly built 0.7.0, update to 0.7.1
This commit is contained in:
parent
a76bf79b83
commit
d6c05042c9
@ -1,10 +1,12 @@
|
|||||||
pywb 0.7.0 changelist
|
pywb 0.7.1 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* (0.7.1 fixes some missing static files from 0.7.0 release)
|
||||||
|
|
||||||
* Video/Audio Replay, Live Proxy and Recording Support (with pywb-webrecorder)!
|
* Video/Audio Replay, Live Proxy and Recording Support (with pywb-webrecorder)!
|
||||||
|
|
||||||
See: `Video Replay and Recording <https://github.com/ikreymer/pywb/wiki/Video-Replay-and-Recording>`_ for more detailed info.
|
See: `Video Replay and Recording <https://github.com/ikreymer/pywb/wiki/Video-Replay-and-Recording>`_ for more detailed info.
|
||||||
|
|
||||||
* Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false`)
|
* Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false`)
|
||||||
|
|
||||||
* Support for on-the-fly video replacement of Flash with HTML5 using new video rewrite system ``vidrw.js``.
|
* 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
|
|||||||
- Date override sets date to replay timestamp
|
- Date override sets date to replay timestamp
|
||||||
- Image() object override
|
- Image() object override
|
||||||
- ability to disable dynamic attribute rewriting by setting `_no_rewrite` on an element.
|
- ability to disable dynamic attribute rewriting by setting `_no_rewrite` on an element.
|
||||||
|
|
||||||
* Type detection: resolve conflict between text/html that is served under js_ mod, resolve if html or js.
|
* Type detection: resolve conflict between text/html that is served under js_ mod, resolve if html or js.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
PyWb 0.7.0
|
PyWb 0.7.1
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
|
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
|
||||||
:target: https://travis-ci.org/ikreymer/pywb
|
:target: https://travis-ci.org/ikreymer/pywb
|
||||||
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
|
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
|
||||||
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
|
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
|
||||||
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
.. image:: https://img.shields.io/gratipay/ikreymer.svg
|
||||||
:target: https://www.gratipay.com/ikreymer/
|
:target: https://www.gratipay.com/ikreymer/
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -34,7 +34,7 @@ class PyTest(TestCommand):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pywb',
|
name='pywb',
|
||||||
version='0.7.0',
|
version='0.7.1',
|
||||||
url='https://github.com/ikreymer/pywb',
|
url='https://github.com/ikreymer/pywb',
|
||||||
author='Ilya Kreymer',
|
author='Ilya Kreymer',
|
||||||
author_email='ikreymer@gmail.com',
|
author_email='ikreymer@gmail.com',
|
||||||
@ -42,7 +42,7 @@ setup(
|
|||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
#include_package_data=True,
|
||||||
provides=[
|
provides=[
|
||||||
'pywb',
|
'pywb',
|
||||||
'pywb.utils',
|
'pywb.utils',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user