You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* Add all endpoints in config as printer instances ([#1006](https://github.com/fluidd-core/fluidd/issues/1006)) ([03185c5](https://github.com/fluidd-core/fluidd/commit/03185c5ccc0c7057908c3fca15159f4fce06e4a7))
11
+
* adds support to create ZIP archives ([#1007](https://github.com/fluidd-core/fluidd/issues/1007)) ([9d8d36b](https://github.com/fluidd-core/fluidd/commit/9d8d36bdfdc214389a1095d652e6abbc087f55a7))
12
+
* allow sorting text by version or prefix number ([#1013](https://github.com/fluidd-core/fluidd/issues/1013)) ([85c214e](https://github.com/fluidd-core/fluidd/commit/85c214e381717d892cd822ac23eaa3734c33af90))
* show live speed while printing ([#1019](https://github.com/fluidd-core/fluidd/issues/1019)) ([414bb03](https://github.com/fluidd-core/fluidd/commit/414bb031f63a329824427169b4d0b09feefab5b1))
15
+
***ui:** hide blank fields in Disk Info card ([95bff0e](https://github.com/fluidd-core/fluidd/commit/95bff0e63d834a8565b48bd084e377fa830dc9d3))
16
+
***ui:** show content of release_info ([#1016](https://github.com/fluidd-core/fluidd/issues/1016)) ([23d3a0c](https://github.com/fluidd-core/fluidd/commit/23d3a0c3e41718c47a8b54319e6b03b1b544bd1a))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* always show Preview Gcode in context menu ([55eb71b](https://github.com/fluidd-core/fluidd/commit/55eb71b2e0c9565d08785ab1227b983da33274a2))
22
+
* disable temperature targets if Klipper not ready ([83bcf1e](https://github.com/fluidd-core/fluidd/commit/83bcf1e680d55074666c1096c7938265bad7c042))
23
+
* hide extrusion estimations if printing ([9aac206](https://github.com/fluidd-core/fluidd/commit/9aac20690b05058320d5244b3879f460c493abe4))
24
+
* hide system controls if socket disconnected ([eafcf4f](https://github.com/fluidd-core/fluidd/commit/eafcf4ff351ccf4cae237be8835d04ad622938fb))
25
+
* mitigates console error from race condition ([a0ed423](https://github.com/fluidd-core/fluidd/commit/a0ed423705292d213192e12b65fa63529d414767))
26
+
* total memory is always kB (1024 bytes based) ([7d510de](https://github.com/fluidd-core/fluidd/commit/7d510de56366a4dd2e5b86968df7c0f2e1833314))
0 commit comments