Skip to content

Releases: roytam1/vncsclnt

Keyboard Fix Relase (v260615)

15 Jun 08:21

Choose a tag to compare

Got a bug report that some keys are not well translated, and this release should fix this.

Full Changelog: v260612...v260615

Multiple Architecture Release (v260612)

12 Jun 08:13

Choose a tag to compare

This release features multiple architectures, and compiled for:

  • i386 (x86)
  • AMD64 (x64)
  • Itanium (IA64)
  • MIPS NT
  • PowerPC NT (PPC)
  • ARM (32bit ARM WinRT)
  • ARM64 (64bit ARM WoA)
  • DEC Alpha (AXP)
  • DEC Alpha64 (AXP64)

(no guarantee if they are fully working like i386 release, as some of them has no hardware to test with)

With a fix for keyboard event handling.

Full Changelog: v260611...v260612

HexTile Release (v260611)

11 Jun 06:41

Choose a tag to compare

This is a new release that reduces bandwidth usage by using HexTile encoding instead of Raw encoding. Also fixed RRE and CoRRE encodings, although CoRRE encoding is slow in our state machine model.

Full Changelog: v260610...v260611

Bug Fix Release (v260610)

10 Jun 15:46

Choose a tag to compare

This is a bug fix release against first release, which fixes:

  • Broken F1-F12 and Edit Area keys
  • Scroll Bars can't scroll to screen's end unless resizing window
  • Broken Palette in 256 colors display
  • Change from BGR332 to BGR233 color coding, which is visually better.

Full Changelog: v260609...v260610

First Release (v260609)

09 Jun 12:54

Choose a tag to compare

This is the first release of vncsclnt, which is a port of vncdos-0.4 with Google Gemini's help.

Compiled with MSVC 2.0.

Limitations:

  • Supports 8 bit per pixel in BGR332 only
  • Supports RAW/CopyRect/RRE/CoRRE encodings only