@fdm-monster/client-next 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc-auto-import.json +3 -1
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +23 -0
- package/dist/assets/{index-Rzdo-KWf.css → index-DEBy2iV3.css} +1 -1
- package/dist/assets/index-tOR9YF1n.js +93 -0
- package/dist/assets/index-tOR9YF1n.js.map +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-DSjIJ3yY.js +0 -89
- package/dist/assets/index-DSjIJ3yY.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,8 +1,31 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Client 0.0.21
|
|
4
|
+
|
|
5
|
+
Feature
|
|
6
|
+
|
|
7
|
+
- Ability to set upload timeout separately
|
|
8
|
+
|
|
9
|
+
Chore
|
|
10
|
+
|
|
11
|
+
- Rename OctoPrint settings page to Printer
|
|
12
|
+
|
|
13
|
+
## Client 0.0.20
|
|
14
|
+
|
|
15
|
+
Feature
|
|
16
|
+
|
|
17
|
+
- Introduce UI tweaks for FDM Monster 1.9 PrusaLink support
|
|
18
|
+
|
|
19
|
+
Fixes
|
|
20
|
+
|
|
21
|
+
- PrusaLink support should not be dependent on whether Klipper support is enabled. Fixed with new API subfeature, which was missing.
|
|
22
|
+
|
|
23
|
+
## Client 0.0.19
|
|
24
|
+
|
|
3
25
|
Chore
|
|
4
26
|
|
|
5
27
|
- Remove OctoPrint reference in "Refreshing OctoPrint connection state"
|
|
28
|
+
- Remove all unused feature flags - the features are not optional
|
|
6
29
|
|
|
7
30
|
## Client 0.0.18
|
|
8
31
|
|