Releases: dtechsrv/aml-vnc-server
Releases · dtechsrv/aml-vnc-server
AML-VNC Server v1.2.0 (Release date: 2024-02-09)
Changes:
- Move screen update function from main code,
- Continue to standardize files, functions and variable names,
- Fix framebuffer overflow error when changing resolution,
- Create a .gitignore file to ignore the compiled binary,
- Add a CFLAG to the Makefile to display all compiler warnings,
- Restore the display of the framebuffer debug information,
- Fix uinput device name length and handling,
- Unify the usage of all snprintf() functions,
- Remove inherited framebuffer selection option.
AML-VNC Server v1.1.0 (Release date: 2023-12-31)
Changes:
- Implement a new buffer comparison algorithm to eliminate dirty regions between image updates,
- Change pixel-to-pixel buffer filling method to a line-based copying,
- Add support for numeric keypad keys,
- Add support for detecting repeated keys,
- Add support for remote mouse cursor movement using a virtual absolute pointer,
- Add support for transfering mouse scroll wheel rotation,
- Disable virtual cursor movement path tracking to reduce the CPU load,
- Add version number management,
- Add support for handling screen resolution changes on the server side,
- Source code standardization, optimization and cleanup,
- Fix possibility of a buffer overflow problem.
AML-VNC Server v1.0.1 (Release date: 2023-12-13)
Changes:
- Fix framebuffer pixel comparison.
AML-VNC Server v1.0.0 (Release date: 2023-12-13)
Release first stable version.