robotgo v0.60.0 Release Notes

Release Date: 2018-10-09 // over 5 years ago
  • Mount Olympus: Mytikas

    โž• Add

    • [NEW] Add GetBounds func support (add get_client and get_frame C_func)
    • [NEW] Add GetXId and GetXidFromPid func
    • ๐Ÿ”จ [NEW] Refactoring GetTitle() func allow by pid
    • ๐Ÿ”จ [NEW] Refactoring CloseWindow() allow by pid
    • ๐Ÿ‘ [NEW] Add SetHandPid() and GetHandPid() func support
    • ๐Ÿ‘ [NEW] Add FindCBitmap func support

    • ๐Ÿ”จ [NEW] Refactoring bitmap example code

    • ๐Ÿ”จ [NEW] Refactoring key example code

    • ๐Ÿ”จ [NEW] Refactoring window example code

    • [NEW] Add an cbitmap example [#169]

    • ๐Ÿ”จ [NEW] Refactoring screen and event example code

    • ๐Ÿ”จ [NEW] Refactoring mouse example code

    • [NEW] Add more godoc

    • [NEW] Add getTitle example by pid

    • [NEW] Add close window example by pid

    • [NEW] Add getBounds example

    • ๐Ÿšš [NEW] Split func and remove dep more clean

    • [NEW] Simplify SaveCapture code

    • [NEW] Update and merged get_pixel_color remove duplicate code

    • โšก๏ธ [NEW] Update README.md, add Note go1.10.x

    โšก๏ธ Update

    • โšก๏ธ [NEW] Update issue template more obvious
    • ๐Ÿšš [NEW] Move public mdata to pub
    • โšก๏ธ [NEW] Update godoc
    • โšก๏ธ [NEW] Update CHANGELOG.md
    • ๐Ÿšš [NEW] Move some pub method to pub.h and rename some c_func
    • ๐Ÿ’… [NEW] Update code style and name style ( key, window and other )
    • โšก๏ธ [NEW] Update robotgo unix export getXidFromPid func
    • โšก๏ธ [NEW] Update set handle return use bool

    • ๐Ÿ’… [NEW] Update code style and move scale to win_sys.h

    • โšก๏ธ [NEW] Update example add more lang

    • โšก๏ธ [NEW] Update pkg to newest

    • ๐Ÿšš [NEW] Remove duplicate code and old useless code

    • โšก๏ธ [NEW] Update and clean README.md

    • โšก๏ธ [NEW] Update CI add go1.11.x version

    • โšก๏ธ [NEW] Update scroll godoc and clearer parameter name

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

    • โšก๏ธ [NEW] Update FindIds doc and only set name once in loop

    ๐Ÿ›  Fix

    • โšก๏ธ [FIX] Update type_string fixed #155, fixed window missing some character
    • ๐Ÿ›  [FIX] Fixed GetWindowText return address of local variable and not use ternary operator ( GetTittle )
    • ๐Ÿš€ [FIX] Update README.md Fixed Release badge

    ๐Ÿ‘€ See Commits for more details, after Aug 8.