-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
71 lines (48 loc) · 1.62 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.5.0
Add mouse_move_percentage and get_screen_resolution
Autoclick will not include the methods automatically
Users have to explicitly use "include AutoClickMethods" to include the methods
0.4.0
Fix the 64bit bug and Fixnum! bug
0.3.0
Update to use DL Library
0.2.0
bump verison
0.1.15
Add more general mouse control methods: mouse_down(button_name), mouse_up(button_name)
0.1.14
Add middle_click and double_click
0.1.12
super ugly implementation of the method type (need refactoring or even rewite later)
0.1.10
implement get_key_state method
refine the key_stroke, key_down and key_up method
0.1.9
Add support for keybaord region specific keys using US-keyboard standard
0.1.8
Implement key_stroke, key_down and key_up
0.1.7
Primitive implementation of key_stroke. Need good api before putting it into method list
0.1.6
Edit changelog and readme.rdoc problem
0.1.4
Implement left_drag and right_drag
0.1.3
More description
0.1.2
Primitive implementation of mouse_move_percentage_absolute_real, mouse_move_percentage_absolute_virtual, mouse_move_percentage_relative_real, mouse_move_percentage_relative_virtual.
(Need better consolidation before putting them to the method list)
0.1.1
Specify required ruby environments
0.1.0
rewrite the program using DL instead of Win32API
0.0.5
remove gem dependency requirement.
0.0.4
Add gem dependency requirement.
0.0.3
Fix gemspec description.
0.0.2
Implement mouse_scroll and cursor_position. Rename move_mouse to mouse_move.
0.0.1
Initialize project. Primitive implementation of move_mouse, left_click and right_click.