Skip to content

Tags: giert/taskmaster

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix some potential memory leaks (#10)

Co-authored-by: fredrik <fredrik@jotta.no>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Additional hardening and updates (#9)

* additional hardening

* check if time is zero the right way

* oleHelper replaces must with err returns

* CoUninitialize must run on the same thread that called CoInitializeEx

* add DefaultDefinition

* internal logic tests that do not require a real task scheduler connection

* error codes

* ole date is local

* renovate config:base to config:recommended

* recursively release subfolders to avoid memory leaks

* %v to %w

* release COM-objects earlier to avoid accumulating until the whole collection has been filled

* IntToDayOfMonth with bit shift

* added GetTasksInFolder

* replaced deprecated rickb777/date with rickb777/period

* readme

* error mappings

* fix TaskResult off-by-one bug

* better validation errors

* added some gotchas to the readme

* formatting

---------

Co-authored-by: fredrik <fredrik@jotta.no>