robotjs v0.7.1 Release Notes

Release Date: 2026-05-08 // about 1 month ago
    • 🛠 fix: Add MMBitmap buffer-cleanup callback used by Windows screen capture. (92504c3)
    • 🛠 fix: Correct scroll directions on Windows. (7e57d6d)
    • 🛠 fix: Send a complete Unicode key press so repeated characters do not get dropped. (31332c5)
    • 🛠 fix: Use sRGB color space for screen capture. (17db161)
    • 🛠 fix: Keep UTF-8 strings alive. (1c7ece7), closes #789

Previous changes from v0.7.0

    • 🚀 build: Bump prebuild version and MACOSX_DEPLOYMENT_TARGET. (7bcd7ff)
    • 🛠 Fix multi-monitor mouse coordinates and remove targetpractice (7aef129), closes #693
    • Don't wait for a response from X when typing a key (087ec35)
    • 🛠 Fixed scrollMouse() bug on windows (c10ffdd)
    • src/keycode: fix buffer overflow (274d03b)
    • 👌 Support typing of Unicode Characters (similar to keyTap) (94ed67c)
    • 👌 Support Unicode for typeString() in Windows. (3d7e7cf)
    • 🛠 fix: scrolling on Windows (cb0da09)
    • 🛠 fix: improve y scrolling on Windows by send y-scrolling event first (a348c0e)