Skip to content

Commit 2a3a697

Browse files
committed
Update changelog links and versions
1 parent 10f16fa commit 2a3a697

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/release-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
tag_name: v${{ env.GITHUB_MILESTONE }}
5555
body: |
5656
Release notes:
57-
https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-release-notes
57+
https://github.com/TESTARtool/TESTAR_dev/blob/master/CHANGELOG
5858
5959
Latest W7 version (2.5.0):
6060
https://github.com/TESTARtool/TESTAR_dev/releases/download/v2.5.0/testar_w7_2.5.0.zip

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#TESTAR v2.7.17 (5-Dec-2025)
2+
- Add allowInvisibleElements to appium-android
3+
- Add AndroidDisplayed Tag property
4+
5+
16
#TESTAR v2.7.16 (28-Nov-2025)
27
- Add AndroidCapabilitiesFactory for creating appium capabilities
38
- Implement AndroidRoles

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ https://github.com/TESTARtool/TESTAR_dev/wiki/Development:-Increase-Java-memory
173173
https://github.com/TESTARtool/TESTAR_dev/issues
174174

175175
## Release notes
176-
https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-release-notes
176+
https://github.com/TESTARtool/TESTAR_dev/blob/master/CHANGELOG
177177

178178
## Required tools to create a windows.dll to update UIAutomation API
179179
https://github.com/TESTARtool/TESTAR_dev/wiki/Development:-Update-Windows-UIAutomation-(windows.dll)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.16
1+
2.7.17

testar/src/org/testar/monkey/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
public class Main {
6464

65-
public static final String TESTAR_VERSION = "v2.7.16 (28-Nov-2025)";
65+
public static final String TESTAR_VERSION = "v2.7.17 (5-Dec-2025)";
6666

6767
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
6868
public static final String SETTINGS_FILE = "test.settings";

0 commit comments

Comments
 (0)