Skip to content

Releases: open-rpa/openrpa

Remove dependency on CEF

25 Apr 12:05
330ce26
Compare
Choose a tag to compare

Workitems
Robot now supports workitem ( offline robots does not support this yet )

Removed CEF ( chrome browser embedded inside OpenRPA ).
So "Getting started" tab is gone, you can access the page using F1 while no workflow activity is selected ( if a workflow activity is selected pressing F1 will not send you to the help screen for that activity )
Login is no longer handled in the robot. If robot is missing a token, it will open your local browser and ask you to login there.
This also means the MSI installer is more than 90 megabytes smaller.

⚠️Breaking change⚠️ in the way "Invoke OpenRPA'' saves the workflows. it now uses "Project and name" instead of relative filename ( it will auto update the workflow when you open it )
This also means you cannot run workflows that uses invoke OpenRPA on older robots after saving them with the new robot. ( old workflows will work in both old and new versions )

⚠️Possible breaking change ⚠️
Read Range will now "auto detect" datatypes for each column, if first row contain data.
if no data exists, it will default back to string as always. So validate workflows using "Read Range"

Various improvements

24 Apr 09:21
bbd7105
Compare
Choose a tag to compare
Various improvements Pre-release
Pre-release

changed the way "Invoke openRPA'' saves the workflow to call. it used to save relative filename, but I changed that to "Project and name" ( it will auto update the workflow when you open it )
This also means you cannot run workflows that uses invoke Openrpa on older robots after saving them with the new robot. ( old workflows will work in both old and new versions )
Add "auto detection" of datatypes for read range. ReadRange used to read all as string. But now, read range will try and parse the datatype based on data in the first row it reads, if no data exists, it will default back to string as always.

1.4.15

23 Apr 08:14
a80af92
Compare
Choose a tag to compare
1.4.15 Pre-release
Pre-release

What's Changed

Full Changelog: 1.4.14...1.4.15

Fix searching on projects page

22 Apr 12:54
d9342b2
Compare
Choose a tag to compare
Pre-release
Merge pull request #603 from skadefro/master

fix drag and drop

1.4.13

21 Apr 19:18
6e7de2c
Compare
Choose a tag to compare
1.4.13 Pre-release
Pre-release
Merge pull request #602 from skadefro/master

1.4.13

Add F1 help on most activities

18 Apr 12:17
5e4a8f3
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.4.11...1.4.12

Fix saving / Fix empty projects / Add F1 support / Fix UI state

15 Apr 14:16
540f487
Compare
Choose a tag to compare
Merge pull request #598 from skadefro/observable-test

Fix UI issue for workflow state

Fix UI Selector window order

14 Apr 18:23
c9b081e
Compare
Choose a tag to compare
Pre-release
Merge pull request #596 from skadefro/observable-test

Fix selector UI window order

Various fixes

14 Apr 15:06
cafa983
Compare
Choose a tag to compare
Various fixes Pre-release
Pre-release
Merge pull request #595 from skadefro/observable-test

Observable test

updates

14 Apr 11:46
852e128
Compare
Choose a tag to compare
updates Pre-release
Pre-release
Merge pull request #592 from skadefro/observable-test

Observable test