Skip to content

Releases: oduwsdl/ipwb

v0.2018.07.20.0404

20 Jul 04:07
Compare
Choose a tag to compare
  • Move encryption dependency from pycrypto to pycryptodome (#303)
  • Begin using AES as the default encryption instead of XOR (also documented in #303)

v0.2018.07.13.2218

13 Jul 22:20
Compare
Choose a tag to compare

v0.2018.07.13.2001

13 Jul 20:04
Compare
Choose a tag to compare
  • Made further tweaks for the documentation's consistency between GitHub, PyPi, and DockerHub (#399).
  • Removed irrelevant -o flag from the base ipwb argparser (#428).
  • Fix issue preventing ipwb version and daemon flags from being accessible (#437).

v0.2018.07.10.1504

10 Jul 15:09
Compare
Choose a tag to compare
  • Tweaked some of the documentation to appear more consistently across GitHub, PyPi, and DockerHub (related to #399).
  • Fixed an issue where running ipwb in a headless Docker container cause Python to buffer ipwb's output on stdout (#429).

v0.2018.07.08.0439

08 Jul 04:40
Compare
Choose a tag to compare
  • Updates the README to MD from RST. New release needed to signal to Dockerhub to re-pull and test. Once that has been resolved, this release can be safely deleted.

v0.2018.07.08.0343

08 Jul 03:44
Compare
Choose a tag to compare
  • Refactored imports of ipwb utils within module to be more semantic (#392).
  • Fixed an issue where encryption on indexing with redirected output prevented the encryption key prompt from being displayed (#52).

v0.2018.07.08.0248

08 Jul 02:50
Compare
Choose a tag to compare
  • Updates the hostname used in various instances away from a hard-coded localhost (#400).

v0.2018.07.04.1917

04 Jul 19:19
Compare
Choose a tag to compare
  • Re-fixed issue of searching for URI-Rs with no mementos producing a blank page. Added more descriptive 404 page with a search box (#411).

v0.2018.07.04.1637

04 Jul 16:39
Compare
Choose a tag to compare
  • Added graceful fallback of URI entry on replay interface to work if JavaScript is disabled (#414).

v0.2018.07.03.2151

03 Jul 21:54
Compare
Choose a tag to compare
  • Adds more refined breakdown of WARCs' content in replay (#405).
  • Adds accessibility features and style tweaks to replay UI (#406).
  • Improved CLI documentation for proxy mode (for #404).