PowerTCP Emulation for .NET (英語版) のリリース

Released: May 13, 2022

PowerTCP Emulation for .NET での更新項目

機能

  • Added support for Microsoft Visual Studio 2022.

Released: Sep 25, 2017

V4.7.2.0 での更新項目

不具合の修正

  • A issue where the *, -, and + numpad keys would not generate PF3, PF4, and -, as documented, has been resolved.

Released: Mar 8, 2017

V4.7.1.0 での更新項目

機能

  • Adds support for Visual Studio 2017.

Released: Jun 22, 2016

V4.7 での更新項目

機能

  • An interface change was required in order to provide improved rendering and performance.
  • Vt.BufferRows is now read only and must be changed to Vt.MaxBufferRows whenever it is being set to indicate the maximum number of buffer rows for the scrollback buffer.
  • Vt.BufferRows now represents the number of buffer rows currently populated and should still be used when setting properties like Vt.AutoScrollRowPosition.
  • Columns are no longer limited to 80 or 132.

不具合の修正

  • Using ALT+NUMPAD to generate...

Released: Mar 10, 2015

Updates in this release

Updates in V4.6.0.6

  • Improved CPU usage in most scenarios.
  • Significantly improved rendering speed resulting in a more responsive UI experience.
  • Improved support for National Character Set and Multinational mode operation.
  • A ConnectTimeout property has been added to the Telnet component.
  • A log event was added to the VT in order to log Client/Server data more responsively when using SetStream.

Released: May 30, 2012

Updates in this release

Updates in V4.5

  • The cursor, reverse negative text and selected text are now visible when the displays BackColor is transparent
  • Edit Module keys now work when KeyPad.Numeric is set
  • Cursor position now immediately updates after menu reset
  • Display now handles consecutive escape sequences correctly
  • Cursor becomes invisible if set to Transparent
  • Fixed a memory leak associated with the cursor
  • Fixed an issue where Edit Module keys ceased functioning after receiving a specific sequence in VT220 mode...

Released: Oct 12, 2011

Updates in this release

Updates in V4.4.1

  • Enhanced ANSI color support for the display. Users can now select from set color schemes, or customize each normal and bold (bright) color individually.
  • Added a CursorColor property, and a new "Bar" CursorStyle.
  • Added a BoldNegativeColor property.

Released: Apr 7, 2011

Updates in this release

Updates in V4.4

  • Connect methods have been updated to take a serializable Session object as a parameter, facilitating the saving of state information within an application.
  • AuthenticateClient and AuthenticateServer methods have been updated to take a serializable Security object as a parameter.
  • ReadToDelimiter, ReadToCount and ReadToEnd methods have been updated to throw a new DataException, which provides any data read up to the exception.
  • A KeyPad.Pc option has been added for emulating the PC...

Released: Jun 2, 2010

Updates in this release

Updates in V4.2.1.7

  • PowerTCP Emulation has been updated with a new install and Visual Studio 2010 integration

Released: May 21, 2010

Updates in this release

Updates in V4.2.0.3

  • Emulation for .NET now uses native Framework classes for SSL functionality.
  • Emulation for .NET has a new licensing model. External runtime license files are no longer utilized. Instead, a license resource is generated and embedded within the executing assembly.
  • Special Graphic Character fonts have been replaced with Unicode equivalents.
  • Line drawing precision has been improved and is now more proportional to the selected font.
  • Drawing techniques have been optimized.
  • Support...