Releases: MarketSquare/remoteswinglibrary
Releases · MarketSquare/remoteswinglibrary
Release 2.2.3
Changelog:
- Enhanced Java version detection
- Added warning message and fallback if detection fails
Release 2.2.2
Changelog:
- Updated SwingLibrary to 1.9.8
- Support for Java 11
- Enhanced keyword documentation
- Take screenshots when closing security dialogs and embed them in log.html
- force en-US locale for Security Dialogs
- fix for file handle leak
- restructured output txt log files
- fix fileserver issue when running AT on Windows with Jython.
Release 2.2.1
Changelog:
- Updated SwingLibrary to 1.9.7
- Closing of security dialogs logged
- Updated documentation error
Release 2.2.0
Changelog:
- fixed problem that may result in too short timeout being used in some circumstances
- [BIC]
close_security_dialogs
import option does not exist anymore, please useclose_security_dialogs
parameter forStart Application Keyword
- [BIC]
Connect to Application
keyword does not exist anymore, please useApplication Started
keyword instead - [BIC]
apport
andapphost
import options do not exist anymore, please useremote_port
andremote_host
parameters forStart Application
andApplication Started
- Fixed problem that caused Jemmy debug output not showing when using
close_security_dialogs
option #45 - [BIC] Special port value
TEST
import option does not exist anymore - addd
Reinitiate
keyword
Release 2.1.3
Changelog:
- Updated SwingLibrary to 1.9.6
- Improvements for Security Warning dialogs accepter
- RLS now reports complete keyword list to robot. This fixes issues with dry-runs and IDE support.
Release 2.1.2
Changelog:
- fix for Security Warning closer
Release 2.1.1
Changelog:
- reverted change that (probably) randomly caused
ConcurrentModificationException
error in 2.1.0
Release 2.1.0
Changelog:
.java.policy
file with security override in user home directory is no longer required when testing WebStart applications- RemoteSwingLibrary now can attempt to close Security Warning dialogs that may popup when application is starting.
Useclose_security_dialogs=True
import parameter to enable this. #27 - Python 3 compatibility #32
- Fix error when using RemoteSwingLibrary with RIDE #29
- Allow to connect to application started by earlier RSL instance with
Connect to application
keyword - Updated SwingLibrary to version 1.9.5
Release 2.0.3
Version 2.0.3 updates the included SwingLibrary to version 1.9.4 and fixes Robot Framework compatibility with version 2.9
Release 2.0.2
Version 2.0.2 updates the included SwingLibrary to version 1.9.3.