Releases: open-rpa/openrpa
Dependency restore on startup / add thread_exit_on_lock_timeout
What's Changed
- Dependency restore on startup (configurable) + dependency clash checks + installed vs required dependencies check by @Kalladystine in #790
- add thread_exit_on_lock_timeout / fix restore_dependencies_on_startup⦠by @skadefro in #791
New Contributors
- @Kalladystine made their first contribution in #790
Full Changelog: 1.4.57.7...1.4.57.8
make scripts optional / Disable update button on package manager
What's Changed
Full Changelog: 1.4.57.6...1.4.57.7
1.4.57.6
Copy images on copy workflow, add copy to context menu
What's Changed
Full Changelog: 1.4.57.5...1.4.57.6
add url detector to nm
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
- @AlekseyShpagin made their first contribution in #783
Full Changelog: 1.4.56...1.4.57.5
fix breakable loop, minor updates breaking older windows versions
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
- @AlekseyShpagin made their first contribution in #783
Full Changelog: 1.4.56...1.4.57.4
1.4.57.3
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
New Contributors
- @AlekseyShpagin made their first contribution in #783
Full Changelog: 1.4.56...1.4.57.3
1.4.56
What's Changed
- feat: add
killworkflow
command andnoweblogin
config by @Uniplore-X in #757 - Remove add and saving for workitem queues by @skadefro in #760
- First try adding variable mapping to invoke code by @skadefro in #763
- Let's try with more casting code by @skadefro in #764
- Fixcomplex objects for python when using mappings by @skadefro in #765
- Enforce single ui update at the time by @skadefro in #770
- wewefwefew by @skadefro in #771
- remove logging lock error by @skadefro in #772
- Input a workflow name when create and Fix 3 bugs about python activity by @Uniplore-X in #769
- Major feature: add dynamic script activities the forth way to extend the functionality of the robot by @Uniplore-X in #768
- Update to Python/Python.Included to 3.11.0 by @skadefro in #773
- Fix recorder and F10 single stepping by @skadefro in #774
- Add command timeout on all database activities by @skadefro in #775
- add Encoding to Archive activities by @skadefro in #777
- Fix
ScriptActivities
bug forpython 3.11
runtime by @Uniplore-X in #776 - fix: Converting PyList to JArray (or PyDict to JObject) will cause exception when existing bool type in python by @Uniplore-X in #778
- Fix running instances by @skadefro in #779
- minor updates by @skadefro in #780
- Fix lock issue / bump version by @skadefro in #782
New Contributors
- @Uniplore-X made their first contribution in #757
Full Changelog: 1.4.54...1.4.56
Minor improvements
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
- feat: add
killworkflow
command andnoweblogin
config by @Uniplore-X in #757 - Remove add and saving for workitem queues by @skadefro in #760
- First try adding variable mapping to invoke code by @skadefro in #763
- Let's try with more casting code by @skadefro in #764
- Fixcomplex objects for python when using mappings by @skadefro in #765
- Enforce single ui update at the time by @skadefro in #770
- wewefwefew by @skadefro in #771
- remove logging lock error by @skadefro in #772
- Input a workflow name when create and Fix 3 bugs about python activity by @Uniplore-X in #769
- Major feature: add dynamic script activities the forth way to extend the functionality of the robot by @Uniplore-X in #768
- Update to Python/Python.Included to 3.11.0 by @skadefro in #773
- Fix recorder and F10 single stepping by @skadefro in #774
- Add command timeout on all database activities by @skadefro in #775
- add Encoding to Archive activities by @skadefro in #777
- Fix
ScriptActivities
bug forpython 3.11
runtime by @Uniplore-X in #776 - fix: Converting PyList to JArray (or PyDict to JObject) will cause exception when existing bool type in python by @Uniplore-X in #778
- Fix running instances by @skadefro in #779
- minor updates by @skadefro in #780
New Contributors
- @Uniplore-X made their first contribution in #757
Full Changelog: 1.4.54...1.4.55.beta15
fix running workflow instances
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
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