printrun-src/NEWS.md

changeset 45
c82943fb205f
parent 15
0bbb006204fc
equal deleted inserted replaced
44:310be640a303 45:c82943fb205f
1 Printrun - 2.0.0rc7
2 ====================
3
4 Pre-release for testing purposes.
5
6 ### New Features
7
8 - Live resizing of panels and many other UI improvements (#1073)
9 - Render G2/G3 arcs in 3D view by interpolating them as line segments (#1092 and #1097)
10 - Apply grid size settings to 3d view (#1093)
11 - Visualize moves with laser/spindle active as extrusion (#1094)
12 - Keyboard shortcuts for important UI elements (00a932e)
13 - Keyboard jogging improvements (#1100)
14
15 ### Fixed Bugs
16
17 - Do not expand setting spinners, combo boxes and dropdown lists (5d42c19)
18 - Build wheels for Windows and manylinux1/2014 correctly (#1087)
19 - Allow spaces between coordinate and value when parsing coordinates in gcode (#1090)
20 - Fix G2/G3 arc rendering error and scaling in 2D view (#1091)
21 - Correct index of appended command in gcoder (#1057)
22 - Fix incorrect string comparisons using "is" (#1096)
23 - Fix D-pad/keyboard jog movements (#1084)
24 - Fix incorrect enabled state of controls on UI settings change (f02f4ef)
25 - Fix command history traversal (9d5620f)
26 - Fix toolbar shortcuts, blank jog, jog tab-out on Windows (1f0290b)
27 - Fix lost messages from Marlin that contain the string "Count" (#1104)
28 - Fix wheel install paths for locales and images (#1101)
29
30 Printrun - 2.0.0rc6
31 ====================
32
33 Pre-release for testing purposes.
34
35 ### New Features
36
37 - Change the default background color to the theme one (#931)
38 - Add setting for graph background color (#791)
39 - Hide second extruder from graph if not present (#791)
40 - Support for disabling Mate screensaver service (#979)
41 - Armenian translation (#1042)
42 - Don't print the M117 status msg to the console (#1081)
43 - Packages installable by pip are available on PyPI (#921)
44
45 ### Fixed Bugs
46
47 - Don't ask for exit confirmation on the console when asking in GUI (b48fe7b)
48 - Preset for temperatures does not affect Selection on the main screen (#676)
49 - Several Python 3 related followups, mostly in run_gcode_script
50 - Issue connecting to a remote port (#1027)
51 - Run "Final command" from settings when print is finished (#1014)
52 - Fix a crash in wx at startup due to locale settings (#1015)
53 - Only apply PARITY_ODD workaround where it's actually needed (#1017)
54 - Do not attempt to read extra device name patterns on windows (#1040)
55 - Several Linux packaging fixes
56 - Removed error-causing wxPython horizontal alignment flags (#1052)
57 - Rewrite deprecated Serial functions (#1017), pySerial >= 3 is now needed
58 - 3D Viewer color options don't update (#1054)
59 - Settings change callbacks not called (#1063 and others)
60
61
62 Printrun - 2.0.0rc5
63 ====================
64
65 Pre-release for testing purposes.
66
67 ### New Features
68
69 - Slic3r integration works with Slic3r PE (959e03e)
70 - Disable extrude and retract while printing (284f793, c772209)
71 - Add disable autoscroll option (4df9d58)
72
73 ### Fixed Bugs
74
75 - sys.frozen problem with installed Printrun (#920)
76 - Button dragging (#690)
77 - Repetier M20 (#848)
78 - Crash on startup with tabbed mode enabled (979df4a)
79 - Absurd 3D viewer viewport rotation control (#622)
80 - STL parser and GCODE plater export Python 3 problems (f8aeafd, 2ea0835)
81
82
83 Printrun - 2.0.0rc4
84 ====================
85
86 Pre-release for testing purposes.
87
88 ### New Features
89
90 - Support for the T? command (#888)
91 - Have slic3r as default slicing option (#904)
92
93 ### Fixed Bugs
94
95 - Segmentation fault (#909)
96 - Button text incorrectly changing (#903)
97 - Dialogs resized (#905, #915)
98 - Macro duplicates (#907)
99 - Ok messages with Repetire firmware (#917)
100 - Messages printed twice in terminal (#916)
101 - Prevent race condition on exit (42d7cd0, 16ee30b)
102 - Object has no attribute 'slic3r_configs' (#865)
103
104
105 Printrun - 2.0.0rc3
106 ====================
107
108 Pre-release for testing purposes.
109
110 ### Fixed Bugs
111
112 - Couple of wxPython 4 incompatibilities (116fdda, eb6bd43)
113 - Couple of GTK3 visibility problems (#899, f265256, 9193014)
114 - Added spoolmanager to installed modules (#896)
115 - Setlocale issues on Windows (bf53af9)
116 - Installation on macOS and Windows (#901)
117 - Macro-related functionality (95877a4)
118 - Clicking +Z⇑ and -Z⇓ (#910)
119 - Python 3 incompatibilities (#912)
120 - Segmentation fault (#895)
121
122
123 Printrun - 2.0.0rc2
124 ====================
125
126 Pre-release for testing purposes.
127
128 ### Fixed Bugs
129
130 - Fix SyntaxError at startup (497179c)
131
132
133 Printrun - 2.0.0rc1
134 ====================
135
136 Pre-release for testing purpouses.
137
138 ### New Features
139
140 - Support the XDG Directory Specification (#866)
141 * New dependency: appdirs
142 - Port to wxPython 4 (#886)
143 - Port to Python 3 (#887)
144 - Disable tabbed mode (8590f33)
145
146 ### Fixed Bugs
147
148 - Pronsole depending on the wx module (#867)
149 - Error at loading non-existent configuration files (#890)
150
151
152 Printrun - 1.6.0
153 ================
154
155 New Features
156 ------------
157
158 - Fan power graph (ace6637)
159 - Improved help messages for main scripts (#727)
160 - Flow rate slider (#693)
161 - AR translation from @aboobed (#680)
162 - Report length of filament used by multiple extruders (de635f1)
163 - Support for custom baudrates on Linux (#712)
164 - Filter gcode or model files only (#753)
165 - Progress update on printer screen (#794)
166 - Additional RPC functions (#759)
167 - Spool manager (#827)
168 - OOP based event handler (#831)
169
170 Fixed Bugs
171 ----------
172
173 - Unwanted exit while printing (#595)
174 - Failing at setting power settings on OSX (#619)
175 - Silent cython failure (#641, #642)
176 - Jitter on remote connections (#698)
177 - Error at displaying the percentage done through RPC (#707)
178 - Error at calculating total filament used (#731)
179 - Connect function crashing (#732)
180 - Unintended gcode files being loaded by default (#753)
181 - Missing dependency on Ubuntu/Debian (#763)
182 - Run on X11 instead of Wayland (#785 and #789)
183 - Missing Slic3r integration notes (#779)
184 - Too generic MIME types listed (#796)
185 - Pronsole spamming "wait" and "OK o" messages (#813)
186 - Plugins not being installed by setup.py (#834)
187 - Compatibility with Slic3r (alexrj/Slic3r#3813)
188
189
1 printrun-20140406 190 printrun-20140406
2 ================= 191 =================
3 192
4 New features 193 New features
5 ------------ 194 ------------
27 Bugs fixed 216 Bugs fixed
28 ---------- 217 ----------
29 218
30 - Many fixes around custom buttons 219 - Many fixes around custom buttons
31 - Much more :) 220 - Much more :)
221
222 [Printrun - UNRELEASED]: https://github.com/kliment/Printrun/compare/printrun-20150310...HEAD

mercurial