Skip to content

Commit d8cff51

Browse files
committed
chore(release): 1.36.0
1 parent ebe59c2 commit d8cff51

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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.36.0](https://github.com/fluidd-core/fluidd/compare/v1.35.1...v1.36.0) (2025-12-09)
6+
7+
8+
### Features
9+
10+
* Adding AFC-Klipper-Add-On Card ([#1751](https://github.com/fluidd-core/fluidd/issues/1751)) ([be6c219](https://github.com/fluidd-core/fluidd/commit/be6c2199e813d7cc7529f945d529b551e6daa93a))
11+
* adds AHT1X, AHT2X, AHT3X sensor support ([794a86d](https://github.com/fluidd-core/fluidd/commit/794a86d39420a3c890cb92beeba6617dd5756e0b))
12+
* **GcodePreview:** adds multi-tool support ([#1753](https://github.com/fluidd-core/fluidd/issues/1753)) ([53190fa](https://github.com/fluidd-core/fluidd/commit/53190face32e28da28db48a00be6c801a9fac9b3))
13+
* **GcodePreview:** ignore colors when no tools ([8d2e3dc](https://github.com/fluidd-core/fluidd/commit/8d2e3dc9f03dbb4e3aad7559128d3c208ffdcd75))
14+
* **i18n-pl:** Update Polish translations ([fda559a](https://github.com/fluidd-core/fluidd/commit/fda559a334f1c6515d9b12c9b49f6e719ff3cfa8))
15+
* **i18n-pl:** Update Polish translations ([9614de8](https://github.com/fluidd-core/fluidd/commit/9614de8a2a1c8f76bde16e0dd640b608e9a32a9f))
16+
* **i18n-si:** Update Slovenian translation ([#1754](https://github.com/fluidd-core/fluidd/issues/1754)) ([d3d37a3](https://github.com/fluidd-core/fluidd/commit/d3d37a3b3232ca42b55250c816387db3e971275e))
17+
* **i18n-uk:** Update Ukrainian translations ([84f982a](https://github.com/fluidd-core/fluidd/commit/84f982a52d40113f3122eb567eb6ca0d71179f4e))
18+
* **i18n-uk:** Update Ukrainian translations ([24bca1c](https://github.com/fluidd-core/fluidd/commit/24bca1cab649d01ccd1fcbb7444e012d09d6dd09))
19+
20+
21+
### Bug Fixes
22+
23+
* **GcodePreview:** partial revert of previous change ([762d4ff](https://github.com/fluidd-core/fluidd/commit/762d4ffb9c2e16e9c6ed04761911696f2012685b))
24+
* sort changelog by dates as number ([ef7ba90](https://github.com/fluidd-core/fluidd/commit/ef7ba90469e0cc46cb059412b0dcae7f2393f40c))
25+
26+
27+
### Performance Improvements
28+
29+
* avoid reactivity on immutable objects ([1633c47](https://github.com/fluidd-core/fluidd/commit/1633c477080ef9721fee04d8d8e164ae4321a2aa))
30+
31+
32+
### Code Refactorings
33+
34+
* allow AppTextField to submit on change ([bdaec85](https://github.com/fluidd-core/fluidd/commit/bdaec851146c1ed131fee7bdebbefaad3715530e))
35+
* **GcodePreview:** performance improvements ([ce219df](https://github.com/fluidd-core/fluidd/commit/ce219dfb2adb1f5c137ca8ad75991b0621a6dd5b))
36+
* only emit change if valid ([3e63385](https://github.com/fluidd-core/fluidd/commit/3e63385522ea5445e73b72f94aa82d4f3f3ecfa1))
37+
* typing improvements ([5e8667b](https://github.com/fluidd-core/fluidd/commit/5e8667b1a586fb8ba09db637fdb754350e155c0b))
38+
* typing improvements (cont.) ([345d64d](https://github.com/fluidd-core/fluidd/commit/345d64d5e66f22fd5156a1b4e3cdd4f9c1c581ce))
39+
540
## [1.35.1](https://github.com/fluidd-core/fluidd/compare/v1.35.0...v1.35.1) (2025-11-27)
641

742

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

0 commit comments

Comments
 (0)