Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
v0.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Mar 19, 2015
1 parent 90926d4 commit e26f42e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog

## Dev

## 0.10-beta.1 - 2015-03-19

* Basic support for IE8 browser (@SevInf).
This change required a large rewrite of the all client-side
scripts which can cause some breaking changes. For example,
bounds of a capture region are calculated more precisely now.
You'll probably need to re-gather your screenshots.
* Calibration now correctly works in IE9 (@SevInf).
* Added an option `referenceImageAbsence` (@hatroman).
This option allows to change default behaviour of the tests
to produce the warning if there is no reference image.
Default behaviour is still the test failure.
* Re-add `tolerance` setting, which now sets max allowed
CIEDE2000 difference between image colors. It is now
configurable on 3 levels:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "0.9.8",
"version": "0.10.0-beta.1",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down Expand Up @@ -50,6 +50,9 @@
"type": "git",
"url": "https://github.com/bem/gemini.git"
},
"publishConfig": {
"tag": "prerelease"
},
"keywords": [
"test",
"testing",
Expand Down

0 comments on commit e26f42e

Please sign in to comment.