Skip to content

Commit d7e03cf

Browse files
committed
chore(release): 1.32.2
1 parent 5aa840e commit d7e03cf

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.2](https://github.com/fluidd-core/fluidd/compare/v1.32.1...v1.32.2) (2025-02-11)
6+
7+
8+
### Features
9+
10+
* **Spoolman:** show currency for price field ([#1584](https://github.com/fluidd-core/fluidd/issues/1584)) ([32075dd](https://github.com/fluidd-core/fluidd/commit/32075ddd8c301fcfc713b0b80aa2e6d492dbaa48))
11+
12+
13+
### Bug Fixes
14+
15+
* **Camera:** full-screen link ([#1586](https://github.com/fluidd-core/fluidd/issues/1586)) ([8e7afd8](https://github.com/fluidd-core/fluidd/commit/8e7afd86f74dfad1592c1c65b504fd8d2ddb6c2e))
16+
* ensure Kalico is correctly detected ([#1593](https://github.com/fluidd-core/fluidd/issues/1593)) ([1d18a6b](https://github.com/fluidd-core/fluidd/commit/1d18a6bcd60b03720c6428ede06a6e86573eacb3))
17+
* **FileSystem:** extension parsing ([#1590](https://github.com/fluidd-core/fluidd/issues/1590)) ([c47d6d6](https://github.com/fluidd-core/fluidd/commit/c47d6d6f7295776756ff2d5bd84754b2007b771b))
18+
* **i18n:** broken moonraker link ([#1588](https://github.com/fluidd-core/fluidd/issues/1588)) ([bf52fe1](https://github.com/fluidd-core/fluidd/commit/bf52fe1886bdc7dbae15a101c69058c0cbc48789))
19+
* **i18n:** replaces broken links ([18961ca](https://github.com/fluidd-core/fluidd/commit/18961ca5859df28f6f840288d9fed135b41b9b4f))
20+
21+
22+
### Code Refactorings
23+
24+
* typing improvements and fixes ([e60cef1](https://github.com/fluidd-core/fluidd/commit/e60cef1e7f4e0d63afe8aea54fdad45be80828c0))
25+
526
## [1.32.1](https://github.com/fluidd-core/fluidd/compare/v1.32.0...v1.32.1) (2025-02-08)
627

728

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

0 commit comments

Comments
 (0)