Skip to content

Commit 66d15c2

Browse files
committed
Update README.md for version 2.0.0 release notes and installation instructions
1 parent ce4cbce commit 66d15c2

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

README.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# FlaUInspect
22
![FlaUInspect](/FlaUInspect.png?raw=true)
3-
### Build
4-
| What | Info / Link |
5-
| ---- | ----- |
6-
| *Build* | ![Build status](https://github.com/FlaUI/FlaUInspect/actions/workflows/ci.yml/badge.svg) |
7-
| *FlaUInspect* | [![FlaUInspect](https://img.shields.io/badge/FlaUInspect-choco-brightgreen.svg)](https://chocolatey.org/packages/flauinspect)<br />`choco install flauinspect` |
3+
4+
### New 2.0.0
5+
New has been [released](https://github.com/FlaUI/FlaUInspect/releases/tag/v2.0.0)!
6+
7+
This is a major update with a lot of changes:
8+
* Complete rewrite of the application
9+
* New UI
10+
* New features
11+
* Much more stable
12+
* Based on .NET 8
13+
* Three separate versions for UIA2 and UIA3 and default with choosing on startup
14+
815

916
### Installation
10-
To install FlaUInspect, either build it yourself, get it from chocolatey (https://community.chocolatey.org/packages/flauinspect) or get the zip from the releases page here on GitHub.
17+
To install FlaUInspect, either build it yourself or get the zip from the releases page here on GitHub (https://github.com/FlaUI/FlaUInspect/releases).
1118

1219
### Description
1320
There are various tools around which help inspecting application that should be ui tested or automated. Some of them are:
@@ -19,17 +26,27 @@ Most of them are old and sometimes not very stable and (if open source), a code
1926

2027
FlaUInspect is supposed to be a modern alternative, based on [FlaUI](https://github.com/Roemer/FlaUI).
2128

22-
On startup, you can choose if you want to use UIA2 or UIA3 (see [FAQ](https://github.com/Roemer/FlaUI/wiki/FAQ) why you can't use both at the same time).
23-
###### Choose Version Dialog
24-
![Choose Version](https://raw.githubusercontent.com/wiki/FlauTech/FlaUInspect/images/choose_version.png)
29+
On startup of FlaUInspect, you can choose if you want to use UIA2 or UIA3 (see [FAQ](https://github.com/Roemer/FlaUI/wiki/FAQ) why you can't use both at the same time).
30+
You can use pre-built versions of FlaUInspect.UIA2 and FlaUInspect.UIA3 if you want to use a version of UIA.
31+
2532

2633
###### Main Screen
27-
![Main Screen](https://raw.githubusercontent.com/wiki/FlauTech/FlaUInspect/images/main_screen.png)
34+
![Main Screen](https://github.com/user-attachments/assets/6212341b-9776-4907-9edc-acc00073c92e)
35+
36+
##### Tool buttons
37+
38+
| Buttons | Description |
39+
|----------------|-----------------------------------------------------------------------------------------------------------|
40+
| Hover Mode | Enable this mode to select the item the mouse is over immediately in FlaUInspect when control is pressed |
41+
| Selection Mode | Selected item in tree will highlight on screen |
42+
| Focus Tracking | Enable this mode that the focused element is always automatically selected in FlaUInspect |
43+
| Show XPath | Enable this option to show a simple XPath to the current selected element in the StatusBar of FlaUInspect |
2844

29-
In the ```Mode``` menu, you can choose a few different options:
45+
### Release Notes 2.0.0
46+
* Deployed FlaUInspect, FlaUInspect.UIA2, and FlaUInspect.UIA3 applications with hardcoded UI2 or UI3 selection.
47+
* Refactored code and implemented asynchronous operations.
48+
* Redesigned the property grid; collapsed groups remain collapsed after selecting another control.
49+
* Added a third selection state: highlighting the selected control in an application.
50+
* Included a refresh button for each item in the tree.
51+
*Refined icons.
3052

31-
| Mode | Description |
32-
| ---- | ----------- |
33-
| Hover Mode | Enable this mode to select the item the mouse is over immediately in FlaUInspect when control is pressed |
34-
| Focus Tracking | Enable this mode that the focused element is always automatically selected in FlaUInspect |
35-
| Show XPath | Enable this option to show a simple XPath to the current selected element in the StatusBar of FlaUInspect|

0 commit comments

Comments
 (0)