Skip to content

Late august release aka "panda goes on holiday"

Compare
Choose a tag to compare
@Rafiot Rafiot released this 25 Aug 12:43
· 755 commits to main since this release
v1.15.0

Breaking change

  • Lookyloo requires Redis 7.0 or more decent. The upgrade process is as follows:
    1. Go to the Redis directory (should be in the same directory as where you cloned Lookyloo)
    2. Run the following commands
      git fetch
      git checkout 7.0
      make distclean
      make -j4
      make test
      
    3. 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)
    Device select for mobile

  • Download files when the URLs points to a downloadable content

Download file and submit to pandora

  • 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