Releases: mstiri/p3270
Releases · mstiri/p3270
v0.1.6
Add new features
What's Changed
- Add support for "text" format in saveScreen by @mike-pt in #15
- Feature wait functions by @bingo-bango in #16
New Contributors
- @mike-pt made their first contribution in #15
- @bingo-bango made their first contribution in #16
Full Changelog: v0.1.4...v0.1.5
Add new methods
- Add new methods:
sendHome()
,sendKeys(keys)
anddelWord()
What's Changed
- Add send keys to send severals chars by @DaniloToroL in #13
New Contributors
- @DaniloToroL made their first contribution in #13
Full Changelog: v0.1.3...v0.1.4
Release v0.1.3 of the library
- When initialized the client, it is now using charset as intended (http://x3270.bgp.nu/Unix/s3270-man.html#Character-Sets)
- Added new function to ReadTextAtPosition
- Encoding and decoding is set up dynamically from the given codePage, according to http://x3270.bgp.nu/Unix/s3270-man.html#Character-Sets. Only handles western charsets but should be easily extended if needed.
- Decoder will strip away \r.
- Added trySendTextToField - it will go to the field given in coordinates, clear the field, and type in the text given. It will then check what was written and return true if what is written in the field matches the text.
- Added waitForField - will wait for the field to be ready where the cursor is.
- Added foundTextAtPosition, will look at a given position and return true if the text requested is found, false if not.
- Added readTextArea - takes 4 parameters; coordinates for row and column, as well as a length for both columns and rows to read. If more than one row is read, it will return a list of strings split on newline.
Release v0.1.2 of the library
Version 0.1.2 of the library with the following features:
- Option to establish SSL connection to remote host
- In SSL connections, option to disable verification of the remote host certificate
Release v0.1.1 of the library
README: Paragraph highlighting