-
Notifications
You must be signed in to change notification settings - Fork 30
/
NEWS
181 lines (136 loc) · 4.29 KB
/
NEWS
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
171
172
173
174
175
176
177
178
179
180
181
v12.6 - February 2023
==================
* Fix palettes not being correctly initialized
* Allow palettes colors editing on preferences page
v12.3 - October 2022
==================
* Settings Rewritten with libadwaita
* Fix some settings bugs
* Dropped gtk3 support and GNOME Shell < v42
* Translation files improved
* Uses Gettext and InitTranslations() from ExtensionsUtils()
* Remove convenience.js usage
* Initial GNOME Shell v43 Support
v12.2 - April 2022
==================
* Initial Support for GNOME v42
v12 - March 2022
==================
* Removed Intermediate Points (Improved Perfomance)
* Fixed broken stylus/two cursors on Wayland
v11.1 - April 2021
==================
* Not to erase the text when pressing "Escape" #60
v11 - February 2021
===================
* GS 40 compatibility (40.beta)
* Gtk4 port (preferences)
* Toggle animations (background, grid and square area)
* Multi-line text elements
* Start a new line with "Enter" (text tool)
* Add "centered" text alignment
* Convenient marks for rotation and stretch transformations
v10 - October 2020
==================
* Fix multi-monitor support #52
v9 - October 2020
=================
* Split the drawing area in several layers (performance)
* Start a new line with "Shift + Enter" (text tool)
v8.1 - October 2020
===================
* Fix unsanitized GType names #46
* Quick free drawings are smoother #45
* Transformations are undoable/redoable
v8 - September 2020
===================
Nothing.
v7 - September 2020
===================
* Can import GIMP palettes.
* Can color SVG images.
* Integrate color picker (GS buit-in or Color Picker extension).
v6.4 - September 2020
=====================
* Prepare GS 3.38 compatibility.
* Add tooltips to sub-menu buttons also.
* Fix drawing directory monitoring when it does not exist yet.
* Fix text entry / ibus candidate popup position.
v6.3 - September 2020
=====================
* Replace user stylesheet with proper drawing settings
* Multi-palettes
* Possibility to add insertable images from the clipboard
* Image directory is configurable
* Thumbnails in "Open drawing" sub-menu
* Drawings can be directly inserted as an image.
* Add a lot of icons in the menu and the OSD notifications
* Group menu items at the bottom
* Add tooltips to menu buttons
* New "Persistent over toggles' setting #42
v6.2 - August 2020
==================
* Show the text entry when ibusCandidatePopup is used
* Regroup first menu items
* Center grid overlay
* Image shape
* Extend font family choices
* Fix sub-menu scroll view adjustment
v6.1 - June 2020
================
* Fix empty media-keys settings case #28
* Fix label color in OSD and menu #31
* Fix OSD width
* Fix "Hide panel and dock"
* Small menu on small monitor
* Start a new text line with the `Enter` key #30
* IBus inputs #29 #34
* Non-latin and emoji characters rendered
* GS keyboard is now available to type text
* Grid overlay
* Polygon and polyline shapes
* Move, resize and mirror tools
* Fill rule and text alignment style attributes
* An optional fourth control point for Bézier curves
* Keybinding to toggle modeless/modal #6 #9 #20 #24 #33
(ungrabs keyboard and mouse while drawing remains at the top)
* Attributes are now persistent through drawing mode toggling #27
v6 - March 2020
===============
* GS 3.36 compatibility
v5.1 - March 2020
=================
* Add "Open" and "Save drawing"
* Change some keyboard shortcuts
* Replace "smoothed stroke" preference with `Ctrl` key modifier
* Add `space` key modifier to ignore pointer movement #20
* User style is now stored in user data directory (`user.css`)
* Customizable square area size #22
v5 - December 2019
==================
* Improve pointer cursor
* Add 3.24 version as supported
* Use maxLevel in line-width OSD
* Small fix with text shape that displayed keybindings
v4.1 - October 2019
===================
* GS 3.34 compatibility
* Create drawing menu on demand
* Allow 0 px line width because stroke lines cannot have color with some transparency
v4 - April 2019
===============
* Add drawing menu
* Add panel indicator
* Prefs to disable indicator and notifications
* Change middle click action
v3 - March 2019
===============
* Fix area container integration #1
* Add persistence
v2 - March 2019
===============
* Add transformations
* Add square area
v1 - March 2019
===============
* Initial release