Chilkat v11.2.0 Release Notes

Pinned November 3, 2025

Previous Version: Chilkat v11.1.0 Release Notes The main addition in v11.2.0 is the Chilkat.Ai class, and the Chilkat.StringBuilder.MarkdownToHtml method. Ai: The Chilkat AI class provides a unified API for interacting with different AI providers: OpenAI, Google, Claude, xAI, Perplexity, and DeepSeek. It provides functionality for conversation management, multimodal inputs, and streaming mode. Markdown to HTML […]

Semantic Versioning Starting with Chilkat 10.0.0

Pinned September 26, 2024

Starting with the v10.0.0 release (end of September 2024), Chilkat moves to standard semantic versioning.   Prior to this release, for various technical reasons, Chilkat was stuck with versions 9.5.0.xx, where only xx changed. For this first leap to semantic versioning, where the major version changes to 10 (from 9), there are no backward incompatible changes.  […]

Chilkat v9.5.0.77 Release Notes (March 2019)

January 25, 2019 in release notes

Chilkat v9.5.0.76 Release Notes Chilkat v9.5.0.78 Release Notes v9.5.0.77 Release Notes: Email: The NumRelatedItems property was 1 too large in some cases. Bz2: PercentDone callbacks were not working. MailMan: If the connection is idle for 1 minute or more, the next email sent will automatically use a fresh connection. (When a method to send email […]

SSH Authentication Options in sshd_config

January 9, 2019 in Uncategorized

The /etc/ssh/sshd_config file has an entry called AuthenticationMethods. Typically you would enter either: to indicate which authentication method should be required. You can also enter: to indicate that either authentication method should be required. You can also enter: to indicate that both authentication methods should be required. If a server requires both publickey and password, […]

Chilkat v9.5.0.76 Release Notes (Dec 2018)

January 9, 2019 in release notes

The v9.5.0.75 release notes are available here: Chilkat v9.5.0.75 Release Notes v9.5.0.76 Release Notes: Csr: The Certificate Signing Request class (Csr) now supports ECC based certificates. (bug fix) Xml: For the HasChildWithTag method, if the tagPath ended with array brackets, then the method failed. For example, if the tagPath was “something[i]”, then it did not […]