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

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
- Add `--help` and `--version` CLI commands
- Fix bug with DiffuxCIUtils.construct_url not returning a string
- Fix bug with CLI output when diffs are found
- Improve performance of clearing visible elements from DOM
- Improve accuracy of finding element coordinates
- Add guard against cropping too large of an image, preventing errors
- Use :fast_rgb when saving PNGs via ChunkyPNG to improve performance
  • Loading branch information
lencioni committed Oct 19, 2015
1 parent 07dce0f commit 55a8e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/diffux_ci_version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DiffuxCI
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 55a8e2d

Please sign in to comment.