mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
bump to version to 0.9.2
This commit is contained in:
parent
cf4b5c50dd
commit
2dbde35d74
@ -1,17 +1,22 @@
|
|||||||
|
pywb 0.9.2 changelist
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pywb 0.9.1 changelist
|
pywb 0.9.1 changelist
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Implement pagination support for zipnum cluster and added to cdx server api:
|
* Implement pagination support for zipnum cluster and added to cdx server api:
|
||||||
|
|
||||||
https://github.com/ikreymer/pywb/wiki/CDX-Server-API
|
https://github.com/ikreymer/pywb/wiki/CDX-Server-API
|
||||||
|
|
||||||
* cdx server query: add support for ``url=*.host`` and ``url=host/*`` as shortcuts for ``matchType=domain`` and ``matchType=prefix``
|
* cdx server query: add support for ``url=*.host`` and ``url=host/*`` as shortcuts for ``matchType=domain`` and ``matchType=prefix``
|
||||||
|
|
||||||
* zipnum cdx cluster: support loading index shared from prefix path instead of seperate location file.
|
* zipnum cdx cluster: support loading index shared from prefix path instead of seperate location file.
|
||||||
|
|
||||||
The ``shard_index_loc`` config property may contain match and replace properties.
|
The ``shard_index_loc`` config property may contain match and replace properties.
|
||||||
Regex replacement is then used to obtain path prefix from the shard prefix path.
|
Regex replacement is then used to obtain path prefix from the shard prefix path.
|
||||||
|
|
||||||
* wombat: fix `document.write()` rewriting to rewrite each element at a time and use underlying write for better compatibility.
|
* wombat: fix `document.write()` rewriting to rewrite each element at a time and use underlying write for better compatibility.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PyWb 0.9.1
|
PyWb 0.9.2
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
|
.. image:: https://travis-ci.org/ikreymer/pywb.svg?branch=master
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = '0.9.1'
|
__version__ = '0.9.2'
|
||||||
|
|
||||||
DEFAULT_CONFIG = 'pywb/default_config.yaml'
|
DEFAULT_CONFIG = 'pywb/default_config.yaml'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user