Late august release aka "panda goes on holiday"
Breaking change
- Lookyloo requires Redis 7.0 or more decent. The upgrade process is as follows:
- Go to the Redis directory (should be in the same directory as where you cloned Lookyloo)
- Run the following commands
git fetch git checkout 7.0 make distclean make -j4 make test
- You now have the new version of redis in place, you can update lookyloo as usual.
New features
-
Use pre-configured devices from Playwright (mobile only for now)
-
Download files when the URLs points to a downloadable content
- Submit downloadable content to Pandora (if available)
- Automatically select the most appropriate browser engine based on the user-agent
Fixes
- Make sure all the gunicorn instances displays all the recent captures
- Other bugfixes and GUI improvements
Changes
- Improve capture page with radio button to select which user-agent to submit
- Bump dependencies