Releases: rodrigocfd/windigo
Releases · rodrigocfd/windigo
Release list
v0.2.6
v0.2.5
v0.2.4
This is a minor release of Windigo.
Notable changes:
- optimized, slightly faster DLL loading;
- refactored
copackage files; - refactored COM interface files;
- more strict internal error handling;
- Task Scheduler COM interfaces;
- Windows Imaging Component COM interfaces;
- new APIs;
- internal bugfixes.
v0.2.3
This is a minor release of Windigo.
Notable changes:
- flat package structure;
- faster UTF-16 string conversions with stack-allocated buffers;
- DPI-aware creation coordinates;
- early cleanup for UI creation closures;
- zero-allocation OLE releasing;
- tests for
wstrpackage; - new APIs;
- internal bugfixes.
v0.2.2
This is a minor release of Windigo.
Notable changes:
- new APIs;
- bugfixes on Wine.
v0.2.1
This is a minor release of Windigo.
Notable changes:
- new DLL loading architecture;
- faster UTF-16 string conversions with a static buffer;
psapiAPI group;- stricter nil check in COM syscalls;
- new APIs.
v0.2.0
This is a complete rewrite of Windigo, from the ground up.
Notable changes:
- lots of examples inside the documentation;
- all constants inside the
win/copackage; - more strict error handling – all fallible APIs will return an
error, usuallyco.ERRORorco.HRESULT; - a completely new COM implementation, more comprehensive and ergonomic;
- redesigned
uiimplementation, more efficient; - fully documented
uistructs, including widget creation options.