Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Sekulski committed Mar 28, 2022
1 parent 14fbf83 commit 427a512
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].

## [Unreleased][]

### Added
## [Release][1.7.3] [1.7.3][1.7.2-1.7.3] - 2022-03-28

### Added
- New Keywords Get Rectangle Bounding From Element
- Helper parsly.py xml parser implemented for old robotframework reporting xml generation for appveyor to avoid wrong amount of test numbers

### Removed
- LFS file parsly.exe removed by bfg history

## [Release][1.7.2] [1.7.2][1.7.1-1.7.2] - 2022-02-13

### Added
### Added
- New Keywords Expand Combobox and Collapse Combobox implemented for combobox

### Changed
Expand All @@ -26,7 +32,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].

## [Release][1.7.1] [1.7.1][1.7-1.7.1] - 2022-02-07

### Added
### Added
- New Keyword implemented for listbox and combobox
- Get All Selected Names From Combobox, Get All Texts From Combobox, Get All Texts From Listbox
- Returns a list from all selected values by names
Expand All @@ -45,7 +51,7 @@ ${data} Get All Texts From Listbox <XPATH>

## [Release][1.7] [1.7][1.6.6-1.7] - 2022-02-04

### Added
### Added

- New Keywords implemented for listbox and combobox
- Get All Names From Listbox and Get All Names From Combobox returns both a list from all values by names
Expand Down Expand Up @@ -318,7 +324,11 @@ General bugfixing from keywords and improvements from artifact building and test

[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui

[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/1.7.2...main
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/1.7.3...main

[1.7.3]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/1.7.3

[1.7.2-1.7.3]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/1.7.2...1.7.3

[1.7.2]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/1.7.2

Expand Down
2 changes: 1 addition & 1 deletion src/FlaUILibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.7.2"
VERSION = "1.7.3"

0 comments on commit 427a512

Please sign in to comment.