-
Notifications
You must be signed in to change notification settings - Fork 345
/
changelog.txt
170 lines (141 loc) · 5.03 KB
/
changelog.txt
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
v1.2.0 (Feb. 13, 2023)
=================
- Allow using F1 to F12 as hotkeys.
- Memory leak is greatly reduced.
- A crash when rapidly drawing and switching pens hopefully might be fixed.
- Korean, Lithuanian, Hebrew, Hindi, Assamese, Croatian language.
v1.1.1 (Mar. 8, 2022)
=================
- Turkish language.
- Bahasa Indonesia language.
- Arabic language.
- Brazilian Portuguese language.
- Bangla language.
- Magyar language.
- Hungarian language.
- Persian language
- Kannada language.
v1.1.0 (Aug. 26, 2020)
=================
- Better handling of UI layout for multiple displays of unmatched DPI.
- Show hotkeys in button tooltips.
- Fix a rare crash which occurs at startup due to language path problem.
- Prevent multiple instances of gInk.
- Prevent multiple options windows.
- Fix Alt+F4 causing unwanted behavior.
- Spanish (Latin America) language.
v1.0.8 (Mar. 25, 2020)
=================
- Jump to the snapshot file when clicking the Windows tip balloon after taking a snapshot.
- Less CPU usage when dragging to take a snapshot.
- Fix a rare crash which occurs upon selecting eraser.
- Fix a rare crash which occurs at startup due to the language folder not found.
- Russian language.
v1.0.7 (Feb. 8, 2020)
=================
- French language.
- Italian language.
v1.0.6 (Feb. 2, 2020)
=================
- German language.
- Traditional Chinese language.
v1.0.5 (Dec. 24, 2019)
=================
- Slightly reduce the size of canvas to unblock mouse interaction with hidden (as well as non-hidden) windows taskbar.
- Polish language.
- Czech language.
v1.0.4 (Nov. 1, 2019)
=================
- Portuguese language.
v1.0.3 (Oct. 19, 2019)
=================
- Fix a hotkey bug.
v1.0.2 (Oct. 18, 2019)
=================
- Thai language.
- Japanese language.
v1.0.1 (Oct. 10, 2019)
=================
- Slovak language.
v1.0.0 (Oct. 9, 2019)
=================
- Support localization.
v0.6.0 (Jun. 30, 2019)
=================
- Add hotkey options for pens and tools.
- Add a button to pan (move) inks.
- Add a button to temporarily hide inks.
- Add an option to enable pen and tool hotkeys in mouse pointer mode.
- Allow dragging the toolbar (default is off, experimental).
- Fix a visual bug on rim of semi-transparent inks.
- Fix missing inks around the toolbar when the toolbar is moving.
- Fix disappearing and random appearing of small tail of inks.
- Fix the default position of the toolbar when the Windows taskbar is on top of screen.
- The global hotkey now switches between mouse pointer mode and the last used pen.
v0.5.4 (Dec. 18, 2018)
=================
- Fix pointer mode on specific multiple display configurations.
- Hide forms from alt-tab switcher (contributed by kohanyirobert).
v0.5.3 (Oct. 6, 2018)
=================
- Fix eraser for touchscreen and stylus.
v0.5.2 (Sep. 24, 2018)
=================
- Fix snapshot on specific multiple display configurations (thanks to pubpub-zz).
- Fix some multiple display related issues (thanks to pubpub-zz).
- Add an option in config.ini to immediately close after snapshot (contributed by pubpub-zz).
v0.5.1 (Jun. 29, 2018)
=================
- Add a pen-tip mouse cursor as an option when drawing.
- Fix dragging on pen width panel.
v0.5.0 (May. 30, 2018)
=================
- Add options window.
- Add a global pen width control panel which, if enabled, overrides width setting of each pen.
- Add hotkeys for each tool during drawing (contributed by MrBricodage).
- Add a crosshair mouse cursor during taking snapshot.
- Save undo history when exit drawing, for restoring inks after accidental exit.
- Add a new visual tell of which pen is selected.
v0.4.1 (Mar. 13, 2017)
=================
- Change default pen colors.
- Fix tray icon size.
v0.4.0 (Jan. 3, 2017)
=================
- Multiple level undo (new feature).
- Save snapshots to %USERPROFILE%/Pictures/gInk (new feature).
- Show a balloon for browsing the snapshot file location.
- Change pen icons.
- Fix incorrect snapshot area when the DPI setting is not at 100%.
- Fix a crash that occurs rarely at the first stroke.
v0.3.3 (Jul. 10, 2016)
=================
- Change system tray icon size.
- Do not quit drawing after snapshot if there are inks.
v0.3.2 (Feb. 1, 2016)
=================
- Click through mode has a dedicated button now.
- Add two new pens, to a total of five.
- Add an entry to pen settings.
v0.3.1 (Feb. 1, 2016)
=================
- Fix various minor graphical glitches.
v0.3.0 (Feb. 1, 2016)
=================
- Click through mode (new feature), triggered when docked.
v0.2.2 (Jan. 18, 2016)
=================
- Fix slowness and delay when there are too many inks.
v0.2.1 (Jan. 17, 2016)
=================
- Fix snapshot not capturing inks in windows 7.
v0.2.0 (Jan. 17, 2016)
=================
- Snapshot to clipboard (new feature).
- Dock (new feature).
v0.1.1 (Jan. 17, 2016)
=================
- CPU usage greatly reduced when drawing.
v0.1 (Jan. 15, 2016)
=================
- First alpha release.