Skip to content

Commit 5975193

Browse files
committed
chore(release): 1.31.3
1 parent 4573203 commit 5975193

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [1.31.3](https://github.com/fluidd-core/fluidd/compare/v1.31.2...v1.31.3) (2024-12-26)
6+
7+
8+
### Features
9+
10+
* adds Kalico non_critical_disconnected support ([8b6bd70](https://github.com/fluidd-core/fluidd/commit/8b6bd706e3f95c74c01601854ac73853e0f91e9a))
11+
* adds Kalico z_tilt_ng support ([aa12c3f](https://github.com/fluidd-core/fluidd/commit/aa12c3f58812d565b3543f825e43c91866e45168))
12+
* **Cameras:** adds status report ([26647e1](https://github.com/fluidd-core/fluidd/commit/26647e1bff95227850eac1e0408ccdfbe7a3145f))
13+
* **Heaters:** adds PID_CALIBRATE support ([9682b5b](https://github.com/fluidd-core/fluidd/commit/9682b5b3ab2ba6d053bb7b8ea5587ffe260b20ea))
14+
* improves Kalico config reference support ([832aef5](https://github.com/fluidd-core/fluidd/commit/832aef5d0e764683fab84c270e9ca361a952f005))
15+
16+
17+
### Bug Fixes
18+
19+
* **McuCard:** hide empty fields ([7fd6a31](https://github.com/fluidd-core/fluidd/commit/7fd6a31404c0b3ab4902b001c04f7e6d69cb014f))
20+
* Moonraker canbus uuid parameter ([#1551](https://github.com/fluidd-core/fluidd/issues/1551)) ([2042e46](https://github.com/fluidd-core/fluidd/commit/2042e46039594c92b987686d43c46f33bde7e56d))
21+
* no parameters on python gcode macros ([c63b566](https://github.com/fluidd-core/fluidd/commit/c63b566ece15e9f8a412d3f4a0221fcda9f77d5c))
22+
523
## [1.31.2](https://github.com/fluidd-core/fluidd/compare/v1.31.1...v1.31.2) (2024-12-10)
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluidd",
3-
"version": "1.31.2",
3+
"version": "1.31.3",
44
"private": true,
55
"type": "module",
66
"description": "fluidd, a klipper web client.",

0 commit comments

Comments
 (0)