|
1 | 1 | # Changelog of Cura-DuetRRFPlugin |
2 | 2 |
|
3 | | -## unreleased |
4 | | - * upgrade to QtControls 2, because Cura will upgrade to Qt 6 which removes QtControls 1. |
| 3 | +## v1.2.6: 2022-04-23 |
| 4 | +* bump compatibility for Cura 5.0 / API 8.0, for older Cura versions, please use plugin v1.2.5 or older |
| 5 | +* fixed simulation progress reports |
5 | 6 |
|
6 | 7 | ## v1.2.5: 2022-02-11 |
7 | | - * bump compatibility for Cura 4.13 / API 7.9, oldest supported release is now 4.11 / 7.7 |
8 | | - * embed QOI thumbnail images of the sliced scene into the uploaded gcode file |
9 | | - * add plugin metadata as comment to uploaded gcode file |
| 8 | +* bump compatibility for Cura 4.13 / API 7.9, oldest supported release is now 4.11 / 7.7 |
| 9 | +* embed QOI thumbnail images of the sliced scene into the uploaded gcode file |
| 10 | +* add plugin metadata as comment to uploaded gcode file |
10 | 11 |
|
11 | 12 | ## v1.2.4: 2021-09-19 |
12 | | - * auto-dismiss success message notifications after 15sec |
| 13 | +* auto-dismiss success message notifications after 15sec |
13 | 14 |
|
14 | 15 | ## v1.2.3: 2021-01-30 |
15 | | - * move deleting of unmapped settings to action button on message |
16 | | - * correctly bump plugin version metadata |
| 16 | +* move deleting of unmapped settings to action button on message |
| 17 | +* correctly bump plugin version metadata |
17 | 18 |
|
18 | 19 | ## v1.2.2: 2021-01-27 |
19 | | - * add OutputDevices on currently active printer after saving config |
20 | | - * remove OutputDevices on currently active printer after deleting config |
| 20 | +* add OutputDevices on currently active printer after saving config |
| 21 | +* remove OutputDevices on currently active printer after deleting config |
21 | 22 |
|
22 | 23 | ## v1.2.1: 2021-01-21 |
23 | | - * fix button width on high-dpi screens |
24 | | - * fix race condition when checking for unmapped settings |
| 24 | +* fix button width on high-dpi screens |
| 25 | +* fix race condition when checking for unmapped settings |
25 | 26 |
|
26 | 27 | ## v1.2.0: 2021-01-10 |
27 | | - * store settings in local preferences instead of sharable metadata |
28 | | - * use managed HttpRequestManager instead of low-level QNetworkAccessManager |
29 | | - * add a "Configure" output device for easy initial setup |
| 28 | +* store settings in local preferences instead of sharable metadata |
| 29 | +* use managed HttpRequestManager instead of low-level QNetworkAccessManager |
| 30 | +* add a "Configure" output device for easy initial setup |
30 | 31 |
|
31 | 32 | ## v1.1.0: 2020-11-13 |
32 | | - * BREAKING CHANGE: migrate settings to be printer-specific |
33 | | - * auto-migrate legacy settings for active printers if printer name matches |
34 | | - * bump compatibility for Cura 4.8 / API 7.4 |
| 33 | +* BREAKING CHANGE: migrate settings to be printer-specific |
| 34 | +* auto-migrate legacy settings for active printers if printer name matches |
| 35 | +* bump compatibility for Cura 4.8 / API 7.4 |
35 | 36 |
|
36 | 37 | ## v1.0.11: 2020-08-29 |
37 | | - * bump compatibility for Cura 4.7 / API 7.3 |
38 | | - * fix Cura crashes with non-latin strings in Message boxes |
| 38 | +* bump compatibility for Cura 4.7 / API 7.3 |
| 39 | +* fix Cura crashes with non-latin strings in Message boxes |
39 | 40 |
|
40 | 41 | ## v1.0.10: 2020-07-22 |
41 | | - * fix Cura crashes when using Duet3 with SBC |
| 42 | +* fix Cura crashes when using Duet3 with SBC |
42 | 43 |
|
43 | 44 | ## v1.0.9: 2020-05-02 |
44 | | - * bump compatibility for Cura 4.6 / API 7.2 |
45 | | - * fix simulation result reply for RRF HTTP API |
| 45 | +* bump compatibility for Cura 4.6 / API 7.2 |
| 46 | +* fix simulation result reply for RRF HTTP API |
46 | 47 |
|
47 | 48 | ## v1.0.8: 2020-04-20 |
48 | | - * support new HTTP API for Duet3 with SBC running DuetSoftwareFramework |
| 49 | +* support new HTTP API for Duet3 with SBC running DuetSoftwareFramework |
49 | 50 |
|
50 | 51 | ## v1.0.7: 2020-04-04 |
51 | | - * bump compatibility for Cura 4.5 / API 7.1 |
| 52 | +* bump compatibility for Cura 4.5 / API 7.1 |
52 | 53 |
|
53 | 54 | ## v1.0.6: 2020-04-04 |
54 | | - * correctly encode special characters in filenames |
55 | | - * mention Duet 3 controllers |
| 55 | +* correctly encode special characters in filenames |
| 56 | +* mention Duet 3 controllers |
56 | 57 |
|
57 | 58 | ## v1.0.5: 2019-11-10 |
58 | | - * sanitize filename and forbid certain characters |
| 59 | +* sanitize filename and forbid certain characters |
59 | 60 |
|
60 | 61 | ## v1.0.4: 2019-11-10 |
61 | | - * bump compatibility for Cura 4.4 / API 7.0 |
| 62 | +* bump compatibility for Cura 4.4 / API 7.0 |
62 | 63 |
|
63 | 64 | ## v1.0.3: 2019-02-02 |
64 | | - * require Cura 4.0 API compatibility |
65 | | - * if you are on Cura 3.6, please install v1.0.2 of this plugin |
| 65 | +* require Cura 4.0 API compatibility |
| 66 | +* if you are on Cura 3.6, please install v1.0.2 of this plugin |
66 | 67 |
|
67 | 68 | ## v1.0.2: 2019-01-06 |
68 | | - * fix layout issues on Cura 4.0-beta |
69 | | - * bump compatibility for Cura 4.0 / API 6.0 |
| 69 | +* fix layout issues on Cura 4.0-beta |
| 70 | +* bump compatibility for Cura 4.0 / API 6.0 |
70 | 71 |
|
71 | 72 | ## v1.0.1: 2018-12-19 |
72 | | - * do not try to delete the gcode file before uploading: |
| 73 | +* do not try to delete the gcode file before uploading: |
73 | 74 | RRF safely handles this, https://forum.duet3d.com/topic/8194/cura-duet-reprap-firmware-integration-question |
74 | 75 |
|
75 | 76 | ## v1.0.0: 2018-11-25 |
76 | | - * tested with Cura 3.6 |
77 | | - * add Duet3D icon - permission granted by Think3dPrint3d |
78 | | - * fixed a update issue when changing connection details |
79 | | - * replace deprecated preferences API in favor of the new one |
80 | | - * code cleanup |
| 77 | +* tested with Cura 3.6 |
| 78 | +* add Duet3D icon - permission granted by Think3dPrint3d |
| 79 | +* fixed a update issue when changing connection details |
| 80 | +* replace deprecated preferences API in favor of the new one |
| 81 | +* code cleanup |
81 | 82 |
|
82 | 83 | ## v0.0.20: 2018-10-06 |
83 | | - * fix broken dialogs |
| 84 | +* fix broken dialogs |
84 | 85 |
|
85 | 86 | ## v0.0.19: 2018-10-05 |
86 | | - * fix more Cura 3.5 incompatibilities |
| 87 | +* fix more Cura 3.5 incompatibilities |
87 | 88 |
|
88 | 89 | ## v0.0.18: 2018-10-05 |
89 | | - * fix Cura 3.5 incompatibility |
90 | | - * bump API code |
| 90 | +* fix Cura 3.5 incompatibility |
| 91 | +* bump API code |
91 | 92 |
|
92 | 93 | ## v0.0.17: 2018-08-10 |
93 | | - * fix missing settings at the end of the gcode file |
94 | | - * make use of the default GCodeWrite that Cura uses for "Save to File" |
| 94 | +* fix missing settings at the end of the gcode file |
| 95 | +* make use of the default GCodeWrite that Cura uses for "Save to File" |
95 | 96 |
|
96 | 97 | ## v0.0.16: 2018-04-11 |
97 | | - * improve simulation mode |
| 98 | +* improve simulation mode |
98 | 99 |
|
99 | 100 | ## v0.0.15: 2018-04-01 |
100 | | - * fix message box progress |
| 101 | +* fix message box progress |
101 | 102 |
|
102 | 103 | ## v0.0.14: 2018-04-01 |
103 | | - * fixes #10 |
| 104 | +* fixes #10 |
104 | 105 |
|
105 | 106 | ## v0.0.13: 2018-03-28 |
106 | | - * fixes gcode retrieval for Cura 3.0, 3.1, 3.2, and the latest 3.3 beta |
107 | | - * also see https://github.com/Ultimaker/Cura/commit/495fc8bbd705f5145fe8312207b3f048a7dcc106#diff-a4cb192cad5ce77939fdd0bf0600208d |
| 107 | +* fixes gcode retrieval for Cura 3.0, 3.1, 3.2, and the latest 3.3 beta |
| 108 | +* also see https://github.com/Ultimaker/Cura/commit/495fc8bbd705f5145fe8312207b3f048a7dcc106#diff-a4cb192cad5ce77939fdd0bf0600208d |
108 | 109 |
|
109 | 110 | ## v0.0.12: 2018-03-21 |
110 | | - * fix removal error |
| 111 | +* fix removal error |
111 | 112 |
|
112 | 113 | ## v0.0.11: 2018-03-20 |
113 | | - * fixes and slashes |
| 114 | +* fixes and slashes |
114 | 115 |
|
115 | 116 | ## v0.0.10: 2018-03-20 |
116 | | - * improve setting parsing |
| 117 | +* improve setting parsing |
117 | 118 |
|
118 | 119 | ## v0.0.9: 2018-03-01 |
119 | | - * updated plugin location paths |
120 | | - * updated RRF status letter |
| 120 | +* updated plugin location paths |
| 121 | +* updated RRF status letter |
121 | 122 |
|
122 | 123 | ## v0.0.8: 2018-02-17 |
123 | | - * hide message after click |
| 124 | +* hide message after click |
124 | 125 |
|
125 | 126 | ## v0.0.7: 2018-02-17 |
126 | | - * fix disconnect params |
| 127 | +* fix disconnect params |
127 | 128 |
|
128 | 129 | ## v0.0.6: 2018-02-15 |
129 | | - * improve error handling |
| 130 | +* improve error handling |
130 | 131 |
|
131 | 132 | ## v0.0.5: 2018-02-13 |
132 | | - * fix Cura 3.2 incompatibility to access the generated G-code. |
| 133 | +* fix Cura 3.2 incompatibility to access the generated G-code. |
133 | 134 |
|
134 | 135 | ## v0.0.4: 2017-11-21 |
135 | | - * send disconnect when done |
| 136 | +* send disconnect when done |
136 | 137 |
|
137 | 138 | ## v0.0.3: 2017-11-07 |
138 | | - * fix error handling |
| 139 | +* fix error handling |
139 | 140 |
|
140 | 141 | ## v0.0.2: 2017-11-07 |
141 | | - * add a file-rename dialog |
142 | | - * add network error handling |
| 142 | +* add a file-rename dialog |
| 143 | +* add network error handling |
143 | 144 |
|
144 | 145 | ## v0.0.1: 2017-10-21 |
145 | | - * initial commit |
| 146 | +* initial commit |
0 commit comments