Skip to content

Releases: dnaspider/anunnakx

dnaspider_anunnaki_2026.6.28.15

Choose a tag to compare

@dnaspider dnaspider released this 29 Jun 01:43

ANUNNAKi Controller

Platform: Windows

Name: anunnaki.exe
Size: 283136 bytes : 276 KiB
SHA256: 082939c8e7f131af6e21905c751eaedc72852d7597d6ef59098e27c1d09af69b

Donate with PayPal

dnaspider_anunnaki_2026.6.6.14

Choose a tag to compare

@dnaspider dnaspider released this 06 Jun 22:15
Update UI branding

Changed application name to "Anunnaki Controller" in the UI.

dnaspider_anunnaki_2026.5.31.13

Choose a tag to compare

@dnaspider dnaspider released this 31 May 23:14
Update comment in source.cpp and modify anunnaki.rc binary

Changed comment from <test:> to <test> in source.cpp for clarity.
Updated binary content of anunnaki.rc.

anunnaki_v1.0.0.12

Choose a tag to compare

@dnaspider dnaspider released this 10 May 17:02
1df8c93
Fix download link and formatting issues in README

Updated download link and improved formatting in README.

anunnaki_v1.0.0.11

Choose a tag to compare

@dnaspider dnaspider released this 20 Apr 21:08
Refactor key event handling and cleanup modifier states

Refactor return statements for correct key event flow. Simplify Shift/Ctrl condition checks and explicitly reset modifier key states after handling. Remove unreachable code and improve logical structure.

anunnaki_v1.0.0.10

Choose a tag to compare

@dnaspider dnaspider released this 18 Apr 15:09
Update version to .10 in ASCII art and resource file

Updated the ASCII art version number in source.cpp from .9 to .10. Modified anunnaki.rc binary file, likely to reflect the new version.

anunnaki_v1.0.0.9

Choose a tag to compare

@dnaspider dnaspider released this 13 Apr 01:25
Refactor delimiter parsing for clarity and efficiency

Replaced loop-based delimiter detection with explicit checks for ':' and ' ' when extracting `chk` and `qp`. This change improves code clarity and may enhance performance by avoiding unnecessary iteration.

anunnaki_v1.0.0.8

Choose a tag to compare

@dnaspider dnaspider released this 26 Mar 23:13
Improve key combo formatting

Clarified key combination formatting (e.g., "<left 3>").

anunnaki_v1.0.0.7

Choose a tag to compare

@dnaspider dnaspider released this 26 Feb 20:35
Improve command handling and update ASCII art formatting

Enhanced <db>/<DB> and <se>/<SE> command logic in scan_db(), separating reload and print actions. Updated documentation for command usage. Refined ASCII art in main() for better appearance. Cleaned up code and improved command handling structure.

anunnaki_v1.0.0.6

Choose a tag to compare

@dnaspider dnaspider released this 14 Feb 13:52
Minor code cleanup, doc updates, and small logic tweaks

- Removed or commented out unused debug code in several functions.
- Improved comments and help text for clarity and accuracy.
- Updated scan_db to set found_io/found_io_repeat on first hit.
- Clarified key combination order in repeat() comments.
- Refactored UTF-8 backspace logic in keyboard hook for clarity.
- Minor formatting and consistency improvements throughout code and docs.