Skip to content

Releases: open-rpa/openrpa

1.4.57.6

13 May 06:24
5ff808e
Compare
Choose a tag to compare

Copy images on copy workflow, add copy to context menu

add minimize_to_tray option

What's Changed

  • Copy images on copy / add minimize_to_tray option by @skadefro in #787

Full Changelog: 1.4.57.5...1.4.57.6

add url detector to nm

28 Apr 16:17
9a5582e
Compare
Choose a tag to compare

What's Changed

Fix "open project" page after a search when seaching across workflows and projects.
Remove old websocket client, will break windows xp ( and maybe windows 7 ? ) but will allow removing an old package.
Fix some horribly buggy code in index count's for breakable loops ( all "for each" and other activities with a body that loops )
Add new url detector that triggers when user opens specific url's

  • Refresh filters after moving to any item from populated list via doubโ€ฆ by @AlekseyShpagin in #783
  • Bump NuGet.Packaging from 5.11.3 to 5.11.6 in /OpenRPA by @dependabot in #781
  • push 1.4.57.3 by @skadefro in #784
  • Fix index/Total updates in BreakableLoop / Drop WebSockets package, will break windows xp, but remove a package by @skadefro in #785
  • add url detector to nm by @skadefro in #786

New Contributors

Full Changelog: 1.4.56...1.4.57.5

fix breakable loop, minor updates breaking older windows versions

23 Apr 20:21
3ec364d
Compare
Choose a tag to compare

fix breakable loop
minor updates breaking older windows versions

What's Changed

  • Refresh filters after moving to any item from populated list via doubโ€ฆ by @AlekseyShpagin in #783
  • Bump NuGet.Packaging from 5.11.3 to 5.11.6 in /OpenRPA by @dependabot in #781
  • push 1.4.57.3 by @skadefro in #784
  • Fix index/Total updates in BreakableLoop / Drop WebSockets package, will break windows xp, but remove a package by @skadefro in #785

New Contributors

Full Changelog: 1.4.56...1.4.57.4

1.4.57.3

05 Apr 11:22
4a13e75
Compare
Choose a tag to compare
1.4.57.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.4.56...1.4.57.3

1.4.56

14 Mar 15:54
9448896
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.54...1.4.56

Minor improvements

01 Oct 14:34
4ce1914
Compare
Choose a tag to compare
Minor improvements Pre-release
Pre-release

Fix issue where resume workflows would sometimes run workflows twice
Fix issue where chained workflows ( one workflow starting anther workflow ) would not get started in the right order when resumed after a restart.
Fix invoke code issue, where race condition could make invoke code fail, if trying to compile the same code twice.
Update invoke code to easily allow compiling for both python 3.7 and 3.11

What's Changed

New Contributors

Full Changelog: 1.4.54...1.4.55.beta15

fix running workflow instances

18 Sep 10:23
cca4e73
Compare
Choose a tag to compare
Pre-release
Merge pull request #779 from skadefro/master

Fix running instances

fix: Converting PyList to JArray (or PyDict to JObject) will cause exception when existing bool type in python

15 Sep 07:38
8f2410a
Compare
Choose a tag to compare

What's Changed

  • fix: Converting PyList to JArray (or PyDict to JObject) will cause exception when existing bool type in python by @Uniplore-X in #778

Add encoding to achive activites, fix for python 3.11

12 Sep 09:14
2ee8f1c
Compare
Choose a tag to compare
Merge pull request #776 from Uniplore-X/pr-master

Fix `ScriptActivities` bug for `python 3.11` runtime

Add command timeout on all database activities

05 Sep 05:35
554c9f8
Compare
Choose a tag to compare
Merge pull request #775 from skadefro/master

Add command timeout on all database activities