-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment the minor to release all recent changes and features
- Loading branch information
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
guibot (0.51-1) unstable; urgency=medium | ||
|
||
* API improvements like standardization and additional convenience methods. | ||
* Support for native (py)tesseract text detection and simpler tessdata setup. | ||
|
||
-- Plamen Dimitrov <[email protected]> Thu, 2 May 2024 13:00:00 +0700 | ||
|
||
guibot (0.50-1) unstable; urgency=medium | ||
|
||
* Windows packager script and CI verification. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Copyright: 2013-2022 Intranet AG and contributors | ||
Copyright: 2013-2024 Intranet AG and contributors | ||
License: LGPLv3+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%bcond_with opencv | ||
|
||
Name: guibot | ||
Version: 0.50 | ||
Version: 0.51 | ||
Release: 1%{?dist} | ||
Summary: GUI automation tool | ||
|
||
|
@@ -84,6 +84,10 @@ rm -rf %{buildroot} | |
|
||
|
||
%changelog | ||
* Thu May 2 2024 Plamen Dimitrov <[email protected]> - 0.51-1 | ||
- API improvements like standardization and additional convenience methods. | ||
- Support for native (py)tesseract text detection and simpler tessdata setup. | ||
|
||
* Fri Jan 28 2022 Plamen Dimitrov <[email protected]> - 0.50-1 | ||
- Windows packager script and CI verification | ||
- Default PyAutoGUI display controller instead of AutoPy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters