Skip to content

Commit 6e7a8b1

Browse files
committed
CHANGES: Update changelist for 2.6.8
README: Remove unused appveyor badge (fixes #757)
1 parent 1fddec2 commit 6e7a8b1

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
pywb 2.6.8 changelist
2+
~~~~~~~~~~~~~~~~~~~~~
3+
4+
* Upgrade webassets to v2.0 by @m4rk3r in https://github.com/webrecorder/pywb/pull/730
5+
* Encoding image 'srcset' value including the intrinsic width by @yasarkunduz in https://github.com/webrecorder/pywb/pull/712
6+
* Prevent jinja2 from escaping HTML markup in collection metadata by @tw4l in https://github.com/webrecorder/pywb/pull/747
7+
* Increase uwsgi_buffer_size for nginx config by @edsu in https://github.com/webrecorder/pywb/pull/716
8+
* Add missing translation for the filter-epression field placeholder by @krakan in https://github.com/webrecorder/pywb/pull/721
9+
* Activate field validation when expanding the advanced options by @krakan in https://github.com/webrecorder/pywb/pull/722
10+
* S3 loader to use boto3 built-in credential configuration by @sebastian-nagel in https://github.com/webrecorder/pywb/pull/723
11+
* describing installation using pip by @sepastian in https://github.com/webrecorder/pywb/pull/726
12+
* Add missing org/image to docker run commands by @heyvito in https://github.com/webrecorder/pywb/pull/733
13+
* Format error messages by @edsu in https://github.com/webrecorder/pywb/pull/737
14+
* Ensure CDX status is a string by @edsu in https://github.com/webrecorder/pywb/pull/739
15+
* Improve replay banner's accessibility by @lwrubel in https://github.com/webrecorder/pywb/pull/742
16+
* Revisit headers load fix by @ikreymer in https://github.com/webrecorder/pywb/pull/751
17+
* Enable translation for the remaining strings on the search results page by @krakan in https://github.com/webrecorder/pywb/pull/752
18+
* revisit of redirect optimization: by @ikreymer in https://github.com/webrecorder/pywb/pull/753
19+
* proxy: add COEP header for proxy mode to avoid errors by @ikreymer in https://github.com/webrecorder/pywb/pull/755
20+
* tests run improvements: update from python setup.py test -> tox by @ikreymer in https://github.com/webrecorder/pywb/pull/754
21+
* rewrite: detect edge-case where html starts with bom followed by @ikreymer in https://github.com/webrecorder/pywb/pull/758
22+
* tests options: add PYWB_NO_VERIFY_SSL env var for tests to avoid fail… by @ikreymer in https://github.com/webrecorder/pywb/pull/760
23+
* rewriting fix: twitter video in embedded tweets by @ikreymer in https://github.com/webrecorder/pywb/pull/761
24+
* Add ir_ modifier by @ikreymer in https://github.com/webrecorder/pywb/pull/759
25+
* Remove unused Appveyor badge
26+
127
pywb 2.6.7 changelist
228
~~~~~~~~~~~~~~~~~~~~~
329

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Webrecorder pywb 2.6
22
====================
33

4-
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/master/pywb/static/pywb-logo.png
4+
.. image:: https://raw.githubusercontent.com/webrecorder/pywb/main/pywb/static/pywb-logo.png
55

66
.. image:: https://github.com/webrecorder/pywb/workflows/CI/badge.svg
77
:target: https://github.com/webrecorder/pywb/actions
8-
.. image:: https://ci.appveyor.com/api/projects/status/qxnbunw65o929599/branch/master?svg=true
9-
:target: https://ci.appveyor.com/project/webrecorder/pywb/branch/master
10-
.. image:: https://codecov.io/gh/webrecorder/pywb/branch/master/graph/badge.svg
8+
.. image:: https://codecov.io/gh/webrecorder/pywb/branch/main/graph/badge.svg
119
:target: https://codecov.io/gh/webrecorder/pywb
1210

1311
Web Archiving Tools for All

0 commit comments

Comments
 (0)