Skip to content

Releases: voidtools/everything_sdk3

3.0.0.9

11 Oct 02:34
a96f7dd

Choose a tag to compare

Saturday, 11 October 2025: Version 3.0.0.9
improved connecting to the ipc3 pipe server when it is busy.

3.0.0.8

25 Sep 04:24
bea3e79

Choose a tag to compare

Thursday, 25 September 2025: Version 3.0.0.8
fixed a crash with overlapped reads.
fixed a crash with overlapped writes.

3.0.0.7

24 Sep 05:10
35c4700

Choose a tag to compare

Wednesday, 24 September 2025: Version 3.0.0.7
renamed Everything_GetTargetMachine to Everything3_GetTargetMachine
Everything3_GetResultListPropertyRequestValueType now returns EVERYTHING3_PROPERTY_VARIANT_TYPE_NULL on error. (instead of EVERYTHING3_INVALID_PROPERTY_ID)
Everything3_GetResultListFolderCount, Everything3_GetResultListFileCount, Everything3_GetResultListCount now sets the last error to EVERYTHING3_OK if the result count was 0.
Everything3_GetResultListTotalSize now returns EVERYTHING_UINT64_MAX on error. (was 0)
removed Everything3_GetResultListPropertyRequestOffset.
Everything3_ClearSearchSorts now returns true if successful.
Everything3_ClearSearchPropertyRequests now returns true if successful.
fixed memory corruption when reallocating sort array.
fixed memory corruption when reallocating property request array.
fixed a crash with overlapped reads.
fixed a crash with overlapped writes.
fixed an issue with requesting date modified with _everything3_read_journal.

3.0.0.6

19 Sep 09:39
55a1f6f

Choose a tag to compare

Friday, 19 September 2025: Version 3.0.0.6
changed _everything3_property_variant_value_t to a union.
fixed an issue with ARM/ARM64 definitions.

3.0.0.5

19 Sep 05:38
cfcd313

Choose a tag to compare

Friday, 19 September 2025: Version 3.0.0.5
added PropVariant support -requires Everything 1.5.0.1397a or later.
added Index Journal API -requires Everything 1.5.0.1397a or later.
added vs2019 solution
added ARM/ARM64 dll
added ARM/ARM64 static lib

3.0.0.4

10 Jun 11:49
f29f41e

Choose a tag to compare

Tuesday, 10 June 2025: Version 3.0.0.4
added version information.

1.0.0.3

10 Jun 10:10
124f7f5

Choose a tag to compare

Tuesday, 10 June 2025: Version 1.0.0.3
fixed an issue with encoding vlqs.

1.0.0.2

10 Jun 05:48
31bdd30

Choose a tag to compare

Tuesday, 10 June 2025: Version 1.0.0.2
added new code signing certificate: voidtools PTY LTD
improved handling of invalid parameters.
fixed an issue with calculating the size of ANSI buffers.