Skip to content

Commit

Permalink
update CHANGES for 2.6.0 release!
Browse files Browse the repository at this point in the history
README: update for 2.6, add links to guides!
bump version to 2.6.0
  • Loading branch information
ikreymer committed Aug 12, 2021
1 parent b28c8f1 commit 96de80f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pywb 2.6.0 changelist
~~~~~~~~~~~~~~~~~~~~~

* Improvements for eval() rewriting + extra unnamed scope to avoid variable collision `#668 <https://github.com/webrecorder/pywb/pull/668>`_

* fix for documentation links `#666 <https://github.com/webrecorder/pywb/pull/666>`_

* Update to latest wombat.js (3.3.0)


pywb 2.6.0b4 changelist
~~~~~~~~~~~~~~~~~~~~~~~

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

* Update to latest wombat.js (3.2.2)


pywb 2.6.0b3 changelist
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
26 changes: 23 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Webrecorder pywb 2.5
Webrecorder pywb 2.6
====================

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

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

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

* New in 2.4: Robust access control system for blocking or excluding URLs, by prefix or by exact match.
* Robust access control system for blocking or excluding URLs, by prefix or by exact match.

* New in 2.6: Access Control embargo and http-header control access settings.

* New in 2.6: Support for localization and multi-language deployment.


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


Documentation
-------------

The pywb documentation is extensive. Some links to a few key guides:

* `Getting Started Guide <https://pywb.readthedocs.io/en/latest/manual/usage.html#getting-started>`_

* `Embargo and Access Control Guide <https://pywb.readthedocs.io/en/latest/manual/access-control.html>`_

* `Localization and Multi-Language Guide <https://pywb.readthedocs.io/en/latest/manual/localization.html>`_

* `Deployment Guide <https://pywb.readthedocs.io/en/latest/manual/usage.html#deployment>`_

* `OpenWayback Transition Guide <https://pywb.readthedocs.io/en/latest/manual/owb-transition.html>`_


Contributions & Bug Reports
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion pywb/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.6.0b4'
__version__ = '2.6.0'

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

0 comments on commit 96de80f

Please sign in to comment.