New Features: - Full Wine 11 support with new PE/Unix split architecture - Makefile.wine11 for building with Wine 10.2+/11 - Separate PE DLL and Unix SO builds - Support for __wine_unix_call interface - Full 32-bit and 64-bit WoW64 support - Settings GUI integration - launch from DAW's ASIO control panel - JACK MIDI ports (WineASIO:midi_in, WineASIO:midi_out) - Windows launcher executables for GUI New Files: - asio_pe.c - Windows-side ASIO/COM implementation - asio_unix.c - Unix-side JACK/MIDI implementation - unixlib.h - Shared interface definitions - Makefile.wine11 - Wine 11+ build system - ntdll_wine.def, ntdll_wine32.def - NT DLL imports - WINE11_PORTING.md - Technical porting guide - RELEASE_NOTES.md - Release documentation - CONTRIBUTING.md - Contribution guidelines - .github/workflows/build.yml - CI/CD pipeline - gui/wineasio-settings-launcher.c - Windows GUI launcher Updated: - README.md - Full Wine 11 documentation - gui/settings.py - PyQt5/6 compatibility - gui/wineasio-settings - Native launcher script