Releases: rodrigocfd/windigo
Releases · rodrigocfd/windigo
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
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.
v0.1.0
Version 0.1.0.