Skip to content

Commit 96de80f

Browse files
committed
update CHANGES for 2.6.0 release!
README: update for 2.6, add links to guides! bump version to 2.6.0
1 parent b28c8f1 commit 96de80f

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
pywb 2.6.0 changelist
2+
~~~~~~~~~~~~~~~~~~~~~
3+
4+
* Improvements for eval() rewriting + extra unnamed scope to avoid variable collision `#668 <https://github.com/webrecorder/pywb/pull/668>`_
5+
6+
* fix for documentation links `#666 <https://github.com/webrecorder/pywb/pull/666>`_
7+
8+
* Update to latest wombat.js (3.3.0)
9+
10+
111
pywb 2.6.0b4 changelist
212
~~~~~~~~~~~~~~~~~~~~~~~
313

@@ -11,6 +21,7 @@ pywb 2.6.0b4 changelist
1121

1222
* Update to latest wombat.js (3.2.2)
1323

24+
1425
pywb 2.6.0b3 changelist
1526
~~~~~~~~~~~~~~~~~~~~~~~
1627

README.rst

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Webrecorder pywb 2.5
1+
Webrecorder pywb 2.6
22
====================
33

44
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/master/pywb/static/pywb-logo.png
@@ -43,9 +43,13 @@ The 2.x release included a major overhaul of pywb and introduces many new featur
4343

4444
* Improved 'calendar' query UI with incremental loading, grouping results by year and month, and updated replay banner.
4545

46-
* New in 2.4: Extensible UI customizations system for modifying all aspects of the UI.
46+
* Extensible UI customizations system for modifying all aspects of the UI.
4747

48-
* New in 2.4: Robust access control system for blocking or excluding URLs, by prefix or by exact match.
48+
* Robust access control system for blocking or excluding URLs, by prefix or by exact match.
49+
50+
* New in 2.6: Access Control embargo and http-header control access settings.
51+
52+
* New in 2.6: Support for localization and multi-language deployment.
4953

5054

5155
Please see the `full documentation <https://pywb.readthedocs.org>`_ for more detailed info on all these features.
@@ -68,6 +72,22 @@ To run and install locally you can:
6872
Consult the local or `online docs <https://pywb.readthedocs.org>`_ for latest usage and configuration details.
6973

7074

75+
Documentation
76+
-------------
77+
78+
The pywb documentation is extensive. Some links to a few key guides:
79+
80+
* `Getting Started Guide <https://pywb.readthedocs.io/en/latest/manual/usage.html#getting-started>`_
81+
82+
* `Embargo and Access Control Guide <https://pywb.readthedocs.io/en/latest/manual/access-control.html>`_
83+
84+
* `Localization and Multi-Language Guide <https://pywb.readthedocs.io/en/latest/manual/localization.html>`_
85+
86+
* `Deployment Guide <https://pywb.readthedocs.io/en/latest/manual/usage.html#deployment>`_
87+
88+
* `OpenWayback Transition Guide <https://pywb.readthedocs.io/en/latest/manual/owb-transition.html>`_
89+
90+
7191
Contributions & Bug Reports
7292
---------------------------
7393

pywb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.6.0b4'
1+
__version__ = '2.6.0'
22

33
if __name__ == '__main__':
44
print(__version__)

0 commit comments

Comments
 (0)