Skip to content

MyHomeLib 2.5.1

Latest

Choose a tag to compare

@OleksiyPenkov OleksiyPenkov released this 15 Mar 07:50
· 26 commits to master since this release

Changes

HTTP client migration

  • Replace Indy HTTP + OpenSSL 1.0.2 (EOL) with System.Net.HttpClient (Windows SChannel)
  • No more libeay32.dll / ssleay32.dll dependency — TLS 1.2/1.3 via native Windows API
  • SOCKS4/5 proxy support via WinHTTP scheme prefixes
  • Accept self-signed server certificates (e.g. local NAS)
  • Prevent WinHTTP from auto-detecting system proxy when none is configured
  • Update User-Agent to Chrome 131

Update check improvements

  • Show "connection failed" with server URL instead of silent "no updates available"
  • Display server vs local version numbers in update check results
  • Refresh update URL from settings without requiring app restart

Bug fixes

  • Fix duplicate books in favorites after full collection update