mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
CHANGES: Update changelist for 2.6.8
README: Remove unused appveyor badge (fixes #757)
This commit is contained in:
parent
1fddec216d
commit
6e7a8b1e59
26
CHANGES.rst
26
CHANGES.rst
@ -1,3 +1,29 @@
|
||||
pywb 2.6.8 changelist
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Upgrade webassets to v2.0 by @m4rk3r in https://github.com/webrecorder/pywb/pull/730
|
||||
* Encoding image 'srcset' value including the intrinsic width by @yasarkunduz in https://github.com/webrecorder/pywb/pull/712
|
||||
* Prevent jinja2 from escaping HTML markup in collection metadata by @tw4l in https://github.com/webrecorder/pywb/pull/747
|
||||
* Increase uwsgi_buffer_size for nginx config by @edsu in https://github.com/webrecorder/pywb/pull/716
|
||||
* Add missing translation for the filter-epression field placeholder by @krakan in https://github.com/webrecorder/pywb/pull/721
|
||||
* Activate field validation when expanding the advanced options by @krakan in https://github.com/webrecorder/pywb/pull/722
|
||||
* S3 loader to use boto3 built-in credential configuration by @sebastian-nagel in https://github.com/webrecorder/pywb/pull/723
|
||||
* describing installation using pip by @sepastian in https://github.com/webrecorder/pywb/pull/726
|
||||
* Add missing org/image to docker run commands by @heyvito in https://github.com/webrecorder/pywb/pull/733
|
||||
* Format error messages by @edsu in https://github.com/webrecorder/pywb/pull/737
|
||||
* Ensure CDX status is a string by @edsu in https://github.com/webrecorder/pywb/pull/739
|
||||
* Improve replay banner's accessibility by @lwrubel in https://github.com/webrecorder/pywb/pull/742
|
||||
* Revisit headers load fix by @ikreymer in https://github.com/webrecorder/pywb/pull/751
|
||||
* Enable translation for the remaining strings on the search results page by @krakan in https://github.com/webrecorder/pywb/pull/752
|
||||
* revisit of redirect optimization: by @ikreymer in https://github.com/webrecorder/pywb/pull/753
|
||||
* proxy: add COEP header for proxy mode to avoid errors by @ikreymer in https://github.com/webrecorder/pywb/pull/755
|
||||
* tests run improvements: update from python setup.py test -> tox by @ikreymer in https://github.com/webrecorder/pywb/pull/754
|
||||
* rewrite: detect edge-case where html starts with bom followed by @ikreymer in https://github.com/webrecorder/pywb/pull/758
|
||||
* tests options: add PYWB_NO_VERIFY_SSL env var for tests to avoid fail… by @ikreymer in https://github.com/webrecorder/pywb/pull/760
|
||||
* rewriting fix: twitter video in embedded tweets by @ikreymer in https://github.com/webrecorder/pywb/pull/761
|
||||
* Add ir_ modifier by @ikreymer in https://github.com/webrecorder/pywb/pull/759
|
||||
* Remove unused Appveyor badge
|
||||
|
||||
pywb 2.6.7 changelist
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1,13 +1,11 @@
|
||||
Webrecorder pywb 2.6
|
||||
====================
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/master/pywb/static/pywb-logo.png
|
||||
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png
|
||||
|
||||
.. image:: https://github.com/webrecorder/pywb/workflows/CI/badge.svg
|
||||
:target: https://github.com/webrecorder/pywb/actions
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/qxnbunw65o929599/branch/master?svg=true
|
||||
:target: https://ci.appveyor.com/project/webrecorder/pywb/branch/master
|
||||
.. image:: https://codecov.io/gh/webrecorder/pywb/branch/master/graph/badge.svg
|
||||
.. image:: https://codecov.io/gh/webrecorder/pywb/branch/main/graph/badge.svg
|
||||
:target: https://codecov.io/gh/webrecorder/pywb
|
||||
|
||||
Web Archiving Tools for All
|
||||
|
Loading…
x
Reference in New Issue
Block a user