Skip to content

openwayback-2.4.0

Latest
Compare
Choose a tag to compare
@ruebot ruebot released this 07 May 22:06
· 34 commits to master since this release

OpenWayback 2.4.0 Release

Features

  • Add scrollbar to year chart in toolbar appearing in every archived webpage. #340
  • Add a Dockerfile for building OpenWayback. Please see the How to build and run in Docker documentation for use. #344 and #362
  • Visualize snapshot density in bubble calendar using bubble background color. #351
  • Support Brotli (br) content-encoding. #395
  • Rewrite new imagesrcset attribute of the link element. #394
  • Rewrite ftp and ftps scheme URIs in HTML. #400

Bug fixes

  • Add proxy support to IP exclusion. #260
  • Prevent direct access to .xml files, lib/, and classes/ under the WEB-INF directory. #353
  • Load jQuery required by scrollbar of Toolbar.jsp in noConflict mode. #357
  • Fix inconsistent content and background image shifting with toolbar and disclaimer. #358
  • Fix misplaced break statement in WatchedCDXSource. #369
  • Fix toolbar plurality issue when only a single capture. #372
  • Rewrite integrity attribute for resources that implement Subresource Integrity. #371
  • Upgrade httpclient from 4.3.5. #380
  • Declare Surefire plugin explicitly due to a change in a default value that breaks builds on newer versions of Maven. #384
  • Rewrite additional HTML5 tag attributes including source. #242
  • Fix URL search with language like Arabic. #386
  • Don't lose the first 2 bytes when content-encoding header is false. #395
  • Add HTTPS support to setRequestUrl. #397