Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Jul 20, 2023
1 parent c09c9d2 commit 17838ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1

- Open snapshots in Editor from the tool window
- Delete individual snapshots directly from tool window
- Delete snapshots for individual test or for entire test class

## 1.0

- Android Electric Eel Beta and Flamingo Canary are supported with limitations
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.getyourguide"
version = "1.0"
version = "1.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<li>View previously-recorded golden snapshots for the current test file opened in the editor</li>
<li>View golden snapshots of the current focussed test method</li>
<li>View failure diffs for the current test class or method</li>
<li>Record and Verify snapshots for individual tests or for entire test class</li>
<li>Record, Verify and Delete snapshots for individual tests or for entire test class</li>
<li>Zoom options for Actual Size and Fit to Window</li>
<li>Fully supported for test files written in Java or Kotlin</li>
</ul>
Expand Down

0 comments on commit 17838ab

Please sign in to comment.