Skip to content

Commit 338f8a7

Browse files
committed
chore: updates CHANGELOG.md and package version
Signed-off-by: Pedro Lamas <[email protected]>
1 parent be5c3b0 commit 338f8a7

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
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.32.4](https://github.com/fluidd-core/fluidd/compare/v1.32.3...v1.32.4) (2025-03-04)
6+
7+
8+
### Features
9+
10+
* **History:** show auxiliary data ([#1608](https://github.com/fluidd-core/fluidd/issues/1608)) ([cf8190d](https://github.com/fluidd-core/fluidd/commit/cf8190d71b8c4a90e8146714225996ac905ef3c7))
11+
* **i18n-hu:** Update Hungarian translations ([5ade567](https://github.com/fluidd-core/fluidd/commit/5ade567b7ff1f0e885fccf1aab56b46d0318e06e))
12+
* **i18n-pl:** Update Polish translations ([be5c3b0](https://github.com/fluidd-core/fluidd/commit/be5c3b0c43c17aa8c84b7142c8d38cd900af0e3a))
13+
* **i18n-uk:** Update Ukrainian translations ([fb45e78](https://github.com/fluidd-core/fluidd/commit/fb45e78a8a4f78c68f17103b2ba76516416ef217))
14+
* lock dashboard sliders on mobile devices ([#1614](https://github.com/fluidd-core/fluidd/issues/1614)) ([456a156](https://github.com/fluidd-core/fluidd/commit/456a1564db74ad5fe8da7d8182eca7b3e814d784))
15+
* new Moonraker metadata support ([#1617](https://github.com/fluidd-core/fluidd/issues/1617)) ([d8a9555](https://github.com/fluidd-core/fluidd/commit/d8a9555893ea22063fa1f2d4ce9878f72a37a2ba))
16+
17+
18+
### Bug Fixes
19+
20+
* **Cameras:** always emit frame event ([#1621](https://github.com/fluidd-core/fluidd/issues/1621)) ([f58cb3f](https://github.com/fluidd-core/fluidd/commit/f58cb3fedc4a3a0b22d837ec1f1edc1b7c0fdc1a))
21+
* clear state on closing ScrewsTiltAdjustDialog ([#1620](https://github.com/fluidd-core/fluidd/issues/1620)) ([4ceef32](https://github.com/fluidd-core/fluidd/commit/4ceef323c0b894685a834ee0f294f8f325cab416))
22+
* **FileSystem:** metadata load improvements ([7e3442a](https://github.com/fluidd-core/fluidd/commit/7e3442a80de227d1b153efeb3528fc95f7f7c8d1))
23+
* **GcodePreview:** auto-loading condition ([#1613](https://github.com/fluidd-core/fluidd/issues/1613)) ([16e6f5c](https://github.com/fluidd-core/fluidd/commit/16e6f5c9e8f5e8f2d75405a39c4e72848243bca8))
24+
* **style:** button groups shadow ([15f79fa](https://github.com/fluidd-core/fluidd/commit/15f79fae0a8f2792d885e1caf0f0e817463972f7))
25+
* **System:** empty disk usage info on startup ([1a9274b](https://github.com/fluidd-core/fluidd/commit/1a9274b6b55adbe15df315859d07f5c0677a272b))
26+
27+
28+
### Code Refactorings
29+
30+
* bed size is always defined ([907fdc1](https://github.com/fluidd-core/fluidd/commit/907fdc18fed157af7f528677b2de4652285a3d44))
31+
* column picker simplification ([9c47df8](https://github.com/fluidd-core/fluidd/commit/9c47df83a9c17d8eb1d52e3538fb26a210ac72a5))
32+
* **MacroSettings:** pass copy of macro ([085fc3b](https://github.com/fluidd-core/fluidd/commit/085fc3bf7b44333d8673e21093b69ca5dc550f5a))
33+
* minor typing improvements ([6b6eaf6](https://github.com/fluidd-core/fluidd/commit/6b6eaf6ce2350b1ac594279132c49ed7f1f3e79b))
34+
* move file uploads dialog to root ([abc0ba9](https://github.com/fluidd-core/fluidd/commit/abc0ba9a05b6cc8b3a74fd21f47889b065f42692))
35+
* typing improvements ([e0bb1c9](https://github.com/fluidd-core/fluidd/commit/e0bb1c916008eeabf66dfeacfb37bd5c69414869))
36+
* typing improvements ([f2b5b1a](https://github.com/fluidd-core/fluidd/commit/f2b5b1abc1fe5db8cf31efc6769c1dd3916bd086))
37+
538
## [1.32.3](https://github.com/fluidd-core/fluidd/compare/v1.32.2...v1.32.3) (2025-02-18)
639

740

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.32.3",
3+
"version": "1.32.4",
44
"private": true,
55
"type": "module",
66
"description": "fluidd, a klipper web client.",

0 commit comments

Comments
 (0)