-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGELOG
146 lines (104 loc) · 2.85 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
0.12.0
==================
* feat: split rulers (horizontally/vertically)
* feat: initial positions for rulers and guides
* feat: latest color for new guides and rulers
* feat: latest used orientation for new guides
0.11.1
==================
* fix: use natural image size
0.11.0
==================
* feat: scale 0.5/1 onion image
0.10.0
==================
* feat: change color by cycling
* feat: toolbox round borders
* fix: setIgnoreMouseEvents when onTop
* fix: ruler cursor
* refactor: locked payload
* refactor: ruler - setColor with redux
* chore: remove no-empty-interface tslint rule
0.9.0
==================
* feat: global keys
* feat: lock/unlock all tools
* feat: border around toolbox
* refactor: always on top by default
* refactor: show all tools if a new tool is created
* fix: click on transparent after closing help/settings
* fix: toolbox always on top
0.8.0
==================
* feat: always on top button
* feat: +/- buttons to change onion image opacity
* fix: help and settings windows have shadow
* fix: new tools have the right z-index
0.7.0
==================
* fix: round x,y when move rulers, guides and onions
* fix: help and settings can be displayed at the same time
* refactor: move more actions to redux
* chore: add travis build configuration
0.6.0
==================
* feat: settings view
* feat: opt-out analytics
* feat: shortcut to delete guides/rulers/onions
* fix: ruler doesn't change z-index
* chore: typescript 3
* chore: tslint config
0.5.0
==================
* feat: add columns tool
* refactor: better toolbox icon colors
* refactor: use redux for state
0.4.1
==================
* fix: icons
0.4.0
==================
* feat: basic analytics
0.3.2
==================
* fix: not possible to click on the mini-toolbox if another tools is on top #39
0.3.1
==================
* fix: now the ruler can be resized only from right+bottom
0.3.0
==================
* feat: new icon / #24
* fix: coords not rounded
* refactor: remove unused files (redux, etc)
0.2.0
==================
* ?
0.1.1
==================
* fix: the toolbox now is a position that doesn't interfere with the rest of the elements
0.1.0
==================
* fix: toolbox can be dragged out of the screen
0.0.6
==================
* feat: Grouped colors
0.0.5
==================
* feat: tooltips on all tools
* feat: lock/Unlock guides, rulers, and images
* feat: set guides, and rulers colors with the keyboard
* feat: move guides, rulers, and images with the keyboard arrows +1px and w/ shift +10px
* fix: display image size
* fix: remove toolbox icons margin
0.0.4
==================
* feat: auto-update
0.0.3
==================
* chore: testing auto-update
0.0.2
==================
* chore: testing auto-update
0.0.1
==================
* feat: init