forked from drawpile/Drawpile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
133 lines (118 loc) · 4.67 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
2014-0?-?? Version 0.8.6
* Show old annotation position until reshape message has finished its roundtrip
* Spin boxes for accurate adjustment of brush parameters
* New feature: cut selection to clipboard
* Smoother laser pointer trails
* Indexed recordings
* Pauses in recordings are now exported to video
* New tool: recording markers
2014-02-25 Version 0.8.5
* Navigator view is now updated in real time
* Hiding laser trails will disable the laser pointer tool
* New stroke preview style: realistic preview using a temporary layer
* Simplified input settings dock
* Brush size shortcut: Shift+mouse wheel or '[' and ']' to adjust brush size
* Added "redo" button to user list dock
* New feature: Direct to video export using ffmpeg
* New feature: latest chat message is shown in the statusbar if chat box is hidden
* Bugfix: right mouse button now works correctly when input smoothing is enabled
2014-02-03 Version 0.8.4
* Bugfix: stop scene rectangle from growing when lines or annotations are dragged beyond boundaries
* Color picker: right mouse click now picks background color
* Improved interval recording: time between intervals is no longer accumulated
* New feature: Laser pointer tool
* New feature: constrain rectangle and line drawing to squares and straight lines with shift key
* New feature: Ellipse drawing tool
* New feature: Preview stroke style is now selectable
2014-01-17 Version 0.8.3
* Improved navigator
* Stroke smoothing
* New zoom shortcut (ctrl+middle button or stylus button)
* Quick color picking: Ctrl + mouse click
* Pen pressure emulation modes for mouse
* Fixed rounding bug which caused jitter in tablet pointer coordinates
* Usability improvement: paste images to center of current view
2014-01-10 Version 0.8.2
* New application icon
* Session recording and playback support
* Adjustable server session history size limit
* Video export (image sequence only at the moment)
* Improved dab and line drawing
2013-12-30 Version 0.8.1
* Use icons from current theme
* Treat hidden layers as locked
* Added "delete empty annotations" action
* Annotation edit box UI bug fixes
* Canvas resizing
* Added button for granting and revoking session operator privileges
* Show remote user pointer positions
* Layer control locking
2013-12-20 Version 0.8.0
* Undo and redo support
* Bugfix: pop up "save as" dialog when trying to save a file in an unsupported format
* Added "paste from file" action
* Added upload progress bar
* Host dialog fixes
* Paste images by drag&drop
* Fix loading of tall images
2013-12-14 Version 0.7.2
* Per-user layer locking
* Improved brush shape
* Copy & paste support
* Improved annotation editing
* Visible annotations are now included in saved images
* Ability to look up the external IP address using ipecho.net
* Menu bar is now hidden in fullscreen mode and floating docks remain visible
* Option to pick color from current layer only
2013-12-06 Version 0.7.1
* Redesigned layer & user list boxes
* Redesigned chat box
* Support for layer blending modes
* Indirect drawing mode
* Text based file format (mainly for testing)
* Color picker history
* Right mouse button paints with background color
* Various bugfixes
2013-11-28 Version 0.7.0
* Layer support
* OpenRaster support
* Partial rewrite: new server and network protocol
* All features now work in network mode
2008-10-20 Version 0.6.0
* Subpixel drawing
* Added pen tool (draw without antialiasing)
* Added blending modes
* New brush slider style
* View rotation
* Changeable shortcuts
* UI tweaks and bug fixes
2008-09-26 Version 0.5.0
* Total rewrite of server and network code. Dropped support for multiple
session per server and simplified the protocol.
* Server is now contained in a shared library and is embedded by the client.
* Tile based drawing engine
* Fixes to brush rendering
* Viewport dragging with spacebar (works with tablets too)
* Added annotation tool
* Added support for tablet eraser
* Many small bugfixes/improvements.
2007-04-10 Version 0.4.0
* Support multiple windows
* Implemented line and rectangle tools
* Added a menu item to disable new users from joining the session
* Full screen mode
* Client now informs the user if the (local) server crashes
* Added a "Open recent" menu
* Changed the brush generation algorithm
* Added HSV and RGB color selection docks
* Added a palette dock
* Various UI improvements
2007-01-18 Vesion 0.3.0
* Several tablet handling bugs were fixed
* Client now shows a list of logged in users
* Session administration commands (kick, lock)
* Chat
2007-01-11 Version 0.2.0
* Added networking support, hosting and joinin sessions now possible.
2006-12-27 Version 0.1.0
* Initial release