Skip to content

Releases: rodrigocfd/windigo

v0.2.3

01 Oct 19:31

Choose a tag to compare

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 wstr package;
  • new APIs;
  • internal bugfixes.

v0.2.2

01 Aug 12:44

Choose a tag to compare

This is a minor release of Windigo.

Notable changes:

  • new APIs;
  • bugfixes on Wine.

v0.2.1

01 Jul 11:39

Choose a tag to compare

This is a minor release of Windigo.

Notable changes:

  • new DLL loading architecture;
  • faster UTF-16 string conversions with a static buffer;
  • psapi API group;
  • stricter nil check in COM syscalls;
  • new APIs.

v0.2.0

01 Jun 15:39

Choose a tag to compare

This is a complete rewrite of Windigo, from the ground up.

Notable changes:

  • lots of examples inside the documentation;
  • all constants inside the win/co package;
  • more strict error handling – all fallible APIs will return an error, usually co.ERROR or co.HRESULT;
  • a completely new COM implementation, more comprehensive and ergonomic;
  • redesigned ui implementation, more efficient;
  • fully documented ui structs, including widget creation options.

v0.1.0

02 May 17:27

Choose a tag to compare

Version 0.1.0.