Releases: Blazemeter/xtn5250
Releases · Blazemeter/xtn5250
3.2.4
What is new on this patch release:
- Fix alignment of the screen issue
Font size upper bound increased and calculation of font size made more precise.
3.2.3
What is new on this patch release:
- Support to set cursor position.
- Multiple connection listeners support.
Now it's possible to add multiple connection listeners in order to be notified when a connection event occurs.
3.2.2
• In this patch release, we have modified the visibility of the method setCursorPosition(int, int)
3.2.1
- This patch release includes the modification of the method
setFieldTextByTabulator
in order to actually replicate the behaviour that a terminal emulator does when pressing tabulator key.
3.2
- Include method in
TerminalClient
to be able to set text by a given amount of tabulators.
3.1
• Include method in XI5250crt to be able to retrieve the selected part of the screen as plain text and also another one to clear the selection.
3.0
Migrate library to proper group id due to repository transfer.
2.2
Add method to TerminalClient to be able to retrieve fields in screen.
2.1
Include method in TerminalClient to be able to set field text by the label associated to the field.
2.0.1
Remove check of monospace fonts: The project is always using Monospace font, and checking if the font is monospaced by comparing width of i
and W
, but in some systems (e.g.: aws Linux 3.13.0-147-generic with Java HotSpot(TM) 64-Bit 9.0.4) the width of the chars with monospaced is not the same. So we decided to remove previously mentioned check to fail starting the emulator on such systems.