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

Commit

Permalink
Merge pull request #253 from gemini-testing/version-update
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
sipayRT committed Oct 6, 2015
2 parents 4ed1c3f + 4cd6899 commit 5ac5d80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.0.0 - 2015-10-05

* Add Android support (@SevInf)

* Fix: return same config object for each config.forBrowser request (@j0tunn)

* Fix "undefined" output instead of browser name in the flat reporter (@scf2k)

* Show current image for tests which have no reference images (@hatroman)

* Screenshot whole page when gemini can't find a selector (@scf2k)

* Add `retry` option. See [docs](doc/config.md) (@sipayrt)

* Fix: fire END_SUITE event when nested suites are done (@scf2k)

## 0.13.5 - 2015-09-09

* Added the `vflat` reporter (@unlok)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "0.13.5",
"version": "1.0.0",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit 5ac5d80

Please sign in to comment.