Skip to content

Commit 5f4c77a

Browse files
committed
Add changelog entry for 4.0.0-alpha05
1 parent b3af20e commit 5f4c77a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Plugins/IntelliJ/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## [Unreleased]
66

7+
## [4.0.0-alpha05]
8+
9+
- Added initial support for Paparazzi and Preview tests!
10+
- Implemented record and test functionality for Paparazzi tests.
11+
- Enhanced "Go To Baseline" and "Go To Source" navigation for baseline images.
12+
- Added support for build variants.
13+
- Enabled class-level menu actions.
14+
- Disabled "Pull" action when no baseline image is found.
15+
- Bumped minimum IDE support to 252.*. Added support for 253.*
16+
717
## [3.0.0]
818

919
- Added support for Support Android Studio Narwhal | 2025.1.1 Canary 9 | 251.+

Plugins/IntelliJ/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginGroup = dev.testify
66
pluginName = Android Testify - Screenshot Instrumentation Tests
77
pluginRepositoryUrl = https://github.com/ndtp/android-testify/tree/main/Plugins/IntelliJ
88
# SemVer format -> https://semver.org
9-
pluginVersion = 4.0.0-alpha04
9+
pluginVersion = 4.0.0-alpha05
1010

1111

1212
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

0 commit comments

Comments
 (0)