Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: Galooshi/happo

v2.0.7

05 Aug 20:47
Compare
Choose a tag to compare
  • URL encode image URLs when uploading diffs. (Thanks @serena-w!)
  • Pass errors though when running happo in specs.

v2.0.6

29 Jul 23:25
Compare
Choose a tag to compare
  • Fix bug that prevented new snapshots from being uploaded. (Thanks @serena-w!)

v2.0.5

28 Jul 23:53
Compare
Choose a tag to compare
  • Fix broken uploaded image URLs to be relative to the current document. (Thanks @serena-w!)

v2.0.4

28 Jul 22:54
Compare
Choose a tag to compare
  • Use relative paths for images on uploaded diffs page. (Thanks @serena-w!)

v2.0.3

27 Jul 14:39
Compare
Choose a tag to compare

v2.0.3

  • Respond with 404 errors for files that are not found on the Happo server. (Thanks @serena-w!)

v2.0.2

22 Jul 16:56
Compare
Choose a tag to compare
  • Remove unnecessary, duplicative bucket building when creating a new bucket in the uploader. (Thanks @serena-w!)

v2.0.1

21 Jul 23:34
Compare
Choose a tag to compare

v2.0.1

  • Teach diff uploader to get single S3 bucket instead of all buckets. (Thanks @serena-w!)

v2.0.0

21 Jul 16:49
Compare
Choose a tag to compare

This major release includes two breaking changes:

  • Remove approve/reject feature.
  • Require S3 credentials to be specified by environment variables instead of the configuration file. (Thanks @serena-w!)

v1.0.0

13 Jul 19:27
Compare
Choose a tag to compare

Changes:

  • Rename from Diffux-CI to Happo. All commands and code have been renamed to match.
  • Remove dependency on diffux-core gem.
  • Loosen dependency on oily_png from 1.2.0 to 1.2.

v0.6.0

12 Jul 23:50
Compare
Choose a tag to compare
  • Add public_directories configuration that allows files from the consuming repo to be available when taking snapshots. This enables the use of custom font files (thanks @serena-w!).
  • Prevent newlines in long directory names.