From 17838abff84a1659810ecce4d9d82b012ebae68b Mon Sep 17 00:00:00 2001
From: thsaravana
Date: Thu, 20 Jul 2023 19:28:25 +0200
Subject: [PATCH] Release 1.1
---
CHANGELOG.md | 6 ++++++
build.gradle.kts | 2 +-
src/main/resources/META-INF/plugin.xml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d642fd0..6db7c2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/build.gradle.kts b/build.gradle.kts
index bc92cab..3c49a0a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.getyourguide"
-version = "1.0"
+version = "1.1"
repositories {
mavenCentral()
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 48a2819..181931a 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -12,7 +12,7 @@
View previously-recorded golden snapshots for the current test file opened in the editor
View golden snapshots of the current focussed test method
View failure diffs for the current test class or method
- Record and Verify snapshots for individual tests or for entire test class
+ Record, Verify and Delete snapshots for individual tests or for entire test class
Zoom options for Actual Size and Fit to Window
Fully supported for test files written in Java or Kotlin