diff --git a/mitmproxy/tools/web/static/app.css b/mitmproxy/tools/web/static/app.css index 9b44ea9a4..09043a0b6 100644 Binary files a/mitmproxy/tools/web/static/app.css and b/mitmproxy/tools/web/static/app.css differ diff --git a/mitmproxy/tools/web/static/app.js b/mitmproxy/tools/web/static/app.js index c21a478b4..226928769 100644 Binary files a/mitmproxy/tools/web/static/app.js and b/mitmproxy/tools/web/static/app.js differ diff --git a/mitmproxy/tools/web/static/vendor.css b/mitmproxy/tools/web/static/vendor.css index f8df478ef..4826b4c34 100644 Binary files a/mitmproxy/tools/web/static/vendor.css and b/mitmproxy/tools/web/static/vendor.css differ diff --git a/mitmproxy/tools/web/static/vendor.js b/mitmproxy/tools/web/static/vendor.js index 39361c780..e83b8ba4f 100644 Binary files a/mitmproxy/tools/web/static/vendor.js and b/mitmproxy/tools/web/static/vendor.js differ diff --git a/release/README.md b/release/README.md index 723b09507..02fabfe9d 100644 --- a/release/README.md +++ b/release/README.md @@ -8,5 +8,7 @@ - Create release notice on Github - Upload wheel to pypi (`twine upload wheelname`) - Update docker-releases repo + - Create a new branch based of master for major versions. + - Add a commit that pins dependencies like so: https://github.com/mitmproxy/docker-releases/commit/3d6a9989fde068ad0aea257823ac3d7986ff1613. The requirements can be obtained by creating a fresh venv, pip-installing the new wheel in there, and then running `pip freeze`. - Update `latest` tag on https://hub.docker.com/r/mitmproxy/mitmproxy/~/settings/automated-builds/ - Bump the version in https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/version.py and update https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/io_compat.py in the next commit