robotgo v0.80.0 Release Notes

Release Date: 2019-03-12 // about 5 years ago
  • Sierra Nevada

    โž• Add

    • ๐Ÿ‘ [NEW] Add asynchronous event hook support
    • ๐Ÿ‘ [NEW] Add multiple keypress event listener support
    • [NEW] Add hook start and end func
    • [NEW] Add AddEvents, AddMouse, AddMousePos hook function
    • โšก๏ธ [NEW] Add mul() scale func and optimize code
    • ๐Ÿ”จ [NEW] Refactor AddEvent() func and add keycode.go, update example
    • [NEW] Add mouse map keycode
    • [NEW] Add android null file
    • ๐Ÿ‘ [NEW] Add AddEvent "center" support
    • โšก๏ธ [NEW] Update README.md, Add binding link

    • ๐Ÿ“„ [NEW] Format README.md and docs markdown

    • โšก๏ธ [NEW] Update bitmap_save return code

    • โšก๏ธ [NEW] Optimize code not defer and remove useless code

    • ๐Ÿ’… [NEW] Update code style and godoc

    • โšก๏ธ [NEW] Update go mod vendor

    • [NEW] Add more event examples

    • [NEW] add AddEvents, AddMouse, AddMousePos examples code

    โšก๏ธ Update

    • โšก๏ธ [NEW] Update event example code add print hint
    • โšก๏ธ [NEW] Update godoc
    • โšก๏ธ [NEW] Update CHANGELOG.md
    • โšก๏ธ [NEW] Update .gitignore
    • ๐Ÿ’… [NEW] Update code style and examples
    • โšก๏ธ [NEW] Update pkg to newest
    • โšก๏ธ [NEW] Update CI add go1.12.x support
    • ๐Ÿšš [NEW] Move GetText() func code

    ๐Ÿ›  Fix

    • ๐Ÿ›  [FIX] Add AddEvents func, Fixed #98, #61, #69...
    • ๐Ÿ›  [FIX] Add asynchronous event support, Fixed #196, #89...
    • ๐Ÿ›  [FIX] add AddMouse func, Fixed #138
    • [FIX] Update _Ctype_char to C.char, Fixed go1.12 build error #191
    • โšก๏ธ [FIX] Update hook, Fixed #195 warning and json break bug
    • โšก๏ธ [FIX] Fixed color picker, Update README.md and docs

    ๐Ÿ‘€ See Commits for more details, after Jan 7.