Skip to content

Commit dc5415e

Browse files
committed
chore(release): 1.34.3
1 parent 638f6c1 commit dc5415e

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.34.3](https://github.com/fluidd-core/fluidd/compare/v1.34.2...v1.34.3) (2025-06-16)
6+
7+
8+
### Features
9+
10+
* adds missing HTU21D sensor family support ([df34956](https://github.com/fluidd-core/fluidd/commit/df349564265817a8dbf2cc00f7d9ca33e7248c05))
11+
* **i18n-nl:** Update Dutch translations ([01c7404](https://github.com/fluidd-core/fluidd/commit/01c7404e0feb7c51a418a17b4ffc7870d1c56997))
12+
* **i18n-pl:** Update Polish translations ([ec3576b](https://github.com/fluidd-core/fluidd/commit/ec3576b15c09cdedd1fd74a22b0aa79c74fd5a5e))
13+
* **i18n-uk:** Update Ukrainian translations ([a3ff90c](https://github.com/fluidd-core/fluidd/commit/a3ff90ca279bbbb77ceda749d16fc8cc7a507b87))
14+
* **i18n-zh-CN:** Update Chinese (Simplified Han script) translations ([8d64261](https://github.com/fluidd-core/fluidd/commit/8d64261fef4700e840e9fbf387b38154c1fee68a))
15+
* Z-Bolt theme ([#1677](https://github.com/fluidd-core/fluidd/issues/1677)) ([9caaf94](https://github.com/fluidd-core/fluidd/commit/9caaf944b0b086e543b89c5d1440996588237d08))
16+
17+
18+
### Bug Fixes
19+
20+
* negative values formatting ([#1687](https://github.com/fluidd-core/fluidd/issues/1687)) ([3499936](https://github.com/fluidd-core/fluidd/commit/34999367b9f33abd667474f9cc0551d135550fc0))
21+
* store macro names casing as-is ([#1683](https://github.com/fluidd-core/fluidd/issues/1683)) ([ed6bd18](https://github.com/fluidd-core/fluidd/commit/ed6bd1805d90416b554704f5bccf1ab1ae374022))
22+
* undefined property access in case of deleted macro lookup ([#1685](https://github.com/fluidd-core/fluidd/issues/1685)) ([d2335a9](https://github.com/fluidd-core/fluidd/commit/d2335a956ccd6a75650745804fc655b8d0a173e2))
23+
524
## [1.34.2](https://github.com/fluidd-core/fluidd/compare/v1.34.1...v1.34.2) (2025-05-10)
625

726

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

0 commit comments

Comments
 (0)