Releases: halildurmus/win32
Releases · halildurmus/win32
v5.14.0
5.14.0 - 2025-06-12
🚀 Features
- Add APIs for querying events by @halildurmus in #993
- Add PathAllocCanonicalize/PathAllocCombine by @brianquinlan in #988
📝 Documentation
- (examples) Fix link by @halildurmus
🎨 Styling
- Migrate to package:halildurmus_lints by @halildurmus in #990
- Reformat files by @halildurmus in #989
v5.13.0
5.13.0 - 2025-05-09
🚀 Features
- Add support for GetCurrentDirectory by @brianquinlan in #986
- Add
SetLastError
function by @halildurmus in #975 - Add extension methods to convert
FILETIME
toDateTime
by @halildurmus in #974 - Add the
WIN32_FILE_ATTRIBUTE_DATA
struct by @brianquinlan in #973
⚙️ Miscellaneous Tasks
- Tweak win32 workflow by @halildurmus in #982
v5.12.0
5.12.0 - 2025-03-11
🚀 Features
- Add more Kernel32 APIs by @halildurmus in #969
- Add
MOVE_FILE_FLAGS
enum by @halildurmus in #967 - Add support for MoveFileEx by @brianquinlan in #966
New Contributors ❤️
- @brianquinlan made their first contribution in #966
v5.11.0
5.11.0 - 2025-02-19
🚀 Features
- Revert deprecation of top-level constants of enums by @halildurmus in #960
- Improve projection of flexible array members by @halildurmus in #959
🎨 Styling
- Format with tall-style by @halildurmus in #957
v5.10.1
5.10.1 - 2025-01-27
🐛 Bug Fixes
- fix: fix
PRINTER_ENUM_*
constants by @halildurmus in #954 - fix:
nodoc
deprecation fix by @weasdown in #949
⚙️ Miscellaneous Tasks
- add
.gitattributes
to normalize line endings by @halildurmus - tweak git-cliff configuration by @halildurmus
New Contributors ❤️
v5.10.0
v5.9.0
5.9.0 - 2024-11-29
🚀 Features
- (COM) Add more Core Audio interfaces (#937) - (2eaeef1)
- Add
GetWindowCompositionAttribute
,SetWindowCompositionAttribute
APIs (#938) - (2081e94) - Deprecate
SCARD_SCOPE_SYSTEM
constant (#930) - (c6c2c5c)
🐛 Bug Fixes
🧹 Refactor
📝 Documentation
- (website) Tweak commands - (2f75003)
- (website) Update contributing guide - (865d9ec)
- Update PUBLISHING.md - (18420d6)
⚙️ Miscellaneous Tasks
v5.8.0
- Add
DISP_E_*
constants - Add
argError
optional parameter to theDispatcher.invoke
method, allowing
retrieval of the index of the first parameter inrgvarg
that encounters an
error, if applicable - Update
Dispatcher.set
to accept aPointer<VARIANT>
for the value
parameter - Add
byReference
optional named parameter to theDispatcher.set
method,
enabling property assignment by reference instead of by value
v5.7.2
- Add
DROPFILES
struct - Add
DragQueryFile
API
v5.7.1
- Add
Pointer<VARIANT>
optional parameter toDispatcher.invoke
method - Add
Dispatcher.fromCLSID
constructor for creating aDispatcher
from a
CLSID