From 2297bab18547b5626cd4efcdca20925630d48fe2 Mon Sep 17 00:00:00 2001 From: ngosang Date: Mon, 20 Mar 2023 23:16:39 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 +++++++++++++- README.md | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78aff02..a2be230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## v3.0.4 (2023/03/07 +## v3.1.0 (2023/03/20) + +* Build binaries for Linux x64 and Windows x64 +* Sessions with auto-creation on fetch request and TTL +* Fix error trace: Crash Reports/pending No such file or directory +* Fix Waitress server error with asyncore_use_poll=true +* Attempt to fix Docker ARM32 build +* Print platform information on start up +* Add Fairlane challenge selector +* Update DDOS-GUARD title +* Update dependencies + +## v3.0.4 (2023/03/07) * Click on the Cloudflare's 'Verify you are human' button if necessary diff --git a/README.md b/README.md index 2e95950..a43576b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This is the recommended way for Windows users. ### From source code * Install [Python 3.11](https://www.python.org/downloads/). -* Install [Chrome](https://www.google.com/intl/en_us/chrome/) or [Chromium](https://www.chromium.org/getting-involved/download-chromium/) web browser. +* Install [Chrome](https://www.google.com/intl/en_us/chrome/) (all OS) or [Chromium](https://www.chromium.org/getting-involved/download-chromium/) (just Linux, it doesn't work in Windows) web browser. * (Only in Linux / macOS) Install [Xvfb](https://en.wikipedia.org/wiki/Xvfb) package. * Clone this repository and open a shell in that path. * Run `pip install -r requirements.txt` command to install FlareSolverr dependencies.