Skip to content

Releases: mstiri/p3270

v0.1.6

20 May 17:36
Compare
Choose a tag to compare

What's Changed

  • One fix (missing enableTLS) and one feature (asterisks parameter in sendText) by @gemiusz in #9

New Contributors

Full Changelog: v0.1.5...v0.1.6

Add new features

06 Apr 05:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

Add new methods

08 Aug 15:11
Compare
Choose a tag to compare
  • Add new methods: sendHome(), sendKeys(keys) and delWord()

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3 of the library

12 Jan 20:26
ec94255
Compare
Choose a tag to compare
  • 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

28 Jan 22:19
Compare
Choose a tag to compare

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

29 Oct 15:20
Compare
Choose a tag to compare
README: Paragraph highlighting