Posts: 12,065
Threads: 140
Joined: Dec 2002
12-11-2019, 03:15 PM
(This post was last modified: 10-06-2022, 03:03 PM by Gintaras.)
2019-12-11.
Added menu Code -> Windows API. Also as a link in the error tooltip.
Now uses .NET Core 3.1.
Fixed several bugs.
Links:
Info and download
Compared with QM
Posts: 12,065
Threads: 140
Joined: Dec 2002
12-17-2019, 09:07 PM
(This post was last modified: 10-05-2022, 08:58 AM by Gintaras.)
2019-12-17
Fixed many bugs.
Various improvements, changes.
Info and download
Posts: 12,065
Threads: 140
Joined: Dec 2002
08-11-2021, 04:55 AM
(This post was last modified: 10-05-2022, 08:59 AM by Gintaras.)
2021-08-10.
Info and download
Some changes:
- Most automation classes and static functions have been renamed, like AMouse.Click -> mouse.click. Some functions moved to other classes, like AFile.Run -> run.it.
- Now default script template is without much boilerplate code. The old template cannot be used. See Options -> Templates.
- Now default is /*/ ifRunning warn_restart /*/. Removed /*/ runSingle /*/.
- Uses C# 9 and some C# 10 features. For example top-level statements (C# 9) and global using directives (C# 10).
- Uses .NET 5.
Posts: 12,065
Threads: 140
Joined: Dec 2002
2021-08-15.
Info and download
- Removed Au.CL.exe. Changed command line interface, fixed bugs.
- Renamed string regex extension methods.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.0.3, 2021-08-23.
Info and download
- Removed Au.Task32.exe and option bit32 when role is miniProgram.
- Various improvements.
Posts: 12,065
Threads: 140
Joined: Dec 2002
11-12-2021, 08:36 AM
(This post was last modified: 11-19-2021, 01:37 PM by Gintaras.)
v0.1.0, 2021-11-12.
Info and download
Many changes in elm and elmFinder classes and in the "Find UI element" dialog. The Find function can use intermediate elements (path) and can wait and throw exception if not found. Better supports high DPI screens.
Replaced syntax of finding UI elements (elm). Now instead of code var e = elm.find(w, ...) use code var e = w.Elm[...].Find() or var e = w.Elm[...][...][...].Find().
Uses .NET 6.
Again many renamed functions etc:
https://github.com/qmgindi/Au/blob/maste...c/changes/
Posts: 12,065
Threads: 140
Joined: Dec 2002
11-19-2021, 01:34 PM
(This post was last modified: 11-23-2021, 12:59 PM by Gintaras.)
v0.2.0, 2021-11-19.
Info and download
Bug fixes, improvements.
https://github.com/qmgindi/Au/blob/maste...c/changes/
In versions 0.2.1 - 0.2.2 fixed several bugs.
In 0.2.3 fixed: some mouse triggers stop working.
In 0.2.4 fixed: keyboard triggers stop working temporarily.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.3.0, 2021-12-24.
Info and download
Keyboard/mouse recorder.
Bug fixes, improvements, new functions.
https://github.com/qmgindi/Au/blob/maste...c/changes/
Posts: 12,065
Threads: 140
Joined: Dec 2002
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.5.0, 2022-04-07.
Info and download
Bug fixes, more cookbook recipes, several new functions, process triggers, recipe for filesystem triggers.
https://github.com/qmgindi/Au/blob/maste...c/changes/
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.6.0, 2022-05-13.
Info and download
Bug fixes, various improvements, UI for adding new trigger, UI for creating new toolbar.
https://github.com/qgindi/Au/blob/master...c/changes/
Posts: 12,065
Threads: 140
Joined: Dec 2002
Posts: 12,065
Threads: 140
Joined: Dec 2002
09-03-2022, 08:59 AM
(This post was last modified: 10-05-2022, 08:51 AM by Gintaras.)
v0.8.0, 2022-09-03.
Info and download
Changes
In 0.8.1 fixed: can't compile scripts with role exeProgram.
Posts: 12,065
Threads: 140
Joined: Dec 2002
Posts: 12,065
Threads: 140
Joined: Dec 2002
Posts: 12,065
Threads: 140
Joined: Dec 2002
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.13.0, 2023-01-29.
Download
Changes
Main new features:
- OCR. Can find and click text.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.14.0, 2023-04-07.
Download
Changes
Main new features:
Several editor features that make easier to work with bigger projects. Find symbol, rename symbol, find references, highlight references.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.15.0, 2023-05-17.
Download
Changes
Main new features:
Pause script, HTTP server, tool to get files in folder, bug fixes.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.16.0, 2023-06-08.
Download
Changes
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.17.0, 2023-07-31.
Download
Changes
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.18.0, 2023-10-10.
Download
Changes
Main changes:
Backup and sync using Git and GitHub.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v0.19.0, 2023-11-15.
Download
Changes
Main changes:
.NET 8.
C# 12.
Bookmarks.
Menu Run -> Publish. Can create single-file programs.
Options -> General -> Auto-backup (Git commit).
Bug fixes and improvements.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v1.0, 2024-01-22.
Download
Changes
Main changes:
Debugger.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v1.1, 2024-02-10.
Download
Changes
Main changes:
Improvements, bug fixes.
Posts: 12,065
Threads: 140
Joined: Dec 2002
v1.2, 2024-04-20.
Download
Changes
Posts: 12,065
Threads: 140
Joined: Dec 2002
v1.3, 2024-06-27.
Download
Changes
Posts: 12,065
Threads: 140
Joined: Dec 2002
v1.4, 2024-07-29.
Download
Changes
|